/* Responsive behavior belongs to the production site; visual tokens remain from the supplied ZODO UI. */
html {
  max-width: 100%;
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  max-width: 100%;
  overflow-x: clip;
}

.section-hero,
.section-features,
.section-testimonials {
  overflow-x: clip;
}

img,
svg,
video,
canvas {
  max-width: 100%;
}

[data-form-status] {
  width: 100%;
}

/* The supplied ChronoTask screenshot is the desktop composition reference. */
.section-hero {
  /* Keep the dotted surface quiet so the centered message remains dominant. */
  background-color: #fafafa;
  background-image: radial-gradient(circle, rgba(71, 85, 105, .10) 1px, transparent 1.35px);
  background-size: 6px 6px;
  border-color: #e5e7eb;
}

.section-hero::before {
  background: radial-gradient(ellipse at 50% 45%, rgba(255, 255, 255, .58), transparent 75%);
  opacity: 1;
}

.hero-center-textai5 {
  display: none !important;
}

@media (min-width: 1200px) {
  .navbar {
    width: 100%;
    max-width: none !important;
    min-height: 64px;
    margin: 0 !important;
    padding: 11px 24px !important;
  }

  .nav-logo img {
    width: 150px !important;
    height: 30px !important;
  }

  .nav-links {
    gap: 36px !important;
  }

  .nav-links a,
  .nav-link--dropdown {
    font-size: 14px !important;
  }

  .nav-actions {
    margin-right: 0 !important;
  }

  .btn-getdemo {
    padding: 8px 20px !important;
    font-size: 14px !important;
  }

  .section-hero {
    height: min(1100px, calc(100svh - 76px));
    min-height: 0 !important;
    margin-inline: 10px;
    padding-bottom: 0 !important;
  }

  .hero-wrapper {
    width: 100%;
    max-width: none !important;
    height: 100%;
    min-height: 0 !important;
    padding: 0 !important;
  }

  .hero-center {
    position: absolute;
    top: 48%;
    left: 50%;
    width: min(calc(100% - 48px), 1100px);
    padding: 0;
    transform: translate(-50%, -50%);
  }

  .hero-center-logo-card {
    width: 88px !important;
    height: 88px !important;
    margin-bottom: 24px !important;
    border-radius: 14px !important;
  }

  .zodo-center-icon {
    width: 84px !important;
    height: 84px !important;
  }

  .hero-title {
    width: max-content;
    max-width: 100%;
    margin: 0 auto 26px;
    line-height: 1.04;
    letter-spacing: 0;
  }

  .hero-title-dark {
    font-size: clamp(68px, 5.9vw, 88px) !important;
    letter-spacing: -.025em !important;
  }

  .hero-title-light {
    margin-top: 4px !important;
    font-size: clamp(64px, 5.65vw, 84px) !important;
    letter-spacing: -.035em;
  }

  .hero-sub {
    width: fit-content;
    max-width: 560px;
    margin: 0 auto 28px !important;
    font-size: 17px !important;
    color: #4b5563;
  }

  .btn-cta {
    margin: 0 !important;
    padding: 12px 24px !important;
    font-size: 16px !important;
  }

  .hero-center .btn-cta {
    min-height: 52px;
    padding: 14px 28px !important;
  }

  .sticky-group {
    top: min(5.3%, 46px) !important;
    left: 20px !important;
    width: 250px !important;
    height: auto !important;
  }

  .hero-notes-svg {
    width: 250px !important;
  }

  .leftoverlaycard > img {
    top: 14% !important;
    left: -16px !important;
    width: 190px !important;
  }

  .bluetick {
    position: absolute !important;
    top: 29% !important;
    left: 44px !important;
    width: 104px !important;
    z-index: 11;
  }

  .bluetick > img {
    position: static;
    width: 100%;
    height: auto;
  }

  .reminders-group {
    top: 3.2% !important;
    right: -14px !important;
    width: 266px !important;
    height: 293px !important;
  }

  .hero-reminder-svg {
    left: 26px !important;
    width: 240px !important;
  }

  img.clock {
    top: 52px !important;
    left: -4px !important;
    width: 104px !important;
  }

  .rightoverlaycard {
    top: 100px !important;
    left: 166px !important;
  }

  img.rightoverlaycard-svg.blankcutbox {
    left: 0 !important;
    min-width: 0 !important;
    width: 120px !important;
  }

  .tasks-group-svg {
    top: auto !important;
    bottom: -30px !important;
    left: 32px !important;
    width: 310px !important;
  }

  .integrations-svg-group {
    right: 44px !important;
    bottom: -24px !important;
    width: 300px !important;
  }

  .hero-integrations-svg {
    width: 300px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1279px) {
  .sticky-group,
  .hero-notes-svg {
    width: 225px !important;
  }
}

/* Short laptop windows still keep the whole message and CTA above the fold. */
@media (min-width: 1200px) and (max-height: 700px) {
  .hero-center-logo-card {
    width: 64px !important;
    height: 64px !important;
    margin-bottom: 18px !important;
  }

  .zodo-center-icon {
    width: 60px !important;
    height: 60px !important;
  }

  .hero-title-dark,
  .hero-title-light {
    font-size: clamp(52px, 4.4vw, 66px) !important;
  }

  .hero-title { margin-bottom: 18px; }
  .hero-sub { margin-bottom: 20px !important; }
  .sticky-group, .reminders-group { scale: .8; }
  .sticky-group { transform-origin: top left; }
  .reminders-group { transform-origin: top right; }
  .tasks-group-svg, .integrations-svg-group { width: 240px !important; }
  .hero-integrations-svg { width: 240px !important; }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-center-logo-card { animation: zodo-hero-arrive .55s ease-out both; }
  .hero-title { animation: zodo-hero-arrive .55s .07s ease-out both; }
  .hero-sub, .hero-center .btn-cta { animation: zodo-hero-arrive .55s .14s ease-out both; }
}

@keyframes zodo-hero-arrive {
  from { opacity: 0; translate: 0 10px; }
  to { opacity: 1; translate: 0 0; }
}

@media (min-width: 1600px) {
  :root {
    --zodo-scale: 1;
    --zodo-content: 1280px;
    --zodo-hero-min-h: 700px;
    --zodo-section-gap: 80px;
    --zodo-side-margin: 15px;
    --zodo-section-max: 1600px;
  }

  .section-heading {
    font-size: 52px;
  }

  .section-heading-people {
    font-size: 44px;
  }

  .section-sub,
  .section-how-it-works .section-sub {
    max-width: 800px;
    font-size: 19px !important;
  }

  .pill-btn {
    font-size: 18px;
  }

  .sol-feature p {
    font-size: 14px;
  }

  .feat-card-title {
    font-size: 32px;
  }

  .feat-card-desc {
    font-size: 15px;
  }

  .features-more-text {
    font-size: 18px;
  }

  .hiw-step-box,
  .stage-badge {
    font-size: 13px;
  }

  .hiw-flow-summary,
  .hiw-stage-copy h3,
  .hiw-bottom-copy h4 {
    font-size: 16px;
  }

  .hiw-stage-copy p,
  .hiw-bottom-copy p {
    font-size: 13px;
  }

  .pricing-toggle-pill label {
    font-size: 15px;
  }

  .pricing-note,
  .price-sub,
  .pc-best,
  .pc-learn {
    font-size: 13px;
  }

  .pc-name {
    font-size: 20px;
  }

  .pc-tagline {
    font-size: 14px;
  }

  .price-label,
  .price-badge {
    font-size: 12px;
  }

  .price-amount {
    font-size: 44px;
  }

  .price-current {
    font-size: 40px;
  }

  .price-unit,
  .price-original {
    font-size: 16px;
  }

  .pricing-card .btn-getstarted,
  .pc-features li {
    font-size: 15px;
  }

  img.zodo-nav-icon {
    width: 150px;
  }

  .logo-text {
    font-size: 40px;
  }

  .footer-heading {
    width: 550px;
    font-size: 44px;
  }

  .footer-col a {
    font-size: 17px;
  }

  .footer-icons-section img {
    width: 90px !important;
    height: 90px !important;
  }
}

.zodo-coming-soon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  padding: 3px 7px;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  background: #f8fafc;
  color: #64748b;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.zodo-link-disabled,
.is-coming-soon {
  cursor: not-allowed !important;
}

.zodo-link-disabled {
  opacity: 0.55;
  pointer-events: none;
}

@media (max-width: 1024px) {
  .navbar {
    width: 100%;
    max-width: 100%;
  }

  .industries-mega-menu {
    display: none !important;
  }

  .section-solutions,
  .section-features,
  .section-integrations,
  .section-testimonials,
  .section-pricing,
  .section-footer {
    max-width: 100%;
  }

  .cp-map-section,
  .cp-office-section,
  .cp-faq-section,
  .cp-cta-section {
    grid-column: auto !important;
  }
}

@media (max-width: 768px) {
  .navbar-container {
    width: 100%;
  }

  .navbar {
    min-height: 64px;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .nav-logo img {
    width: 112px !important;
    height: auto !important;
  }

  .nav-links,
  .nav-actions > .nav-signin {
    display: none !important;
  }

  .nav-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
  }

  .hamburger {
    display: flex !important;
    box-sizing: border-box;
    flex: 0 0 44px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    margin: 0;
    right: auto;
    padding: 10px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
    color: #1f2937;
    appearance: none;
    touch-action: manipulation;
    cursor: pointer;
  }

  .hamburger span,
  .hamburger:hover span:nth-child(n) {
    flex: 0 0 2px;
    width: 22px;
    height: 2px;
    margin: 0;
    border-radius: 2px;
    background: currentColor;
  }

  .hamburger:hover,
  .hamburger:active {
    background: #f3f4f6;
  }

  .hamburger:focus-visible {
    outline: 2px solid #2563eb;
    outline-offset: 3px;
  }

  .mobile-nav-overlay {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .hero-title,
  .pp-hero-title,
  .cp-title,
  .about-title,
  .pricing-hero-title,
  .wn-hero-title {
    overflow-wrap: anywhere;
  }

  .hero-content,
  .pp-hero-inner,
  .cp-hero-inner,
  .about-container,
  .pricing-hero-container,
  .wn-hero-inner {
    width: 100%;
    max-width: 100%;
  }

  .cp-form-row,
  .bd-grid-2 {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .cp-form-card,
  .bd-form-card,
  .login-card {
    width: 100%;
    max-width: 100%;
  }

  .footer-top,
  .footer-bottom {
    width: auto;
    max-width: 100%;
  }

  .footer-nav {
    min-width: 0;
  }

  .blog-main-grid,
  .blog-details-layout,
  .privacy-layout,
  .terms-layout {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .blog-sidebar,
  .privacy-sidebar,
  .terms-sidebar {
    position: static !important;
    width: 100%;
  }
}

/* Keep the artwork positioned against the hero, independent of the copy height. */
@media (max-width: 1199px) {
  section.section-hero {
    height: 640px;
    min-height: 0 !important;
    padding: 0 !important;
    overflow: hidden;
  }

  .section-hero .hero-wrapper {
    position: relative;
    display: block;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 0;
    margin: 0;
    padding: 0;
  }

  .section-hero .hero-center {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 32px);
    max-width: 520px;
    margin: 0;
    padding: 0;
    transform: translate(-50%, -50%);
    z-index: 10;
  }

  .section-hero .hero-center-logo-card {
    position: static;
    width: 56px;
    height: 56px;
    margin: 0 auto 16px;
    border-radius: 8px;
  }

  .section-hero .zodo-center-icon {
    width: 52px;
    height: 52px;
  }

  .section-hero .hero-title {
    margin: 0 0 14px;
    letter-spacing: 0;
  }

  .section-hero .hero-title-dark,
  .section-hero .hero-title-light {
    margin: 0;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: 0;
    white-space: normal;
  }

  .section-hero .hero-sub {
    max-width: 360px;
    margin: 0 auto 20px;
    font-size: 16px;
    line-height: 1.5;
  }

  .section-hero .btn-cta {
    min-height: 44px;
    margin: 0;
    padding: 12px 20px;
    font-size: 16px;
  }

  .section-hero :is(.sticky-group, .leftoverlaycard, .bluetick, .reminders-group, .rightoverlaycard, .tasks-group-svg, .integrations-svg-group) {
    position: absolute !important;
    display: block !important;
    inset: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    transform: none !important;
    pointer-events: none;
    z-index: 4;
  }

  .section-hero :is(.sticky-group, .leftoverlaycard, .bluetick, .reminders-group, .rightoverlaycard, .tasks-group-svg, .integrations-svg-group) > img {
    position: static !important;
    display: block;
    inset: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100%;
    height: auto !important;
    margin: 0 !important;
    transform: none !important;
  }

  .section-hero .sticky-group {
    top: -16px !important;
    left: -12px !important;
    width: clamp(120px, 24%, 200px) !important;
  }

  .section-hero .leftoverlaycard {
    top: 60px !important;
    left: -16px !important;
    width: clamp(72px, 14%, 120px) !important;
  }

  .section-hero .bluetick {
    top: 92px !important;
    left: 4px !important;
    width: 48px !important;
    z-index: 5;
  }

  .section-hero .reminders-group {
    top: -18px !important;
    right: -12px !important;
    width: clamp(120px, 24%, 190px) !important;
  }

  .section-hero .reminders-group > .clock {
    position: absolute !important;
    top: 40px !important;
    left: -18px !important;
    width: 48px !important;
    z-index: 5;
  }

  .section-hero .rightoverlaycard {
    top: 75px !important;
    right: -18px !important;
    width: clamp(64px, 50%, 90px) !important;
  }

  .section-hero .tasks-group-svg,
  .section-hero .integrations-svg-group {
    bottom: -8px !important;
    width: clamp(140px, 36%, 240px) !important;
  }

  .section-hero .tasks-group-svg {
    left: -8px !important;
  }

  .section-hero .integrations-svg-group {
    right: -8px !important;
  }
}

@media (max-width: 480px) {
  section.section-hero {
    height: 560px;
    margin-inline: 8px;
  }

  .section-hero .hero-center-logo-card {
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
  }

  .section-hero .zodo-center-icon {
    width: 44px;
    height: 44px;
  }

  .section-hero .hero-title-dark,
  .section-hero .hero-title-light {
    font-size: 28px;
  }

  .section-hero .hero-sub {
    max-width: 270px;
    font-size: 14px;
  }
}

.zodo-menu-open,
html.zodo-menu-open body {
  overflow: hidden !important;
  overscroll-behavior: none;
}

.zodo-mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0;
  background: rgba(17, 24, 39, 0.4);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  backdrop-filter: blur(8px);
  transition: opacity 180ms ease, visibility 180ms ease;
}

.zodo-mobile-menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.zodo-mobile-menu__panel {
  display: flex;
  width: 100%;
  height: 94vh;
  height: 94dvh;
  min-height: 0;
  flex-direction: column;
  padding: 18px 20px 20px;
  overflow: hidden;
  border-radius: 24px 24px 0 0;
  background: #fff;
  box-shadow: 0 -10px 40px rgba(17, 24, 39, 0.15);
  transform: translateY(100%);
  transition: transform 350ms cubic-bezier(0.16, 1, 0.3, 1);
}

.zodo-mobile-menu.active .zodo-mobile-menu__panel {
  transform: translateY(0);
}

.zodo-mobile-menu__top {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex: 0 0 auto;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f3f4f6;
}

.zodo-mobile-menu__header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.zodo-mobile-menu__brand img {
  display: block;
  width: 112px;
  height: 30px;
  object-fit: contain;
}

.zodo-mobile-menu__close {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  padding: 9px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #4b5563;
  cursor: pointer;
}

.zodo-mobile-menu__close:hover,
.zodo-mobile-menu__close:focus-visible {
  background: #f3f4f6;
  color: #111827;
  outline: none;
}

.zodo-mobile-menu__close svg,
.zodo-mobile-menu__search svg,
.zodo-mobile-menu__tab svg,
.zodo-mobile-menu__card-icon svg,
.zodo-mobile-menu__footer svg {
  width: 20px;
  height: 20px;
}

.zodo-mobile-menu__demo {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 999px;
  color: #fff;
  background: #2563eb;
  font: 600 13px/1.2 Inter, sans-serif;
  text-align: center;
  text-decoration: none;
}

.zodo-mobile-menu__quick-links {
  display: flex;
  min-width: 0;
  flex: 0 0 auto;
  align-items: center;
  gap: 18px;
  margin-bottom: 16px;
  overflow-x: auto;
  scrollbar-width: none;
}

.zodo-mobile-menu__quick-links::-webkit-scrollbar {
  display: none;
}

.zodo-mobile-menu__quick-links a {
  color: #4b5563;
  font: 600 12px/1.2 Inter, sans-serif;
  text-decoration: none;
  white-space: nowrap;
}

.zodo-mobile-menu__quick-links a:hover,
.zodo-mobile-menu__quick-links a:focus-visible {
  color: #2563eb;
}

.zodo-mobile-menu__intro {
  flex: 0 0 auto;
  margin-bottom: 14px;
}

.zodo-mobile-menu__intro h2 {
  margin: 0 0 4px;
  color: #111827;
  font: 800 24px/1.15 Inter, sans-serif;
  letter-spacing: 0;
}

.zodo-mobile-menu__intro p {
  margin: 0;
  color: #6b7280;
  font: 400 13px/1.45 Inter, sans-serif;
}

.zodo-mobile-menu__search {
  position: relative;
  display: block;
  width: 100%;
  flex: 0 0 auto;
  margin-bottom: 16px;
}

.zodo-mobile-menu__search svg {
  position: absolute;
  top: 50%;
  left: 12px;
  width: 18px;
  height: 18px;
  color: #9ca3af;
  transform: translateY(-50%);
  pointer-events: none;
}

.zodo-mobile-menu__search input {
  width: 100%;
  height: 40px;
  padding: 9px 12px 9px 38px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fff;
  color: #111827;
  font: 400 13px/1.2 Inter, sans-serif;
  outline: none;
}

.zodo-mobile-menu__search input:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.08);
}

.zodo-mobile-menu__content {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 16px;
  min-height: 0;
  flex: 1 1 auto;
  margin-bottom: 14px;
}

.zodo-mobile-menu__tabs,
.zodo-mobile-menu__cards {
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: #e5e7eb transparent;
}

.zodo-mobile-menu__tabs {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-right: 2px;
}

.zodo-mobile-menu__tab {
  display: flex;
  width: 100%;
  min-height: 38px;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #4b5563;
  font: 500 12px/1.25 Inter, sans-serif;
  text-align: left;
  cursor: pointer;
}

.zodo-mobile-menu__tab svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  color: #9ca3af;
}

.zodo-mobile-menu__tab > span {
  min-width: 0;
}

.zodo-mobile-menu__tab:hover,
.zodo-mobile-menu__tab:focus-visible {
  background: #f9fafb;
  color: #111827;
  outline: none;
}

.zodo-mobile-menu__tab.active {
  background: #eff6ff;
  color: #2563eb;
  font-weight: 600;
}

.zodo-mobile-menu__tab.active svg {
  color: #2563eb;
}

.zodo-mobile-menu__soon {
  display: block;
  margin-top: 2px;
  color: #9ca3af;
  font-size: 8px;
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
}

.zodo-mobile-menu__view-all {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding: 10px;
  border-top: 1px solid #f3f4f6;
  color: #2563eb;
  font: 600 11px/1.3 Inter, sans-serif;
  text-decoration: none;
}

.zodo-mobile-menu__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  align-content: start;
  padding-right: 2px;
}

.zodo-mobile-menu__card {
  display: flex;
  min-width: 0;
  min-height: 138px;
  flex-direction: column;
  padding: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  text-align: left;
}

.zodo-mobile-menu__card[hidden] {
  display: none;
}

.zodo-mobile-menu__card:hover {
  border-color: #bfdbfe;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.04);
}

.zodo-mobile-menu__card-icon {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  margin-bottom: 8px;
  place-items: center;
  border-radius: 7px;
  color: #2563eb;
  background: #eff6ff;
}

.zodo-mobile-menu__card--roofing .zodo-mobile-menu__card-icon { color: #ea580c; background: #fff7ed; }
.zodo-mobile-menu__card--realestate .zodo-mobile-menu__card-icon { color: #16a34a; background: #f0fdf4; }
.zodo-mobile-menu__card--recruiter .zodo-mobile-menu__card-icon { color: #7c3aed; background: #f5f3ff; }
.zodo-mobile-menu__card--clinic .zodo-mobile-menu__card-icon { color: #0d9488; background: #f0fdfa; }
.zodo-mobile-menu__card--automotive .zodo-mobile-menu__card-icon { color: #2563eb; background: #eff6ff; }
.zodo-mobile-menu__card--interior .zodo-mobile-menu__card-icon { color: #e11d48; background: #fff1f2; }
.zodo-mobile-menu__card--education .zodo-mobile-menu__card-icon { color: #a855f7; background: #fdf4ff; }

.zodo-mobile-menu__card-body {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
}

.zodo-mobile-menu__card h3 {
  margin: 0 0 3px;
  color: #111827;
  font: 700 12px/1.25 Inter, sans-serif;
  overflow-wrap: anywhere;
}

.zodo-mobile-menu__card p {
  display: -webkit-box;
  flex: 1 1 auto;
  margin: 0 0 8px;
  overflow: hidden;
  color: #6b7280;
  font: 400 10px/1.35 Inter, sans-serif;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.zodo-mobile-menu__card-action {
  margin-top: auto;
  color: #2563eb;
  font: 700 10px/1.2 Inter, sans-serif;
  text-decoration: none;
}

.zodo-mobile-menu__card.is-coming-soon .zodo-mobile-menu__card-action {
  color: #9ca3af;
}

.zodo-mobile-menu__empty {
  grid-column: 1 / -1;
  margin: 24px 0;
  color: #6b7280;
  font-size: 13px;
  text-align: center;
}

.zodo-mobile-menu__footer {
  display: flex;
  min-height: 50px;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
  padding: 9px 13px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  color: #111827;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
}

.zodo-mobile-menu__footer:hover,
.zodo-mobile-menu__footer:focus-visible {
  border-color: #bfdbfe;
  outline: none;
}

.zodo-mobile-menu__footer-icon {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  place-items: center;
  border-radius: 7px;
  background: #f3f4f6;
  color: #4b5563;
}

.zodo-mobile-menu__footer > span:nth-child(2) {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
}

.zodo-mobile-menu__footer strong {
  font: 600 12px/1.3 Inter, sans-serif;
}

.zodo-mobile-menu__footer small {
  color: #6b7280;
  font: 400 10px/1.3 Inter, sans-serif;
}

.zodo-mobile-menu__footer-arrow {
  width: 18px !important;
  height: 18px !important;
  flex: 0 0 18px;
  color: #9ca3af;
}

@media (min-width: 769px) {
  .zodo-mobile-menu {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .zodo-mobile-menu__panel {
    padding: 14px;
  }

  .zodo-mobile-menu__brand img {
    width: 102px;
  }

  .zodo-mobile-menu__quick-links {
    gap: 16px;
  }

  .zodo-mobile-menu__content {
    grid-template-columns: minmax(96px, 30%) minmax(0, 1fr);
    gap: 10px;
  }

  .zodo-mobile-menu__tab {
    gap: 6px;
    padding: 8px 6px;
    font-size: 10.5px;
  }

  .zodo-mobile-menu__tab svg {
    width: 16px;
    height: 16px;
    flex-basis: 16px;
  }

  .zodo-mobile-menu__view-all {
    padding-inline: 6px;
    font-size: 10px;
  }

  .zodo-mobile-menu__cards {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }

  .zodo-mobile-menu__card {
    min-height: 125px;
    padding: 10px;
  }

  .navbar .btn-getdemo {
    min-height: 40px;
    padding: 9px 12px !important;
    font-size: 12px !important;
    white-space: nowrap;
  }

  .pp-integrations-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .pp-integration-item {
    width: 100% !important;
    min-width: 0;
    padding: 10px 6px !important;
    box-sizing: border-box;
  }

  .footer-col a {
    width: 100% !important;
    overflow-wrap: anywhere;
  }

  .footer-icons-section {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    width: 100%;
    box-sizing: border-box;
  }

  .footer-icons-section img {
    width: min(64px, 100%) !important;
    height: auto !important;
    max-height: 64px;
  }

  .section-solutions,
  .section-features,
  .section-integrations,
  .section-testimonials,
  .section-pricing,
  .pp-hero,
  .cp-hero,
  .about-hero,
  .pricing-hero-sec,
  .wn-hero {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  input,
  select,
  textarea,
  button {
    max-width: 100%;
  }

  .footer-top {
    margin-left: 18px !important;
    margin-right: 18px !important;
  }
}

/* Shared public-page rhythm: one scale and one content rail across every route. */
:root {
  --zodo-public-content: 1280px;
  --zodo-public-gutter: clamp(16px, 3vw, 32px);
}

.pp-hero-inner,
.pp-features-grid,
.pp-built-inner,
.pp-cta-inner,
.wn-hero-inner,
.cp-container,
.about-container,
.blog-hero-inner,
.blog-main-inner,
.blog-details-hero-inner,
.blog-content-inner,
.pricing-main-wrapper,
.bd-hero,
.bd-demos-inner,
.bd-what-inner,
.privacy-container,
.terms-container {
  width: 100%;
  max-width: var(--zodo-public-content) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box;
}

.pp-hero-title,
.wn-hero-title,
.cp-title,
.abb-hero-title,
.blog-title,
.blog-details-title,
.pricing-hero-title,
.bd-title,
#privacy-hero-title,
#terms-hero-title {
  font-size: clamp(44px, 3.6vw, 52px) !important;
  line-height: 1.1 !important;
  letter-spacing: 0 !important;
  overflow-wrap: anywhere;
}

.pp-features-title,
.pp-built-title,
.pp-cta-title,
.wn-month-title,
.wn-cta-title,
.cp-section-title,
.about-title,
.blog-featured-title,
.pricing-faq-title,
.section-heading,
.section-heading-people {
  font-size: clamp(32px, 3vw, 44px) !important;
  line-height: 1.15 !important;
  letter-spacing: 0 !important;
  overflow-wrap: anywhere;
}

.pp-hero-desc,
.wn-hero-desc,
.cp-subtitle,
.abb-hero-desc,
.blog-desc,
.blog-details-desc,
.pricing-hero-desc,
.bd-sub {
  font-size: clamp(16px, 1.25vw, 18px) !important;
  line-height: 1.6 !important;
}

/* The integrations target is a roadmap item, not a claim of current availability. */
.hero-integration-roadmap-badge {
  position: absolute;
  top: 16px;
  right: 18px;
  z-index: 2;
  padding: 4px 7px;
  border: 1px solid #c7d2fe;
  border-radius: 999px;
  background: #eef2ff;
  color: #3559c7;
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.stats-banner--workflow .stat-item {
  min-width: 0;
}

.stats-banner--workflow .stat-number {
  font-size: 19px;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.stats-banner--workflow .stat-label {
  line-height: 1.35;
}

.bd-capability-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 14px 0 18px;
  color: var(--bd-primary);
  font-size: 12px;
  font-weight: 700;
}

.bd-capability-flow span {
  padding: 7px 9px;
  border: 1px solid #dbeafe;
  border-radius: 6px;
  background: #eff6ff;
}

.bd-capability-flow i {
  color: #94a3b8;
  font-size: 9px;
}

.bd-product-proof .bd-quote {
  font-style: normal;
}

.bd-product-proof .bd-testimonial-logo img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

/* Public demo lead capture and scheduling workflow. */
.bd-form-card [hidden] {
  display: none !important;
}

.bd-form-card [tabindex="-1"]:focus {
  outline: none;
}

.bd-booking-progress {
  display: grid;
  grid-template-columns: auto minmax(12px, 1fr) auto minmax(12px, 1fr) auto;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
}

.bd-progress-step {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #94a3b8;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.bd-progress-step b {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 1px solid #dbe3ee;
  border-radius: 50%;
  background: #fff;
  font-size: 10px;
}

.bd-progress-step.is-active {
  color: #1d4ed8;
}

.bd-progress-step.is-active b {
  border-color: #2563eb;
  background: #2563eb;
  color: #fff;
}

.bd-progress-step.is-complete {
  color: #047857;
}

.bd-progress-step.is-complete b {
  border-color: #a7f3d0;
  background: #ecfdf5;
  color: #047857;
}

.bd-progress-line {
  height: 1px;
  background: #e2e8f0;
}

.bd-interest-grid--four {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bd-phone-field .bd-phone-inner input {
  flex: 1 1 0;
  min-width: 0;
  width: 0;
  padding-inline: 10px;
  font-size: 14px;
}

.bd-label-small small {
  color: #94a3b8;
  font-size: 11px;
  font-weight: 500;
}

.bd-consent-group {
  display: grid;
  gap: 9px;
  margin-top: 10px;
}

.bd-consent-row {
  display: grid;
  grid-template-columns: 17px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  color: #64748b;
  font-size: 11px;
  line-height: 1.45;
}

.bd-consent-row input {
  width: 16px;
  height: 16px;
  margin: 1px 0 0;
  accent-color: #2563eb;
}

.bd-consent-row a {
  color: #1d4ed8;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.bd-schedule-step h2,
.bd-confirmed-step h2 {
  margin: 6px 0;
  color: #111827;
  font-size: 22px;
  line-height: 1.25;
}

.bd-saved-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  margin: 0;
  color: #047857;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.bd-slots {
  display: grid;
  gap: 14px;
  max-height: 330px;
  margin-top: 8px;
  padding-right: 4px;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.bd-slot-day {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding-bottom: 12px;
  border-bottom: 1px solid #edf1f6;
}

.bd-slot-day h3 {
  margin: 9px 0 0;
  color: #334155;
  font-size: 12px;
  line-height: 1.35;
}

.bd-slot-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.bd-slot-button {
  min-height: 38px;
  padding: 8px;
  border: 1px solid #dbe3ee;
  border-radius: 7px;
  background: #fff;
  color: #1e40af;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: border-color .15s, background .15s, color .15s;
}

.bd-slot-button:hover,
.bd-slot-button:focus-visible {
  border-color: #2563eb;
  outline: none;
}

.bd-slot-button.is-selected {
  border-color: #2563eb;
  background: #2563eb;
  color: #fff;
}

.bd-slots-loading,
.bd-slots-empty {
  display: flex;
  min-height: 150px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 18px;
  border: 1px dashed #cbd5e1;
  border-radius: 8px;
  color: #64748b;
  text-align: center;
  font-size: 13px;
}

.bd-slots-empty strong {
  color: #334155;
}

.bd-spinner {
  width: 24px;
  height: 24px;
  border: 2px solid #dbeafe;
  border-top-color: #2563eb;
  border-radius: 50%;
  animation: bd-spin .75s linear infinite;
}

@keyframes bd-spin {
  to { transform: rotate(360deg); }
}

.bd-btn-primary:disabled {
  box-shadow: none;
  cursor: not-allowed;
  opacity: .55;
}

a.bd-btn-primary {
  text-decoration: none;
}

.bd-secondary-action {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: #2563eb;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.bd-confirmed-step {
  display: flex;
  min-height: 480px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.bd-confirmed-icon {
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: 14px;
  place-items: center;
  border-radius: 50%;
  background: #ecfdf5;
  color: #059669;
  font-size: 22px;
}

.bd-confirmed-summary {
  display: grid;
  width: 100%;
  gap: 7px;
  margin: 18px 0;
  padding: 16px;
  border-top: 1px solid #dbeafe;
  border-bottom: 1px solid #dbeafe;
  background: #f8fbff;
  color: #475569;
  font-size: 13px;
  line-height: 1.45;
}

.bd-confirmed-summary strong {
  color: #1d4ed8;
  font-size: 16px;
}

.bd-confirmed-actions {
  display: grid;
  width: 100%;
  gap: 4px;
}

.bd-form-card [data-form-status] {
  font-size: 12px;
  line-height: 1.45;
}

.blog-stat-card .blog-stat-value,
.blog-details-float-card .blog-details-float-val {
  font-size: clamp(15px, 1.4vw, 19px) !important;
  letter-spacing: 0 !important;
  overflow-wrap: anywhere;
}

@media (min-width: 769px) and (max-width: 1199px) {
  .section-hero,
  .section-features,
  .section-integrations {
    overflow-x: clip;
  }

  .feat-img-customize {
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .int-row {
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .int-item {
    flex: 0 1 130px;
  }
}

@media (max-width: 768px) {
  /* Fit the complete product illustrations inside each mobile feature. */
  .section-features .feat-card-images {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center !important;
    gap: 12px !important;
    width: 100%;
    min-width: 0;
    min-height: 0 !important;
    height: auto;
  }

  .section-features .feat-card-images > img,
  .section-features .feat-row2-cards > img {
    position: static !important;
    inset: auto !important;
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    transform: none !important;
  }

  .section-features .feat-time-images .feat-img-meetings {
    grid-column: 1 / -1;
    grid-row: 1;
    justify-self: center;
    max-width: 260px !important;
  }

  .section-features .feat-row2-left,
  .section-features .feat-row2-cards {
    max-height: none !important;
    height: auto;
  }

  .section-features .feat-row2-left {
    padding: 24px 20px;
  }

  .section-features .feat-row2-cards {
    gap: 16px !important;
  }

  .section-features .doublearrow {
    width: 56px;
    margin: 0;
  }

  .cp-hero,
  .about-hero,
  .pricing-hero-sec {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .cp-container,
  .about-container,
  .pricing-main-wrapper,
  .privacy-container,
  .terms-container {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .blog-hero,
  .blog-main-layout,
  .blog-details-hero,
  .blog-content-wrapper,
  .bd-page {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .pp-hero-title,
  .wn-hero-title,
  .cp-title,
  .abb-hero-title,
  .blog-title,
  .blog-details-title,
  .pricing-hero-title,
  .bd-title,
  #privacy-hero-title,
  #terms-hero-title {
    font-size: clamp(32px, 5.25vw, 40px) !important;
  }

  .pp-features-title,
  .pp-built-title,
  .pp-cta-title,
  .wn-month-title,
  .wn-cta-title,
  .cp-section-title,
  .about-title,
  .blog-featured-title,
  .pricing-faq-title,
  .section-heading,
  .section-heading-people {
    font-size: clamp(28px, 4.5vw, 34px) !important;
  }

  .pp-hero-inner,
  .wn-hero-inner,
  .cp-container,
  .about-container,
  .blog-hero-inner,
  .blog-main-inner,
  .blog-details-hero-inner,
  .blog-content-inner,
  .pricing-main-wrapper,
  .bd-hero,
  .bd-demos-inner,
  .bd-what-inner,
  .privacy-container,
  .terms-container {
    max-width: 100% !important;
  }

  .stats-banner--workflow .stat-number {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .cp-container,
  .about-container,
  .pricing-main-wrapper,
  .privacy-container,
  .terms-container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .blog-hero,
  .blog-main-layout,
  .blog-details-hero,
  .blog-content-wrapper,
  .bd-page {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .pp-hero-title,
  .wn-hero-title,
  .cp-title,
  .abb-hero-title,
  .blog-title,
  .blog-details-title,
  .pricing-hero-title,
  .bd-title,
  #privacy-hero-title,
  #terms-hero-title {
    font-size: clamp(30px, 8vw, 34px) !important;
  }

  .pp-hero-desc,
  .wn-hero-desc,
  .cp-subtitle,
  .abb-hero-desc,
  .blog-desc,
  .blog-details-desc,
  .pricing-hero-desc,
  .bd-sub {
    font-size: 16px !important;
  }

  .bd-capability-flow i {
    display: none;
  }

  .bd-booking-progress {
    gap: 5px;
  }

  .bd-progress-step {
    gap: 4px;
    font-size: 9px;
  }

  .bd-progress-step b {
    width: 20px;
    height: 20px;
  }

  .bd-interest-grid--four,
  .bd-slot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .bd-slot-day {
    grid-template-columns: minmax(0, 1fr);
  }

  .bd-slot-day h3 {
    margin-top: 0;
  }

  .bd-slots {
    max-height: 380px;
  }
}

.pp-integrations .pp-integrations-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

.pp-integrations .pp-integration-item {
  width: 100%;
  min-width: 0;
  padding: 24px 12px;
}

@media (max-width: 1024px) {
  .pp-integrations .pp-integrations-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    max-width: 720px;
  }
}

@media (max-width: 600px) {
  .pp-integrations .pp-integrations-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }
}

@media (max-width: 768px) {
  .pp-integrations .pp-integration-item {
    padding: 20px 12px !important;
  }

  .pp-integrations .pp-integration-icon {
    width: 44px;
    height: 44px;
  }

  .pp-integrations .pp-integration-icon img {
    width: 100%;
    height: 100%;
  }

  .pp-integrations .pp-integration-name {
    font-size: 14px;
    line-height: 1.35;
  }

  .pp-integrations .pp-integration-desc {
    font-size: 12px;
    line-height: 1.5;
  }
}

/* Readable benefit rows on phones, aligned columns on larger screens. */
section.section-solutions {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 64px 32px 56px;
}

.section-solutions .solutions-top {
  display: block;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto 36px;
  text-align: center;
}

.section-solutions .solns {
  display: inline-block;
  margin: 0 0 16px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #2563eb;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
  cursor: default;
}

.section-solutions .solutions-top > h2 {
  max-width: 640px;
  margin: 0 auto;
  padding: 0;
  color: #111827;
  font-size: 40px !important;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0;
}

.section-solutions .solutions-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px !important;
  width: 100%;
  max-width: none;
  margin: 36px 0 0;
  padding: 0;
  overflow: visible;
  scroll-snap-type: none;
}

.section-solutions .solutions-features .sol-feature {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  width: 100%;
  min-width: 0;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: left;
}

.section-solutions .solutions-features .sol-icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border-radius: 8px;
  background: #fff7ed;
  box-shadow: none;
}

.section-solutions .sol-icon > :is(img, svg) {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.section-solutions .sol-feature-copy h3 {
  margin: 0 0 8px;
  color: #111827;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0;
}

.section-solutions .solutions-features .sol-feature p {
  margin: 0;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0;
}

.section-solutions .dashboard-preview {
  left: auto;
  width: 100%;
  max-width: 1120px;
  margin-inline: auto;
}

@media (max-width: 768px) {
  section.section-solutions {
    padding: 36px 24px;
  }

  .section-solutions .solutions-top {
    max-width: 560px;
    margin-bottom: 28px;
    text-align: left;
  }

  .section-solutions .solutions-top > h2 {
    max-width: 440px;
    margin: 0;
    font-size: 28px !important;
    line-height: 1.2;
    text-align: left;
  }

  .section-solutions .solutions-features {
    grid-template-columns: minmax(0, 1fr);
    gap: 0 !important;
    margin-top: 24px;
  }

  .section-solutions .solutions-features .sol-feature {
    padding: 20px 0;
    border-top: 1px solid #e5e7eb;
  }

  .section-solutions .sol-feature-copy h3 {
    margin-bottom: 6px;
  }
}

/* Keep the complete workflow visible in a compact, ordered mobile layout. */
@media (max-width: 600px) {
  .section-how-it-works .hiw-flow-card {
    min-height: 0;
    padding: 14px 12px;
    gap: 10px;
    justify-content: flex-start;
    border-radius: 16px;
  }

  .section-how-it-works .hiw-flow-badge {
    margin: 0 auto 2px;
    padding: 5px 12px;
    gap: 6px;
    font-size: 13px;
    line-height: 20px;
  }

  .section-how-it-works .hiw-flow-badge svg { width: 16px; height: 16px; }

  .section-how-it-works .hiw-flow-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 8px minmax(0, 1fr) 8px minmax(0, 1fr);
    gap: 3px;
    align-items: stretch;
  }

  .section-how-it-works .hiw-step-box {
    min-width: 0;
    padding: 7px 4px;
    flex-direction: column;
    justify-content: flex-start;
    gap: 4px;
    border-radius: 8px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
    box-shadow: none;
  }

  .section-how-it-works .hiw-step-icon,
  .section-how-it-works .hiw-step-icon > :is(img, svg) {
    width: 22px;
    height: 22px;
    object-fit: contain;
  }

  .section-how-it-works .hiw-flow-arrow {
    align-self: center;
    font-size: 12px;
    line-height: 1;
  }

  .section-how-it-works .hiw-flow-bottom {
    display: flow-root;
    margin-top: 2px;
    padding-top: 12px;
    gap: 10px;
    text-align: left;
  }

  .section-how-it-works .hiw-house-illustration { float: left; width: 64px; margin: 0 10px 4px 0; border-radius: 8px; }
  .section-how-it-works .hiw-house-illustration img { display: block; width: 100%; height: auto; }
  .section-how-it-works .hiw-flow-summary { min-width: 0; font-size: 13px; line-height: 1.5; }
}

/* Keep the pricing assurances easy to scan without consuming a full phone screen. */
@media (max-width: 768px) {
  .pricing-benefits-sec {
    margin-bottom: 48px;
    padding: 16px;
    border-radius: 16px;
  }

  .pricing-benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
  }

  .pricing-benefit-card {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    grid-template-areas:
      "icon title"
      "icon description";
    column-gap: 10px;
    row-gap: 3px;
    min-width: 0;
    padding: 16px 14px;
    text-align: left;
  }

  .pricing-benefit-card:nth-child(-n + 2) {
    border-bottom: 1px solid var(--pricing-border);
  }

  .pricing-benefit-card:nth-child(odd) {
    border-right: 1px solid var(--pricing-border);
  }

  .pricing-benefit-card:hover {
    transform: none;
  }

  .pricing-benefit-icon {
    grid-area: icon;
    align-self: start;
    margin: 1px 0 0;
    font-size: 24px;
    line-height: 1;
    text-align: center;
  }

  .pricing-benefit-card h4 {
    grid-area: title;
    min-width: 0;
    margin: 0;
    font-size: 14px;
    line-height: 1.3;
  }

  .pricing-benefit-card p {
    grid-area: description;
    min-width: 0;
    margin: 0;
    font-size: 13px;
    line-height: 1.4;
  }
}

@media (max-width: 374px) {
  .pricing-benefits-sec {
    padding: 12px;
  }

  .pricing-benefit-card {
    grid-template-columns: 24px minmax(0, 1fr);
    column-gap: 8px;
    padding: 14px 8px;
  }

  .pricing-benefit-icon {
    font-size: 22px;
  }
}
