/* =============================================================
   Jibble — Time & Attendance Software page styles
   Compiled drop-in CSS for the new flex blocks. Enqueued by
   jibble-page-additions.php on this template only.

   This file exists because the theme's Sass build pipeline does
   not yet include the `style/blocks/_*.scss` partials shipped in
   this bundle. Once those partials are added to the theme's
   main.scss and re-compiled into custom.css, this file can be
   removed and the enqueue dropped from jibble-page-additions.php.
   Until then, this is the page's only source of block styles.

   Scope intentionally narrow:
     - No `body`, `html`, or `*` resets (theme already has those)
     - No @font-face (theme already loads Nunito Sans)
     - No site-header / site-footer (theme already has those)
   Keeps: tokens, `.container`, `.section-head`, `.btn*`, `.stars`,
   the page-specific `.hero*` block (ported from index.html — the
   theme's site-wide hero is not used on this page), every `.c-*`
   block, and the responsive rules for all of the above.
   ============================================================= */


/* ========== TOKENS ========== */
:root {
  --orange: #FF6603;
  --orange-hover: #FF7922;
  --orange-press: #E55800;
  --orange-soft: #FDF1EC;
  --peach: #FFDDC8;
  --peach-wash: #FDF4F1;

  --ink: #1A1A1A;
  --body: #4D4D4D;
  --muted: #808080;
  --faint: #B3B3B3;
  --cool: #424B63;

  --surface-1: #F6F4F4;
  --surface-2: #F5F5F5;
  --line: #EAEAEA;
  --line-2: #E5E4E4;

  --green: #69C050;
  --blue: #6B9FF0;
  --berry: #C41446;
  --star: #FFB400;

  --radius-btn: 1000px;
  --radius-card: 16px;
  --radius-field: 8px;
  --radius-lg: 24px;

  --shadow-card: 0 4px 12px rgba(89, 96, 102, .12);
  --shadow-lg: 0 20px 50px -15px rgba(26, 26, 26, .18);
  --shadow-float: 0 16px 40px rgba(0, 0, 0, .28);

  --container: 1146px;
  --gutter: 24px;
}


/* ========== SHARED LAYOUT PRIMITIVES ========== */
/* `.container` uses :where() to keep specificity at 0 so the
   theme's own `.container` (if any) wins on conflict. */
:where(.c-trust-strip, .c-feature-tabs, .c-cta-band, .c-feature-list,
       .c-testimonial-grid, .c-faq-accordion, .c-final-cta) .container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.section-head {
  text-align: center;
  max-width: 960px;
  margin: 0 auto 56px;
}
.section-head .eyebrow {
  display: inline-block;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 16px;
}
.section-head h2 {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: -.01em;
}
.section-head p {
  margin-top: 16px;
  font-size: 18px;
  color: var(--body);
}


/* ========== BUTTONS ==========
   Namespaced to our blocks to avoid colliding with any
   theme-level .btn styles. All new-block CTAs are inside
   a .c-* root, so nesting is safe. */
:where(.c-trust-strip, .c-feature-tabs, .c-cta-band, .c-feature-list,
       .c-testimonial-grid, .c-faq-accordion, .c-final-cta, .c-float-cta)
  .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: var(--radius-btn);
  font-weight: 700;
  font-family: inherit;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all .15s ease;
  font-size: 14px;
  padding: 10px 20px;
  white-space: nowrap;
  text-decoration: none;
}
:where(.c-trust-strip, .c-feature-tabs, .c-cta-band, .c-feature-list,
       .c-testimonial-grid, .c-faq-accordion, .c-final-cta, .c-float-cta)
  .btn--big { font-size: 16px; padding: 14px 28px; }

:where(.c-trust-strip, .c-feature-tabs, .c-cta-band, .c-feature-list,
       .c-testimonial-grid, .c-faq-accordion, .c-final-cta, .c-float-cta)
  .btn--primary { background: var(--orange); color: #fff; }
:where(.c-trust-strip, .c-feature-tabs, .c-cta-band, .c-feature-list,
       .c-testimonial-grid, .c-faq-accordion, .c-final-cta, .c-float-cta)
  .btn--primary:hover { background: var(--orange-hover); color: #fff; }

:where(.c-trust-strip, .c-feature-tabs, .c-cta-band, .c-feature-list,
       .c-testimonial-grid, .c-faq-accordion, .c-final-cta, .c-float-cta)
  .btn--outline { background: transparent; color: var(--orange); border-color: var(--orange); }
:where(.c-trust-strip, .c-feature-tabs, .c-cta-band, .c-feature-list,
       .c-testimonial-grid, .c-faq-accordion, .c-final-cta, .c-float-cta)
  .btn--outline:hover { background: var(--orange-soft); color: var(--orange); }

:where(.c-trust-strip, .c-feature-tabs, .c-cta-band, .c-feature-list,
       .c-testimonial-grid, .c-faq-accordion, .c-final-cta, .c-float-cta)
  .btn--ghost-dark { background: transparent; color: var(--ink); border-color: var(--line-2); }
:where(.c-trust-strip, .c-feature-tabs, .c-cta-band, .c-feature-list,
       .c-testimonial-grid, .c-faq-accordion, .c-final-cta, .c-float-cta)
  .btn--ghost-dark:hover { background: var(--surface-1); }


/* ========== BLOCK: trust-strip ========== */
.c-trust-strip {
  background: #fff;
  padding: 48px 0;
  border-bottom: 1px solid var(--line);
}
.c-trust-strip__label {
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 32px;
}
.c-trust-strip__row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 32px;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}
.c-trust-strip__logo {
  width: 110px;
  height: auto;
  margin: 0 auto;
  filter: grayscale(1) contrast(.9);
  opacity: .75;
  transition: filter .2s ease, opacity .2s ease;
  max-width: 100%;
}
.c-trust-strip__row:hover .c-trust-strip__logo { opacity: .55; }
.c-trust-strip__logo:hover { filter: grayscale(0) contrast(1); opacity: 1; }


/* ========== BLOCK: feature-tabs ========== */
.c-feature-tabs {
  background: var(--surface-1);
  padding: 80px 0;
}
.c-feature-tabs__nav {
  display: flex;
  gap: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-btn);
  padding: 6px;
  max-width: 760px;
  margin: 0 auto 40px;
  box-shadow: var(--shadow-card);
}
.c-feature-tabs__tab {
  flex: 1;
  padding: 12px 20px;
  border: none;
  background: transparent;
  font-family: inherit;
  font-weight: 700;
  font-size: 14px;
  color: var(--body);
  border-radius: var(--radius-btn);
  cursor: pointer;
  transition: all .15s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
}
.c-feature-tabs__tab:hover { color: var(--ink); }
.c-feature-tabs__tab.is-active { background: var(--ink); color: #fff; }
.c-feature-tabs__tab svg { width: 16px; height: 16px; }
.c-feature-tabs__panel { display: none; }
.c-feature-tabs__panel.is-active {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 56px;
  align-items: center;
}
.c-feature-tabs__copy h3 {
  font-size: 32px;
  font-weight: 900;
  letter-spacing: -.01em;
  margin-bottom: 12px;
  color: var(--ink);
}
.c-feature-tabs__super {
  color: var(--orange);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
}
.c-feature-tabs__copy p {
  font-size: 17px;
  margin-bottom: 20px;
  color: var(--body);
}
.c-feature-tabs__copy ul {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}
.c-feature-tabs__copy li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 10px 0;
  font-size: 17px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.45;
}
.c-feature-tabs__copy li::before {
  content: "";
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  margin-top: 1px;
  border-radius: 50%;
  background-color: var(--orange);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' d='M5 10l3.5 3.5L15 7'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}
.c-feature-tabs__media {
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-feature-tabs__media img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 100%;
  display: block;
}


/* ========== BLOCK: cta-band ========== */
.c-cta-band { padding: 48px 0; }
.c-cta-band--light,
.c-cta-band--dark { background: #fff; }

.c-cta-band__card {
  max-width: 1240px;
  margin: 0 auto;
  border-radius: var(--radius-lg);
  padding: 40px 56px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.c-cta-band__card--light {
  background: var(--orange-soft);
  border: 1px solid var(--peach);
}
.c-cta-band__card--dark {
  background: var(--ink);
  color: #fff;
}
.c-cta-band__card--dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 30%, rgba(255, 102, 3, .22), transparent 55%),
    radial-gradient(ellipse at 80% 80%, rgba(255, 102, 3, .12), transparent 55%);
  pointer-events: none;
}
.c-cta-band__card > * { position: relative; }

.c-cta-band__eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 12px;
}
.c-cta-band__card--dark .c-cta-band__eyebrow { color: #FFB698; }

.c-cta-band__title {
  font-size: 34px;
  font-weight: 900;
  letter-spacing: -.015em;
  line-height: 1.1;
  max-width: 820px;
  margin: 0 auto 20px;
  color: var(--ink);
}
.c-cta-band__card--dark .c-cta-band__title { color: #fff; }
.c-cta-band__card--compact .c-cta-band__title { margin-bottom: 24px; }

.c-cta-band__meta {
  list-style: none;
  padding: 0;
  margin: 0 auto 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 24px;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  font-size: 14px;
  font-weight: 600;
  color: var(--body);
}
.c-cta-band__card--dark .c-cta-band__meta { color: rgba(255, 255, 255, .72); }
.c-cta-band__meta li { position: relative; padding: 0; }
.c-cta-band__meta li + li::before {
  content: "\2022";
  position: absolute;
  left: -15px;
  top: 0;
  color: var(--faint);
}
.c-cta-band__card--dark .c-cta-band__meta li + li::before { color: rgba(255, 255, 255, .35); }

.c-cta-band__btn {
  font-size: 18px;
  padding: 16px 36px;
}


/* ========== BLOCK: feature-list ========== */
.c-feature-list {
  background: #fff;
  padding: 80px 0;
}
.c-feature-list__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  padding: 28px 0;
}
.c-feature-list__item:nth-child(even) .c-feature-list__media { order: 2; }
.c-feature-list__copy h2 {
  font-size: 32px;
  font-weight: 900;
  letter-spacing: -.01em;
  margin-bottom: 8px;
  color: var(--ink);
}
.c-feature-list__copy h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--orange);
  margin-bottom: 16px;
}
.c-feature-list__copy p { font-size: 16px; color: var(--body); }
.c-feature-list__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  font-size: 14px;
  margin-top: 8px;
  color: var(--orange);
  text-decoration: none;
}
.c-feature-list__media {
  background: var(--surface-1);
  border-radius: var(--radius-card);
  padding: 24px;
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid var(--line);
}
.c-feature-list__media img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 8px;
  display: block;
}


/* ========== BLOCK: testimonial-grid ========== */
.c-testimonial-grid {
  background: var(--surface-1);
  padding: 80px 0;
}
.c-testimonial-grid__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.c-testimonial-grid__card {
  background: #fff;
  border-radius: var(--radius-card);
  padding: 24px;
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
}
.c-testimonial-grid__stars {
  display: inline-flex;
  gap: 2px;
  margin-bottom: 12px;
}
.c-testimonial-grid__stars svg {
  width: 14px;
  height: 14px;
  fill: var(--star);
}
.c-testimonial-grid__title {
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 8px;
  color: var(--ink);
}
.c-testimonial-grid__body {
  font-size: 14px;
  color: var(--body);
  flex: 1;
  margin-bottom: 16px;
}
.c-testimonial-grid__author {
  font-size: 13px;
  color: var(--muted);
}
.c-testimonial-grid__author strong {
  color: var(--ink);
  font-weight: 700;
}

/* Review-site ratings row — sits between the section head and the
   testimonial cards. Optional, rendered only when ACF supplies any
   ratings entries. */
.c-testimonial-grid__ratings {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  align-items: flex-start;
  justify-content: center;
  padding: 28px 24px 0;
  margin: -32px auto 56px;
  max-width: 900px;
}
.c-testimonial-grid__ratings-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  min-width: 110px;
}
.c-testimonial-grid__ratings-logo {
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-testimonial-grid__ratings-logo img {
  max-height: 100%;
  width: auto;
  display: block;
}
.c-testimonial-grid__ratings-label {
  font-size: 13px;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: .02em;
  white-space: nowrap;
}
.c-testimonial-grid__ratings-stars {
  display: inline-flex;
  gap: 2px;
  color: var(--orange);
}
.c-testimonial-grid__ratings-stars svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

/* Defensive centering for the dark CTA's button. The card already does
   text-align:center, which centers `.btn { display: inline-flex }`,
   but a few themes ship a global `.btn { display: block; margin: 0; }`
   override that breaks that path. fit-content + auto margins survive
   both display modes. */
.c-cta-band__btn {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}


/* ========== BLOCK: faq-accordion ========== */
.c-faq-accordion {
  background: #fff;
  padding: 80px 0;
}
.c-faq-accordion__list {
  max-width: 820px;
  margin: 0 auto;
}
.c-faq-accordion__item {
  border-bottom: 1px solid var(--line);
  padding: 4px 0;
}
.c-faq-accordion__item[open] { padding-bottom: 20px; }
.c-faq-accordion__item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  font-size: 18px;
  font-weight: 700;
  color: var(--ink);
  transition: color .15s;
}
.c-faq-accordion__item summary::-webkit-details-marker { display: none; }
.c-faq-accordion__item summary:hover { color: var(--orange); }
.c-faq-accordion__chev {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--surface-1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .2s ease, background .15s;
  flex-shrink: 0;
}
.c-faq-accordion__item[open] summary .c-faq-accordion__chev {
  transform: rotate(180deg);
  background: var(--orange-soft);
}
.c-faq-accordion__chev svg { width: 14px; height: 14px; }
.c-faq-accordion__body {
  padding: 0 40px 4px 0;
  color: var(--body);
  font-size: 16px;
  line-height: 1.6;
}
.c-faq-accordion__body p:first-child { margin-top: 0; }
.c-faq-accordion__body ol { margin: 12px 0; padding-left: 20px; }
.c-faq-accordion__body li { margin-bottom: 6px; }


/* ========== BLOCK: final-cta ========== */
.c-final-cta {
  background: linear-gradient(180deg, var(--peach-wash) 0%, #fff 100%);
  text-align: center;
  padding: 96px 0;
}
.c-final-cta h2 {
  font-size: 44px;
  font-weight: 900;
  letter-spacing: -.02em;
  margin-bottom: 12px;
  color: var(--ink);
}
.c-final-cta p {
  font-size: 18px;
  max-width: 580px;
  margin: 0 auto 32px;
  color: var(--body);
}
.c-final-cta__actions {
  display: inline-flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}


/* ========== BLOCK: float-cta ========== */
.c-float-cta {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 40;
  background: var(--ink);
  color: #fff;
  border-radius: var(--radius-btn);
  padding: 12px 8px 12px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: var(--shadow-float);
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: opacity .3s ease, transform .3s ease;
  max-width: calc(100vw - 48px);
}
.c-float-cta.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.c-float-cta__text {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}
.c-float-cta__sub {
  font-size: 11px;
  font-weight: 600;
  color: rgba(255, 255, 255, .55);
  display: block;
}
.c-float-cta .btn--primary {
  padding: 8px 16px;
  font-size: 13px;
}
.c-float-cta__close {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
  font-weight: 700;
}


/* ========== RESPONSIVE ========== */
@media (max-width: 960px) {
  .section-head h2 { font-size: 30px; }

  .c-trust-strip__row {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 24px;
  }

  .c-feature-tabs__nav { overflow-x: auto; }
  .c-feature-tabs__panel.is-active { grid-template-columns: 1fr; }

  .c-cta-band__card { padding: 48px 24px; border-radius: 20px; }
  .c-cta-band__title { font-size: 28px; }

  .c-feature-list__item {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 32px 0;
  }
  .c-feature-list__item:nth-child(even) .c-feature-list__media { order: 0; }

  .c-testimonial-grid__grid { grid-template-columns: 1fr 1fr; }

  .c-final-cta { padding: 64px 0; }
  .c-final-cta h2 { font-size: 32px; }

  /* Sticky CTA: stay anchored to the bottom-right on mobile rather
     than spanning the full width — left/max-width omitted so it
     falls back to the default `right: 24px; max-width: calc(100vw - 48px)`
     pinned positioning, just with a tighter inset. */
  .c-float-cta {
    bottom: 12px;
    right: 12px;
  }

  /* Spread the close icon, text and CTA across the pill on mobile. */
  div#floatCta { justify-content: space-between; }
}


/* ========== RESPONSIVE — phone (≤720px) ==========
   Additive only. Don't override desktop or 960px rules — only add
   rules that tighten the design at phone widths.               */
@media (max-width: 720px) {
  /* Single-column testimonials so cards stack top/bottom instead
     of cramming side-by-side at narrow widths. */
  .c-testimonial-grid__grid { grid-template-columns: 1fr; }

  /* Tighten the review-site ratings row so 5 logos still fit in
     two rows on a phone. */
  .c-testimonial-grid__ratings { gap: 28px; margin: -24px auto 40px; }
  .c-testimonial-grid__ratings-item { min-width: 90px; }
  .c-testimonial-grid__ratings-stars svg { width: 14px; height: 14px; }

  /* ---- Typography (mobile spec): heading 24px, subheading 22px. */
  .hero h1                  { font-size: 24px; line-height: 1.15; }
  .hero__proof              { font-size: 16px; }
  .hero__tagline            { font-size: 16px; line-height: 1.5; }
  .section-head h2          { font-size: 24px; line-height: 1.2; }
  .c-cta-band__title        { font-size: 24px; line-height: 1.2; }
  .c-feature-list__copy h2  { font-size: 24px; }
  .c-feature-list__copy h3  { font-size: 22px; }
  .c-final-cta h2           { font-size: 24px; line-height: 1.15; }

  /* ---- Section gaps: phone-only padding cut. Each value is
     strictly smaller than what the section uses at any wider
     breakpoint, so this never grows the layout.                */
  .c-trust-strip      { padding: 24px 0; }
  .c-feature-tabs     { padding: 40px 0; }
  .c-cta-band         { padding: 28px 0; }
  .c-cta-band__card   { padding: 32px 20px; border-radius: 16px; }
  .c-feature-list     { padding: 40px 0 0; }   /* no bottom padding on phone */
  .c-testimonial-grid { padding: 40px 0; }
  .c-faq-accordion    { padding: 40px 0; }
  .c-final-cta        { padding: 48px 0; }
  .hero               { padding: 32px 0 40px; }

  /* "Start free — it takes 2 minutes" overflows the dark card at
     full button size; shrink font + padding and allow normal wrap
     so it fits inside the rounded card on phones. */
  .c-cta-band__btn {
    font-size: 14px;
    padding: 12px 20px;
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
  }
}


/* ========== HERO (page-specific — see partials/hero-taas.php) ========== */
.hero {
  background: var(--peach-wash);
  padding: 72px 0 88px;
  position: relative;
  overflow: hidden;
}

.hero__grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 56px;
  align-items: center;
}

.hero h1 {
  font-size: 56px;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin-bottom: 20px;
}

.hero h1 .accent { color: var(--orange); }

.hero__proof {
  font-size: 20px;
  font-weight: 700;
  color: var(--ink);
  margin: 0 0 6px;
  line-height: 1.35;
}

.hero__proof .num {
  color: var(--orange);
  font-weight: 900;
  font-variant-numeric: tabular-nums;
}

.hero__proof + .hero__tagline { margin-top: 20px; }

.hero__tagline {
  font-size: 18px;
  line-height: 1.5;
  color: var(--body);
  margin: 0 0 28px;
  max-width: 520px;
}

.hero__cta { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.hero__cta .meta { font-size: 13px; color: var(--muted); }

.hero__rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 20px 0 0;
  font-size: 13px;
  color: var(--body);
}

.stars { display: inline-flex; gap: 2px; }
.stars svg { width: 16px; height: 16px; fill: #FFB400; }

.hero__image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero__image img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 20px 40px rgba(26, 26, 26, 0.08));
}

@media (max-width: 960px) {
  .hero { padding: 40px 0 56px; }
  .hero__grid { grid-template-columns: 1fr; gap: 32px; }
  .hero h1 { font-size: 38px; }
  .hero__proof { font-size: 17px; }

  /* Center hero copy on mobile so all the supporting bits — including
     the rating row's stars and review text — share the same axis. */
  .hero__copy { text-align: center; }
  .hero__tagline { margin-left: auto; margin-right: auto; }
  .hero__cta { justify-content: center; }

  /* Rating row: switch from horizontal flex to block stack so the
     stars sit above the review text, and the whole block centers on
     the page via the inherited text-align:center. */
  .hero__rating { display: block; }
  .hero__rating > span { display: block; margin-top: 8px; }
}


/* =============================================================
   TIME CLOCK APP page — pixel-perfect render of the design.
   All selectors prefixed with `tca-` so they cannot collide with
   the TAS page or any other shared styles. Tokens come from the
   global :root above.
   ============================================================= */

/* ---------- Shared utilities (TCA scope) ---------- */
.tca-btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--orange); color: #fff;
  padding: 12px 24px; border-radius: 100px;
  font-weight: 700; font-size: 14px; border: none; cursor: pointer;
  transition: background .15s; font-family: inherit; white-space: nowrap;
  text-decoration: none;
}
.tca-btn-primary:hover { background: var(--orange-hover); color: #fff; }

.tca-section-label {
  font-size: 14px; font-weight: 700; color: var(--orange);
  margin-bottom: 12px; display: block;
  letter-spacing: .12em; text-transform: uppercase;
}
.tca-section-title {
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 800; color: var(--ink);
  line-height: 1.2; letter-spacing: -.02em;
}
.tca-section-sub {
  font-size: 16px; color: var(--body); max-width: 600px;
  margin-top: 14px; line-height: 1.6;
}
.tca-link-cta {
  font-size: 16px; font-weight: 700; color: var(--orange);
  display: inline-flex; align-items: center; gap: 5px;
  transition: gap .2s; text-decoration: none;
}
.tca-link-cta:hover { gap: 9px; color: var(--orange); }
.tca-check-list {
  list-style: none; padding: 0;
  margin-top: 20px;
  display: flex; flex-direction: column; gap: 10px;
}
.tca-check-list li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 16px; line-height: 1.55; color: var(--ink);
}
.tca-check-icon {
  width: 20px; height: 20px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  color: #2CBF5A;
}
.tca-check-icon svg { width: 16px; height: 16px; }


/* ---------- HERO ---------- */
.tca-hero {
  background: #fff;
  padding: 96px 32px 88px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.tca-hero::before {
  content: '';
  position: absolute; top: -120px; left: 50%; transform: translateX(-50%);
  width: 900px; height: 500px; border-radius: 50%;
  background: radial-gradient(ellipse, rgba(255,102,3,.07) 0%, transparent 70%);
  pointer-events: none;
}
.tca-hero-inner { max-width: 780px; margin: 0 auto; position: relative; }
.tca-hero h1 {
  font-size: clamp(36px, 5vw, 52px);
  font-weight: 800; color: var(--ink);
  line-height: 1.1; letter-spacing: -.02em; margin-bottom: 24px;
}
.tca-hero h1 span { color: var(--orange); }
.tca-hero-desc {
  font-size: 19px; color: var(--body);
  line-height: 1.7; max-width: 560px; margin: 0 auto 40px;
}
.tca-hero-actions {
  display: flex; gap: 14px; flex-wrap: wrap;
  justify-content: center; margin-bottom: 0;
}


/* ---------- LOGO BAND ---------- */
.tca-logos-band {
  padding: 36px 32px 32px;
  background: #F6F8FB;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.tca-logos-label {
  text-align: center;
  font-size: 14px; font-weight: 800; color: #AAAAAA;
  letter-spacing: 1.5px; text-transform: uppercase;
  margin-bottom: 28px;
}
.tca-logos-row {
  max-width: 1020px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; flex-wrap: wrap;
}
.tca-logo-item {
  display: flex; align-items: center; gap: 6px;
  opacity: .55; filter: grayscale(1);
  transition: opacity .2s, filter .2s;
}
.tca-logo-item:hover { opacity: 1; filter: grayscale(0); }
.tca-logo-item img {
  height: 32px; width: auto; max-width: 130px;
  object-fit: contain; display: block;
}


/* ---------- TABBED FEATURES ---------- */
.tca-tabbed-section { padding: 96px 32px; background: #fff; }
.tca-tabbed-header { text-align: center; margin-bottom: 52px; }
.tca-tabbed-header .tca-section-sub { margin: 14px auto 0; }

.tca-tab-nav {
  display: flex; gap: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 100px;
  padding: 6px;
  max-width: 760px;
  margin: 0 auto 52px;
  box-shadow: 0 4px 24px rgba(0,0,0,.04);
  flex-wrap: nowrap;
}
.tca-tab-btn {
  flex: 1;
  display: flex; align-items: center; justify-content: center;
  padding: 12px 20px;
  background: transparent;
  border: none; border-radius: 100px;
  cursor: pointer; font-family: inherit;
  font-size: 14px; font-weight: 700; color: var(--body);
  white-space: nowrap;
  transition: background .15s ease, color .15s ease;
}
.tca-tab-btn:hover { color: var(--ink); }
.tca-tab-btn.active { background: var(--orange); color: #fff; }
.tca-tab-panels { max-width: 1120px !important; margin: 0 auto; }
.tca-tab-panel { display: none; }
.tca-tab-panel.active {
  display: grid;
  grid-template-columns: 1fr 1.1fr; gap: 68px;
  align-items: center; min-height: 460px;
}
.tca-tab-content .tca-section-label { margin-bottom: 8px; }
.tca-tab-content .tca-section-title { font-size: clamp(24px, 2.8vw, 36px); }
.tca-tab-content .tca-section-sub { font-size: 16px; margin-top: 12px; max-width: 100%; }
.tca-tab-ctas {
  margin-top: 28px; display: flex;
  gap: 14px; align-items: center; flex-wrap: wrap;
}
.tca-tab-visual {
  overflow: hidden; max-height: 460px;
  display: flex; align-items: center; justify-content: center;
}
.tca-tab-visual img {
  width: 100%; height: auto; max-height: 460px;
  object-fit: cover; object-position: center top;
  display: block;
}


/* ---------- FEATURE ICONS GRID ---------- */
.tca-features-section { padding: 88px 32px; background: #F6F8FB; }
.tca-features-header { text-align: center; margin-bottom: 52px; }
.tca-features-header .tca-section-sub { margin: 12px auto 0; }
.tca-features-grid {
  max-width: 1080px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, 1fr);
  border: 1.5px solid var(--line); border-radius: 18px;
  overflow: hidden;
  background: #fff;
}
.tca-feature-tile {
  background: #fff; padding: 36px 32px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: background .2s;
  display: block; color: inherit; text-decoration: none;
}
.tca-feature-tile:nth-child(3n) { border-right: none; }
.tca-feature-tile:nth-last-child(-n+3) { border-bottom: none; }
.tca-feature-tile:hover h3 { color: var(--orange); }
.tca-feature-tile h3 {
  font-size: 16px; font-weight: 700; line-height: 22px;
  color: var(--ink); margin-bottom: 8px;
  transition: color .2s;
}
.tca-feature-tile p {
  font-size: 16px; line-height: 1.6; color: var(--body);
  margin: 0;
}
.tca-feature-icon {
  width: 52px; height: 52px; border-radius: 14px;
  background: var(--orange-soft);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.tca-feature-icon svg { width: 26px; height: 26px; }


/* ---------- HIGHLIGHT (split image+copy) ---------- */
.tca-highlight { padding: 88px 32px; background: #fff; }
.tca-highlight.tca-bg-light { background: #F6F8FB; }
.tca-highlight-inner {
  max-width: 1120px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 72px;
  align-items: center;
}
.tca-highlight-inner.tca-flip { max-width: 1160px; direction: rtl; }
.tca-highlight-inner.tca-flip > * { direction: ltr; }
.tca-highlight-content .tca-section-sub { max-width: 100%; }
.tca-highlight-ctas {
  margin-top: 28px;
  display: flex; gap: 14px; flex-wrap: wrap; align-items: center;
}
.tca-highlight-visual {
  background: transparent; border: none; box-shadow: none;
  border-radius: 0; overflow: visible; padding: 0; margin: 0;
}
.tca-highlight-visual img {
  width: 100%; height: auto; display: block;
}


/* ---------- DARK CTA BANNER (stats-section) ---------- */
.tca-stats-section { background: #fff; padding: 40px 32px; }
.tca-cta-card-dark {
  max-width: 1000px; margin: 0 auto;
  background: var(--ink); color: #fff;
  border-radius: 20px; padding: 48px 48px;
  text-align: center; position: relative; overflow: hidden;
}
.tca-cta-card-dark::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 20% 30%, rgba(255,102,3,.22), transparent 55%),
    radial-gradient(ellipse at 80% 80%, rgba(255,102,3,.12), transparent 55%);
  pointer-events: none;
}
.tca-cta-card-dark > * { position: relative; }
.tca-cta-card-dark__title {
  font-size: clamp(24px, 2.8vw, 30px); font-weight: 800;
  letter-spacing: -.015em; line-height: 1.15;
  max-width: 640px; margin: 0 auto 10px;
  color: #fff; text-wrap: balance;
}
.tca-cta-card-dark__sub {
  font-size: 15px; color: rgba(255,255,255,.72);
  line-height: 1.5; max-width: 540px; margin: 0 auto 24px;
}
.tca-cta-card-dark__actions {
  display: inline-flex; gap: 12px; flex-wrap: wrap; justify-content: center;
}
.tca-cta-card-dark__primary {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 14px 28px; background: var(--orange); color: #fff;
  font-size: 15px; font-weight: 700; border-radius: 100px;
  transition: background .15s; white-space: nowrap; text-decoration: none;
}
.tca-cta-card-dark__primary:hover { background: var(--orange-hover); }
.tca-cta-card-dark__secondary {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 13px 26px; background: transparent; color: #fff;
  font-size: 15px; font-weight: 700; border-radius: 100px;
  border: 1px solid rgba(255,255,255,.3);
  transition: background .15s, border-color .15s;
  white-space: nowrap; text-decoration: none;
}
.tca-cta-card-dark__secondary:hover {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.5);
}


/* ---------- HOW IT WORKS ---------- */
.tca-how-section { padding: 96px 32px; background: #F6F8FB; }
.tca-how-header { text-align: center; margin-bottom: 64px; }
.tca-how-header .tca-section-sub { margin: 12px auto 0; }
.tca-how-grid {
  max-width: 1020px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, 1fr);
  position: relative;
}
.tca-how-grid::before {
  content: '';
  position: absolute; top: 27px;
  left: calc(16.67% + 16px); right: calc(16.67% + 16px);
  height: 2px;
  background: repeating-linear-gradient(90deg, var(--orange) 0, var(--orange) 8px, transparent 8px, transparent 16px);
  pointer-events: none;
}
.tca-how-step { text-align: center; padding: 0 28px; }
.tca-how-number {
  width: 54px; height: 54px; border-radius: 50%;
  background: var(--orange); color: #fff;
  font-size: 20px; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 22px; position: relative; z-index: 1;
  box-shadow: 0 0 0 8px var(--orange-soft);
}
.tca-how-step h3 {
  font-size: 16px; font-weight: 700; line-height: 22px;
  color: var(--ink); margin-bottom: 10px;
}
.tca-how-step p {
  font-size: 16px; color: var(--body); line-height: 1.6;
  margin: 0;
}


/* ---------- PLATFORM (dark) ---------- */
.tca-platform-section { padding: 88px 32px; background: var(--ink); }
.tca-platform-inner { max-width: 1100px; margin: 0 auto; }
.tca-platform-header { text-align: center; margin-bottom: 52px; }
.tca-platform-header .tca-section-title { color: #fff; }
.tca-platform-header .tca-section-label { color: var(--orange); }
.tca-platform-header .tca-section-sub {
  color: rgba(255,255,255,.55); margin: 12px auto 0;
}
.tca-platform-cards {
  max-width: 1020px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.tca-platform-card {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px; padding: 32px 28px;
  transition: background .2s, border-color .2s;
}
.tca-platform-card:hover {
  background: rgba(255,102,3,.08);
  border-color: rgba(255,102,3,.3);
}
.tca-platform-card-icon {
  width: 48px; height: 48px; border-radius: 12px;
  background: rgba(255,102,3,.15);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.tca-platform-card-icon svg { width: 24px; height: 24px; }
.tca-platform-card h3 {
  font-size: 16px; font-weight: 700; line-height: 22px;
  color: #fff; margin-bottom: 8px;
}
.tca-platform-card p {
  font-size: 16px; color: rgba(255,255,255,.62); line-height: 1.6;
  margin: 0;
}


/* ---------- TESTIMONIAL (single) ---------- */
.tca-testimonial-section { background: #F6F8FB; padding: 88px 32px; }
.tca-test-inner { max-width: 860px; margin: 0 auto; }
.tca-test-card {
  background: #fff; border-radius: 20px;
  padding: 52px 56px;
  box-shadow: 0 4px 32px rgba(0,0,0,.06);
}
.tca-test-stars {
  color: var(--orange); font-size: 20px;
  letter-spacing: 2px; display: block; margin-bottom: 20px;
}
.tca-test-quote {
  font-size: clamp(17px, 1.9vw, 20px); font-weight: 700;
  color: var(--ink); line-height: 1.5;
  margin-bottom: 32px; position: relative; z-index: 1;
}
.tca-test-author {
  display: flex; align-items: center; gap: 14px;
}
.tca-test-name { font-size: 14px; font-weight: 700; color: var(--ink); }
.tca-test-role { font-size: 13px; color: var(--muted); margin-top: 3px; }


/* ---------- FAQ ---------- */
.tca-faq-section { padding: 88px 32px; background: #fff; }
.tca-faq-inner { max-width: 820px; margin: 0 auto; }
.tca-faq-header { text-align: center; margin-bottom: 52px; }
.tca-faq-header .tca-section-sub { margin: 12px auto 0; }
.tca-faq-item { border-top: 1px solid var(--line); }
.tca-faq-item:last-child { border-bottom: 1px solid var(--line); }
.tca-faq-question {
  width: 100%; display: flex; justify-content: space-between;
  align-items: center; padding: 22px 0;
  background: none; border: none; cursor: pointer;
  text-align: left; gap: 20px; font-family: inherit;
}
.tca-faq-question-text {
  font-size: 17px; font-weight: 700; color: #000;
  line-height: 1.4;
}
.tca-faq-icon {
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--orange-soft); flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
}
.tca-faq-icon svg { width: 14px; height: 14px; transition: transform .3s; }
.tca-faq-item.open .tca-faq-icon { background: var(--orange); }
.tca-faq-item.open .tca-faq-icon svg { transform: rotate(45deg); }
.tca-faq-item.open .tca-faq-icon svg path { stroke: #fff; }
.tca-faq-answer {
  max-height: 0; overflow: hidden;
  transition: max-height .35s ease, padding .35s ease;
}
.tca-faq-item.open .tca-faq-answer { max-height: 600px; padding-bottom: 22px; }
.tca-faq-answer p {
  font-size: 16px; color: var(--body); line-height: 1.65;
}


/* ---------- TCA FOCUS — kill blue browser default; keep keyboard a11y via :focus-visible ---------- */
.tca-tab-btn:focus,
.tca-faq-question:focus,
.tca-btn-primary:focus,
.tca-link-cta:focus,
.tca-cta-card-dark__primary:focus,
.tca-cta-card-dark__secondary:focus,
.tca-feature-tile:focus,
.tca-logo-item a:focus,
.tca-highlight-ctas a:focus { outline: none; box-shadow: none; }

.tca-tab-btn:focus-visible,
.tca-faq-question:focus-visible,
.tca-btn-primary:focus-visible,
.tca-link-cta:focus-visible,
.tca-cta-card-dark__primary:focus-visible,
.tca-cta-card-dark__secondary:focus-visible,
.tca-feature-tile:focus-visible,
.tca-logo-item a:focus-visible,
.tca-highlight-ctas a:focus-visible { outline: 2px solid var(--orange); outline-offset: 3px; }


/* ---------- TCA RESPONSIVE ---------- */
@media (max-width: 1024px) {
  .tca-tab-panel.active { grid-template-columns: 1fr; gap: 36px; }
  .tca-tab-visual { order: -1; }
}
@media (max-width: 960px) {
  .tca-how-grid { grid-template-columns: 1fr; gap: 40px; }
  .tca-how-grid::before { display: none; }
  .tca-features-grid { grid-template-columns: repeat(2, 1fr); }
  .tca-feature-tile:nth-child(3n) { border-right: 1px solid var(--line); }
  .tca-feature-tile:nth-child(2n) { border-right: none; }
  .tca-feature-tile:nth-last-child(-n+3) { border-bottom: 1px solid var(--line); }
  .tca-feature-tile:nth-last-child(-n+2) { border-bottom: none; }
  .tca-highlight-inner { grid-template-columns: 1fr; gap: 36px; }
  .tca-highlight-inner.tca-flip { direction: ltr; }
  .tca-cta-card-dark { padding: 48px 28px; border-radius: 20px; }
  .tca-platform-cards { grid-template-columns: 1fr 1fr; }
  .tca-tab-btn { font-size: 13px; padding: 9px 16px; }
}
@media (max-width: 720px) {
  .tca-tab-nav {
    overflow-x: auto;
    justify-content: flex-start;
    border-radius: 14px;
    margin-bottom: 10px !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .tca-tab-nav::-webkit-scrollbar { display: none; }
  .tca-tab-btn { flex: 0 0 auto; }
  .tca-tab-panel.active { gap: 10px !important; }
}
@media (max-width: 640px) {
  .tca-hero { padding: 48px 20px 48px; }
  .tca-hero h1 { font-size: 32px; line-height: 1.15; margin-bottom: 18px; }
  .tca-hero-desc { font-size: 16px; margin-bottom: 24px; line-height: 1.6; }
  .tca-hero-actions .tca-btn-primary { padding: 14px 22px; font-size: 14px; }
  .tca-logos-band { padding: 24px 20px 20px; }
  .tca-logos-label { font-size: 13px; margin-bottom: 18px; }
  .tca-logos-row { justify-content: center; gap: 24px 28px; }
  .tca-logo-item img { height: 22px; max-width: 80px; }
  .tca-tabbed-section, .tca-features-section, .tca-highlight, .tca-how-section,
  .tca-platform-section, .tca-testimonial-section, .tca-faq-section { padding: 56px 20px; }
  .tca-stats-section { padding: 36px 20px; }
  .tca-features-grid { grid-template-columns: 1fr; }
  .tca-feature-tile { padding: 24px 20px; border-right: none !important; border-bottom: 1px solid var(--line); }
  .tca-feature-tile:last-child { border-bottom: none; }
  .tca-feature-tile h3 { font-size: 17px; }
  .tca-tab-panel.active { gap: 28px; min-height: 0; }
  .tca-tab-content .tca-section-title { font-size: 24px; }
  .tca-section-title { font-size: 26px; }
  .tca-section-title br { display: none; }
  .tca-section-sub { font-size: 16px; }
  .tca-highlight-inner { gap: 24px; }
  .tca-highlight-content { text-align: left; }
  .tca-highlight-ctas { flex-direction: column; align-items: stretch; gap: 10px; }
  .tca-highlight-ctas .tca-btn-primary { justify-content: center; padding: 14px 22px; }
  .tca-test-card { padding: 32px 24px; }
  .tca-test-quote { font-size: 16px; line-height: 1.55; margin-bottom: 24px; }
  .tca-cta-card-dark { padding: 40px 24px; border-radius: 16px; }
  .tca-cta-card-dark__title { font-size: 24px; line-height: 1.2; }
  .tca-cta-card-dark__sub { font-size: 14px; margin-bottom: 22px; }
  .tca-cta-card-dark__actions { flex-direction: column; align-items: stretch; width: 100%; gap: 10px; }
  .tca-cta-card-dark__primary, .tca-cta-card-dark__secondary { width: 100%; padding: 14px 22px; }
  .tca-how-step { padding: 0 8px; }
  .tca-platform-cards { grid-template-columns: 1fr; }
  .tca-features-header, .tca-platform-header, .tca-tabbed-header { margin-bottom: 36px; }
  .tca-faq-question { padding: 18px 0; gap: 14px; }
  .tca-faq-question-text { font-size: 15px; }
}
@media (max-width: 380px) {
  .tca-hero h1 { font-size: 28px; }
  .tca-section-title { font-size: 23px; }
  .tca-cta-card-dark__title { font-size: 22px; }
}


/* =============================================================
   Employee Time Tracking Software (/employee-time-tracking-software)
   ----------------------------------------------------------------
   All rules scoped under `.etts-root` so the generic class names
   from the design (.btn, .hero, .wrap, .ft, .hdr, .eb, .shead, etc.)
   do not collide with the parent theme or the TAS/TCA pages. The
   page template wraps its body in <div class="etts-root">; nothing
   here leaks out of that root.

   Design site header/footer are intentionally omitted — the page
   template uses get_header()/get_footer() so the theme renders the
   shared site chrome.
   ============================================================= */

.etts-root { font-family: 'Nunito Sans', sans-serif; color: #1A1A1A; -webkit-font-smoothing: antialiased; background: #fff; }
.etts-root .wrap { max-width: 1200px; margin: 0 auto; padding-left: 24px; padding-right: 24px; }

.etts-root .btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 700; border-radius: 1000px; border: 1px solid transparent; cursor: pointer; transition: .15s; font-family: inherit; font-size: 14px; padding: 10px 20px; white-space: nowrap; text-decoration: none; line-height: 1.2; }
.etts-root .btn-p { background: #FF6603; color: #fff; }
.etts-root .btn-p:hover { background: #FF7922; color: #fff; }
.etts-root .btn-o { background: #fff; color: #1A1A1A; border-color: #EAEAEA; }
.etts-root .btn-o:hover { background: #F6F4F4; }
.etts-root .btn-out { background: transparent; color: #FF6603; border-color: #FF6603; }
.etts-root .btn-out:hover { background: #FDF1EC; }
.etts-root .btn-g { background: transparent; color: #1A1A1A; padding: 10px 16px; }
.etts-root .btn-g:hover { color: #FF6603; }
.etts-root .btn-big { padding: 14px 28px; font-size: 16px; }
.etts-root .btn-dk-o { background: transparent; color: #fff; border-color: rgba(255,255,255,.3); }
.etts-root .btn-dk-o:hover { background: rgba(255,255,255,.08); color: #fff; }

.etts-root .eb { display: inline-block; font-size: 14px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; color: #FF6603; }

.etts-root .shead { text-align: center; max-width: 760px; margin: 0 auto 48px; }
.etts-root .shead h2 { font-size: 42px; font-weight: 900; letter-spacing: -0.015em; line-height: 1.08; margin: 12px 0 14px; text-wrap: balance; color: #1A1A1A; }
.etts-root .shead p { margin: 0 auto; max-width: 620px; color: #4D4D4D; font-size: 16px; line-height: 1.55; }
.etts-root .tests .shead h2 { white-space: nowrap; }

.etts-root .hero { padding: 88px 0 72px; background: linear-gradient(180deg, #FFF7F1 0%, #FDF4F1 60%, #FFFFFF 100%); position: relative; overflow: hidden; }
.etts-root .hero h1 { font-size: 60px; font-weight: 900; letter-spacing: -0.022em; line-height: 1.05; max-width: 920px; margin: 0 auto 18px; color: #1A1A1A; }
.etts-root .hero h1 em { font-style: normal; color: #FF6603; position: relative; white-space: nowrap; }
.etts-root .hero h1 em::after { content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 10px; background: #FFDDC8; border-radius: 4px; z-index: -1; }
.etts-root .hero-sub { max-width: 660px; margin: 0 auto 28px; font-size: 19px; color: #4D4D4D; line-height: 1.5; text-wrap: balance; }
.etts-root .hero-pill { display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px; background: #fff; color: #FF6603; border: 1px solid #FFDDC8; border-radius: 1000px; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 22px; }
.etts-root .hero-pill .ldot { width: 8px; height: 8px; border-radius: 50%; background: #69C050; box-shadow: 0 0 0 3px rgba(105, 192, 80, .25); animation: etts-pulse 2s infinite; }
@keyframes etts-pulse { 0%, 100% { box-shadow: 0 0 0 3px rgba(105, 192, 80, .25); } 50% { box-shadow: 0 0 0 6px rgba(105, 192, 80, 0); } }
.etts-root .hero-cta { display: flex; gap: 12px; justify-content: center; margin-bottom: 14px; flex-wrap: wrap; }
.etts-root .hero-reassure { font-size: 14px; color: #4D4D4D; font-weight: 600; display: flex; gap: 6px 18px; flex-wrap: wrap; justify-content: center; align-items: center; }
.etts-root .hero-reassure span { display: inline-flex; gap: 6px; align-items: center; }
.etts-root .hero-reassure svg { width: 16px; height: 16px; color: #69C050; flex: none; }
.etts-root .stars { display: inline-flex; gap: 2px; }
.etts-root .stars svg { width: 16px; height: 16px; fill: #FFB400; }

.etts-root .lbar { padding: 56px 0 64px; background: #fff; }
.etts-root .lbar .t { text-align: center; font-size: 12px; color: #808080; font-weight: 800; margin-bottom: 28px; letter-spacing: .14em; text-transform: uppercase; }
.etts-root .lrow { display: grid; grid-template-columns: repeat(6, 1fr); gap: 28px 36px; align-items: center; max-width: 1100px; margin: 0 auto; }
.etts-root .lg { display: flex; align-items: center; justify-content: center; height: 44px; filter: grayscale(1); opacity: .65; transition: .2s; }
.etts-root .lg:hover { filter: grayscale(0); opacity: 1; }
.etts-root .lg img { max-height: 30px; width: auto; object-fit: contain; }
.etts-root .lg img[data-scale="lg"] { max-height: 42px; }

.etts-root .themes { padding: 96px 0; background: #F6F4F4; }
.etts-root .theme-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.etts-root .theme { background: #fff; border: 1px solid #EAEAEA; border-radius: 16px; padding: 28px; display: flex; flex-direction: column; gap: 14px; transition: .2s; }
.etts-root .theme:hover { box-shadow: 0 8px 24px rgba(89,96,102,.16); transform: translateY(-2px); }
.etts-root .theme .ico { width: 44px; height: 44px; border-radius: 12px; background: #FDF1EC; display: flex; align-items: center; justify-content: center; }
.etts-root .theme .ico svg { width: 22px; height: 22px; stroke: #FF6603; fill: none; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.etts-root .theme .super { font-size: 14px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: #FF6603; }
.etts-root .theme h3 { font-size: 20px; font-weight: 900; line-height: 1.2; letter-spacing: -.005em; margin: 0; }
.etts-root .theme p { font-size: 16px; color: #4D4D4D; line-height: 1.55; margin: 0 0 6px; }
.etts-root .theme ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 6px; }
.etts-root .theme li { display: flex; align-items: flex-start; gap: 8px; font-size: 16px; color: #1A1A1A; font-weight: 600; line-height: 1.45; }
.etts-root .theme li svg { width: 14px; height: 14px; color: #69C050; flex: none; margin-top: 3px; }
.etts-root .theme .secnote { margin-top: auto; padding-top: 12px; border-top: 1px dashed #EAEAEA; font-size: 12px; color: #808080; line-height: 1.45; }
.etts-root .theme .secnote-removed { display: none; }

.etts-root .ind { padding: 96px 0; background: #fff; }
.etts-root .vlay { display: grid; grid-template-columns: 460px 1fr; gap: 72px; align-items: center; max-width: 1200px; margin: 0 auto; }
.etts-root .vlist { display: flex; flex-direction: column; }
.etts-root .vlist button { display: flex; gap: 18px; align-items: flex-start; padding: 24px 0; border: 0; border-top: 1px solid #E8E6E6; background: transparent; cursor: pointer; text-align: left; font-family: inherit; width: 100%; transition: opacity .2s; }
.etts-root .vlist button:last-child { border-bottom: 1px solid #E8E6E6; }
.etts-root .vlist button:not(.on) { opacity: .55; }
.etts-root .vlist button:hover { opacity: 1; }
.etts-root .vnum { font-size: 12px; font-weight: 800; letter-spacing: .12em; color: #B3B3B3; padding-top: 4px; flex: none; transition: color .2s; }
.etts-root .vlist button.on .vnum { color: #FF6603; }
.etts-root .vtxt { flex: 1; }
.etts-root .vlbl { display: block; font-size: 18px; font-weight: 800; letter-spacing: -.005em; color: #1A1A1A; margin: 0 0 6px; transition: color .2s; }
.etts-root .vlist button.on .vlbl { color: #FF6603; }
.etts-root .vdesc { font-size: 16px; color: #4D4D4D; line-height: 1.5; margin: 0; }
.etts-root .vbody { display: flex; align-items: center; justify-content: center; }
.etts-root .vimg { width: 100%; display: flex; align-items: center; justify-content: center; }
.etts-root .vimg img { max-width: 520px; width: 100%; height: auto; display: block; transition: opacity .25s ease; }

.etts-root .midcta { padding: 56px 0; }
.etts-root .midcta-card { max-width: 1100px; margin: 0 auto; background: #1A1A1A; color: #fff; border-radius: 24px; padding: 56px 56px; text-align: center; align-items: center; position: relative; overflow: hidden; }
.etts-root .midcta-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at 20% 30%, rgba(255,102,3,.22), transparent 55%), radial-gradient(ellipse at 90% 80%, rgba(255,102,3,.12), transparent 55%); pointer-events: none; }
.etts-root .midcta-card > * { position: relative; }
.etts-root .midcta h2 { font-size: 32px; font-weight: 900; line-height: 1.1; letter-spacing: -.015em; margin: 10px 0 14px; color: #fff; text-wrap: balance; }
.etts-root .midcta p { color: rgba(255,255,255,.78); font-size: 16px; line-height: 1.5; margin: 0 0 20px; }
.etts-root .midcta .row { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.etts-root .midcta .meta { color: rgba(255,255,255,.6); font-size: 13px; margin-top: 12px; }

.etts-root .fblocks { padding: 96px 0 32px; background: #F6F4F4; }
.etts-root .fitem { display: grid; grid-template-columns: 1fr 1.05fr; gap: 64px; align-items: center; padding: 48px 0; }
.etts-root .fblocks .fitem:last-of-type { padding-bottom: 0; }
.etts-root .fitem + .fitem { border-top: 1px solid #E5E4E4; }
.etts-root .fitem.rev { direction: rtl; }
.etts-root .fitem.rev > * { direction: ltr; }
.etts-root .fitem .super { color: #FF6603; font-weight: 800; font-size: 14px; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 12px; display: block; }
.etts-root .fitem h3 { font-size: 32px; font-weight: 900; letter-spacing: -.01em; line-height: 1.12; margin: 0 0 14px; }
.etts-root .fitem p { font-size: 16px; color: #4D4D4D; line-height: 1.55; margin: 0 0 18px; }
.etts-root .fitem .lk { color: #FF6603; font-weight: 800; font-size: 14px; }
.etts-root .fitem .lk:hover { color: #FF7922; }
.etts-root .fitem img { width: 100%; height: auto; max-width: 540px; }

.etts-root .awbar { padding: 56px 0; background: #fff; border-top: 1px solid #EAEAEA; border-bottom: 1px solid #EAEAEA; }
.etts-root .awbar .t { text-align: center; font-size: 12px; color: #808080; font-weight: 800; margin-bottom: 24px; letter-spacing: .14em; text-transform: uppercase; }
.etts-root .awrow { display: flex; gap: 28px; justify-content: center; align-items: center; flex-wrap: wrap; }
.etts-root .awrow img { height: 80px; width: auto; }

.etts-root .tests { padding: 96px 0; background: #FFF7F1; }
.etts-root .rgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 1200px; margin: 0 auto; }
.etts-root .rcard { background: #fff; border: 1px solid #E5E4E4; border-radius: 16px; padding: 24px; display: flex; flex-direction: column; gap: 12px; }
.etts-root .rcard .stars svg { width: 16px; height: 16px; }
.etts-root .rcard .body { font-size: 14px; color: #4D4D4D; line-height: 1.55; margin: 0; flex: 1; font-weight: 400; }
.etts-root .rcard .auth { font-size: 13px; color: #808080; line-height: 1.4; }
.etts-root .rcard .auth strong { display: block; color: #1A1A1A; font-weight: 800; margin-bottom: 2px; }

.etts-root .faq-section { padding: 96px 0; background: #fff; }
.etts-root .faq-section .wrap { max-width: 880px; }
.etts-root .faq { border-top: 1px solid #E5E4E4; }
.etts-root .faq details { border-bottom: 1px solid #E5E4E4; }
.etts-root .faq summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 22px 4px; font-size: 18px; font-weight: 700; color: #1A1A1A; letter-spacing: -.005em; }
.etts-root .faq summary::-webkit-details-marker { display: none; }
.etts-root .faq summary:hover { color: #FF6603; }
.etts-root .faq .ic { flex: none; width: 32px; height: 32px; border-radius: 50%; background: #FDF1EC; display: flex; align-items: center; justify-content: center; transition: transform .25s ease, background .2s ease; }
.etts-root .faq .ic svg { width: 14px; height: 14px; stroke: #FF6603; fill: none; stroke-width: 2.5; stroke-linecap: round; }
.etts-root .faq details[open] .ic { transform: rotate(45deg); background: #FF6603; }
.etts-root .faq details[open] .ic svg { stroke: #fff; }
.etts-root .faq .a { padding: 0 4px 24px; max-width: 720px; font-size: 15px; line-height: 1.6; color: #4D4D4D; }
.etts-root .faq .a p { margin: 0 0 10px; }
.etts-root .faq .a p:last-child { margin: 0; }
.etts-root .faq .a a { color: #FF6603; font-weight: 600; border-bottom: 1px solid currentColor; }

.etts-root .finalcta { padding: 88px 0 96px; background: #fff; }
.etts-root .finalcta-card { max-width: 1100px; margin: 0 auto; background: radial-gradient(rgb(66,66,66) 0%, rgba(26,26,26,0) 100%), linear-gradient(rgb(26,26,26) 0%, rgb(32,32,32) 100%); color: #fff; border-radius: 24px; padding: 64px 56px; text-align: center; position: relative; overflow: hidden; }
.etts-root .finalcta-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at 20% 30%, rgba(255,102,3,.22), transparent 55%), radial-gradient(ellipse at 80% 80%, rgba(255,102,3,.12), transparent 55%); pointer-events: none; }
.etts-root .finalcta-card > * { position: relative; }
.etts-root .finalcta-card .eb { color: #FFB698; margin-bottom: 12px; }
.etts-root .finalcta-card h2 { font-size: 40px; font-weight: 900; letter-spacing: -.015em; line-height: 1.08; max-width: 820px; margin: 0 auto 16px; color: #fff; text-wrap: balance; }
.etts-root .finalcta-card p { color: rgba(255,255,255,.78); font-size: 17px; line-height: 1.5; margin: 0 auto 26px; max-width: 600px; }
.etts-root .finalcta-card .row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.etts-root .finalcta-card .meta { color: rgba(255,255,255,.6); font-size: 13px; margin-top: 18px; }

@media (max-width: 980px) {
  .etts-root .hero h1 { font-size: 42px; }
  .etts-root .hero-sub { font-size: 17px; }
  .etts-root .theme-grid { grid-template-columns: 1fr 1fr; }
  .etts-root .vlay { grid-template-columns: 1fr; gap: 36px; }
  .etts-root .fitem, .etts-root .fitem.rev { grid-template-columns: 1fr; gap: 32px; direction: ltr !important; }
  .etts-root .midcta-card { grid-template-columns: 1fr; padding: 32px 28px; }
  .etts-root .rgrid { grid-template-columns: 1fr; }
  .etts-root .lrow { grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .etts-root .finalcta-card { padding: 40px 24px; }
  .etts-root .finalcta-card h2 { font-size: 30px; }
  .etts-root .shead h2 { font-size: 32px; }
}
@media (max-width: 720px) {
  .etts-root .tests .shead h2 { white-space: normal; }
  .etts-root .theme-grid { grid-template-columns: 1fr; }
  .etts-root .lrow { grid-template-columns: repeat(2, 1fr); gap: 20px 16px; }
  .etts-root .lg img { max-width: 100%; }
  .etts-root .ind { padding-bottom: 0 !important; }
}

/* =============================================================
 * Construction Time Tracking Software (.ctt-root)
 * Scoped under .ctt-root so the design's generic class names
 * (.btn, .container, .section, .hero, .tab, .compare, .faq, .final)
 * don't collide with the parent theme or sibling pages.
 * ============================================================= */

.ctt-root {
  /* Jibble brand */
  --orange:#FF6603;
  --orange-2:#FF7922;
  --orange-press:#E55800;
  --orange-soft:#FDF1EC;
  --peach:#FFDDC8;
  --peach-wash:#FDF4F1;
  /* Neutrals */
  --ink:#1A1A1A;
  --body:#4D4D4D;
  --muted:#808080;
  --faint:#B3B3B3;
  --cool:#424B63;
  /* Surfaces / lines */
  --bg:#FFFFFF;
  --surface-1:#F6F4F4;
  --surface-2:#F5F5F5;
  --surface-sky:#F1F4F9;
  --line:#EAEAEA;
  --line-2:#E5E4E4;
  /* Semantic */
  --green:#69C050;
  --berry:#C41446;
  --focus-ring:#75C5FF;
  /* Aliases */
  --navy:#1A1A1A;
  --navy-2:#202020;
  --bg-warm:#FDF4F1;
  --bg-soft:#F6F4F4;
  --orange-ink:#E55800;
  --radius:8px;
  --radius-lg:16px;
  --shadow:0 4px 12px rgba(89,96,102,.12);
  --shadow-lg:0 8px 24px rgba(89,96,102,.16);
  --maxw:1146px;

  font-family:'Nunito Sans',system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
  color:var(--ink);
  line-height:1.5;
  font-weight:400;
  -webkit-font-smoothing:antialiased;
}
.ctt-root * { box-sizing: border-box; }
.ctt-root img { max-width:100%; display:block; height:auto; }
.ctt-root a { color:var(--orange); text-decoration:none; }
.ctt-root a:hover { color:var(--orange-2); text-decoration:underline; }
.ctt-root .container { max-width:var(--maxw); margin:0 auto; padding:0 24px; }

.ctt-root .btn {
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  font-family:inherit;
  font-weight:700; font-size:14px; border-radius:1000px; padding:10px 20px;
  transition:background .15s ease, color .15s ease, border-color .15s ease, transform .12s ease;
  text-decoration:none; border:1px solid transparent; cursor:pointer;
  white-space:nowrap;
}
.ctt-root .btn-primary { background:var(--orange); color:#fff; }
.ctt-root .btn-primary:hover { background:var(--orange-2); color:#fff; text-decoration:none; }
.ctt-root .btn-primary:active { background:var(--orange-press); }
.ctt-root .btn-secondary { background:#fff; color:var(--ink); border-color:var(--line); }
.ctt-root .btn-secondary:hover { background:var(--surface-1); color:var(--ink); text-decoration:none; }
.ctt-root .btn-outline { background:transparent; color:var(--orange); border-color:var(--orange); }
.ctt-root .btn-outline:hover { background:var(--orange-soft); color:var(--orange); text-decoration:none; }
.ctt-root .btn-dark { background:var(--ink); color:#fff; }
.ctt-root .btn-dark:hover { background:#000; color:#fff; text-decoration:none; }
.ctt-root .btn-lg { padding:14px 28px; font-size:16px; }
.ctt-root .btn:focus-visible { outline:none; box-shadow:0 0 0 3px rgba(117,197,255,.5); }

/* Hero */
.ctt-root .hero { position:relative; background:var(--peach-wash); padding:64px 0 48px; overflow:hidden; }
.ctt-root .hero-grid { display:grid; gap:40px; grid-template-columns:1fr; align-items:center; }
@media(min-width:980px) {
  .ctt-root .hero { padding:96px 0 88px; }
  .ctt-root .hero-grid { grid-template-columns:.78fr 1.22fr; gap:72px; }
}
.ctt-root .eyebrow {
  display:inline-flex; align-items:center; gap:8px;
  background:#fff; border:1px solid var(--peach); color:var(--orange);
  padding:6px 14px; border-radius:1000px; font-size:12px; font-weight:800; letter-spacing:.04em;
}
.ctt-root .eyebrow .dot { width:8px; height:8px; border-radius:50%; background:var(--green); box-shadow:0 0 0 4px rgba(105,192,80,.22); }
.ctt-root .h1 {
  font-family:'Nunito Sans',sans-serif;
  font-size:clamp(36px,5vw,60px);
  line-height:1.05; letter-spacing:-.02em; font-weight:900; color:var(--ink);
  margin:18px 0 16px;
}
.ctt-root .h1 em { font-style:normal; color:var(--orange); position:relative; white-space:nowrap; }
.ctt-root .h1 em::after {
  content:""; position:absolute; left:0; right:0; bottom:-4px; height:8px;
  background:var(--peach); z-index:-1; border-radius:4px;
}
.ctt-root .lede { font-size:clamp(17px,1.6vw,18px); color:var(--body); max-width:560px; margin:0 0 28px; line-height:1.55; }
.ctt-root .cta-row { display:flex; flex-wrap:wrap; gap:12px; align-items:center; }
.ctt-root .cta-meta { font-size:13px; color:var(--muted); margin-top:18px; display:flex; gap:18px; flex-wrap:wrap; }
.ctt-root .cta-meta span { display:inline-flex; align-items:center; gap:6px; font-weight:600; }
.ctt-root .cta-meta svg { width:16px; height:16px; color:var(--green); }
.ctt-root .hero-figure { position:relative; }
.ctt-root .hero-figure img { width:100%; height:auto; background:transparent; }

/* Logo strip */
.ctt-root .logos { padding:48px 0; border-top:1px solid var(--line); border-bottom:1px solid var(--line); background:#fff; }
.ctt-root .logos-title { text-align:center; font-size:13px; font-weight:700; letter-spacing:.14em; text-transform:uppercase; color:var(--muted); margin:0 0 28px; }
.ctt-root .logos-row { display:grid; grid-template-columns:repeat(3,1fr); gap:32px 24px; align-items:center; justify-items:center; }
@media(min-width:760px) { .ctt-root .logos-row { grid-template-columns:repeat(6,1fr); gap:40px; } }
.ctt-root .logos-row img {
  filter:grayscale(1); opacity:.65;
  width:100%; max-width:120px; height:36px; object-fit:contain; object-position:center;
  transition:opacity .2s, filter .2s;
}
.ctt-root .logos-row img:hover { opacity:1; filter:grayscale(0); }

/* Generic section */
.ctt-root .section { padding:96px 0; }
.ctt-root .section.warm { background:var(--peach-wash); }
.ctt-root .section.dark { background:var(--ink); color:#fff; }
.ctt-root .section.dark a { color:#fff; }
.ctt-root .section.soft { background:var(--surface-1); }
.ctt-root .section-head { max-width:760px; margin:0 auto 48px; text-align:center; }
.ctt-root .kicker { display:inline-block; font-size:14px; font-weight:800; letter-spacing:.18em; text-transform:uppercase; color:var(--orange); margin-bottom:14px; }
.ctt-root .section h2 {
  font-family:'Nunito Sans',sans-serif;
  font-size:clamp(28px,3.4vw,42px); line-height:1.1; letter-spacing:-.015em;
  font-weight:900; color:var(--ink); margin:0 0 12px;
}
.ctt-root .section.dark h2 { color:#fff; }
.ctt-root .section .sub { font-size:17px; color:var(--body); margin:0; line-height:1.55; }
.ctt-root .section.dark .sub { color:rgba(255,255,255,.72); }

/* Pain/solution cards */
.ctt-root .pain-grid { display:grid; gap:20px; grid-template-columns:1fr; }
@media(min-width:760px) { .ctt-root .pain-grid { grid-template-columns:repeat(3,1fr); } }
.ctt-root .pain { background:#fff; border:1px solid var(--line); border-radius:var(--radius-lg); padding:32px 28px; }
.ctt-root .pain h3 { margin:18px 0 8px; font-size:19px; color:var(--ink); font-weight:800; letter-spacing:-.005em; }
.ctt-root .pain p { margin:0; color:var(--body); font-size:15px; line-height:1.55; }
.ctt-root .pain .icon {
  width:48px; height:48px; border-radius:12px;
  background:var(--orange-soft);
  display:grid; place-items:center; color:var(--orange);
}
.ctt-root .pain .icon svg { width:24px; height:24px; stroke-width:1.75; }

/* Tabs (DS-style split panel) */
.ctt-root .tabs {
  background:#fff; border:1px solid var(--line); border-radius:1000px;
  box-shadow:0 4px 12px rgba(89,96,102,.08); padding:6px; display:flex; gap:4px;
  overflow-x:auto; scrollbar-width:none; margin:0 auto 48px; max-width:680px;
}
.ctt-root .tabs::-webkit-scrollbar { display:none; }
.ctt-root .tab {
  flex:1; min-width:max-content;
  padding:12px 22px; border-radius:1000px; border:0; background:transparent;
  font-family:inherit;
  font-weight:700; color:var(--body); cursor:pointer; font-size:14px;
  transition:background .15s ease, color .15s ease;
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
}
.ctt-root .tab svg { width:16px; height:16px; fill:none; stroke:currentColor; stroke-width:1.75; stroke-linecap:round; stroke-linejoin:round; flex-shrink:0; }
.ctt-root .tab:hover { color:var(--ink); }
.ctt-root .tab.active { background:var(--ink); color:#fff; }
.ctt-root .tab-panel { display:none; }
.ctt-root .tab-panel.active { display:grid; grid-template-columns:1fr; gap:40px; align-items:center; animation:ctt-fadeIn .25s ease; }
@media(min-width:880px) {
  .ctt-root .tab-panel.active { grid-template-columns:1fr 1.1fr; gap:64px; }
}
@keyframes ctt-fadeIn { from { opacity:0; transform:translateY(6px); } to { opacity:1; transform:none; } }

.ctt-root .tp-copy .super { display:block; color:var(--orange); font-weight:800; font-size:14px; letter-spacing:.16em; text-transform:uppercase; margin-bottom:12px; }
.ctt-root .tp-copy h3 { font-family:'Nunito Sans',sans-serif; font-size:clamp(24px,2.6vw,32px); font-weight:900; letter-spacing:-.01em; line-height:1.15; margin:0 0 14px; color:var(--ink); }
.ctt-root .tp-copy>p { font-size:17px; color:var(--body); line-height:1.55; margin:0 0 22px; }
.ctt-root .tp-copy ul { list-style:none; padding:0; margin:0 0 26px; display:flex; flex-direction:column; gap:10px; }
.ctt-root .tp-copy li { display:flex; gap:12px; align-items:flex-start; font-size:15px; font-weight:600; color:var(--ink); line-height:1.45; }
.ctt-root .tp-copy li svg { width:20px; height:20px; color:var(--green); fill:none; stroke:currentColor; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; flex-shrink:0; margin-top:2px; }
.ctt-root .tp-copy .lk { font-weight:800; color:var(--orange); font-size:14px; display:inline-flex; align-items:center; gap:6px; }
.ctt-root .tp-copy .lk:hover { color:var(--orange-2); text-decoration:none; }
.ctt-root .tp-media { display:flex; align-items:center; justify-content:center; }
.ctt-root .tp-media img { max-width:520px; width:100%; height:auto; border-radius:var(--radius-lg); filter:drop-shadow(0 16px 40px rgba(26,26,26,.12)); }
.ctt-root #panel-field .tp-media img { max-width:440px; }

/* Awards */
.ctt-root .awards {
  display:flex; flex-wrap:wrap; gap:24px 36px; align-items:center; justify-content:center; max-width:1080px; margin:48px auto 0;
  padding-top:40px; border-top:1px solid var(--line);
}
.ctt-root .awards img { height:96px; width:auto; opacity:.92; flex:0 0 auto; }
@media(max-width:760px) {
  .ctt-root .awards { gap:18px 24px; margin-top:32px; padding-top:28px; }
  .ctt-root .awards img { height:72px; }
}

/* Testimonials */
.ctt-root .testimonials { display:grid; gap:18px; grid-template-columns:1fr; }
@media(min-width:760px)  { .ctt-root .testimonials { grid-template-columns:repeat(2,1fr); } }
@media(min-width:1024px) { .ctt-root .testimonials { grid-template-columns:repeat(3,1fr); } }
.ctt-root .tmt { background:#fff; border:1px solid var(--line); border-radius:16px; padding:24px; display:flex; flex-direction:column; gap:12px; }
.ctt-root .tmt .stars { display:inline-flex; gap:2px; }
.ctt-root .tmt .stars svg { width:16px; height:16px; fill:#FFB400; }
.ctt-root .tmt .title { font-family:'Nunito Sans',sans-serif; font-size:17px; font-weight:800; color:var(--ink); margin:0; line-height:1.3; letter-spacing:-.005em; }
.ctt-root .tmt .quote { font-size:14px; color:var(--body); margin:0; line-height:1.55; flex:1; }
.ctt-root .tmt .auth { font-size:13px; color:var(--muted); line-height:1.4; }
.ctt-root .tmt .auth strong { display:block; color:var(--ink); font-weight:800; margin-bottom:2px; }

/* Compare */
.ctt-root .compare { background:#fff; border:1px solid var(--line); border-radius:var(--radius-lg); overflow:hidden; }
.ctt-root .compare-scroll { overflow-x:auto; -webkit-overflow-scrolling:touch; }
.ctt-root .compare table { width:100%; border-collapse:collapse; border-spacing:0; min-width:640px; border:0; }
.ctt-root .compare thead, .ctt-root .compare tbody, .ctt-root .compare tr { border:0; }
.ctt-root .compare th, .ctt-root .compare td { padding:16px 20px; text-align:left; border:0; border-bottom:1px solid var(--line); font-size:15px; background-clip:padding-box; }
.ctt-root .compare tr:last-child td { border-bottom:0; }
.ctt-root .compare th { background:var(--surface-1); color:var(--ink); font-weight:800; }
.ctt-root .compare td:first-child { color:var(--ink); font-weight:700; }
.ctt-root .compare .yes { color:#2F8A1B; font-weight:800; }
.ctt-root .compare .no  { color:var(--berry); font-weight:700; }
.ctt-root .compare .col-jibble { background:var(--orange-soft); }
@media(max-width:760px) {
  .ctt-root .compare th, .ctt-root .compare td { padding:12px 14px; font-size:14px; }
}

/* FAQ */
.ctt-root .faq { max-width:880px; margin:0 auto; border-top:1px solid var(--line); }
.ctt-root .faq details { border-bottom:1px solid var(--line); background:transparent; }
.ctt-root .faq summary {
  list-style:none; cursor:pointer;
  display:flex; justify-content:space-between; align-items:center; gap:24px;
  padding:22px 4px;
  font-size:18px; font-weight:700; color:var(--ink); letter-spacing:-.005em;
  font-family:'Nunito Sans',sans-serif;
}
.ctt-root .faq summary::-webkit-details-marker { display:none; }
.ctt-root .faq summary:hover { color:var(--orange); }
.ctt-root .faq .ic {
  flex:none; width:32px; height:32px; border-radius:50%;
  background:var(--orange-soft);
  display:flex; align-items:center; justify-content:center;
  transition:transform .25s ease, background .2s ease;
}
.ctt-root .faq .ic svg { width:14px; height:14px; stroke:var(--orange); fill:none; stroke-width:2.5; stroke-linecap:round; }
.ctt-root .faq details[open] .ic { transform:rotate(45deg); background:var(--orange); }
.ctt-root .faq details[open] .ic svg { stroke:#fff; }
.ctt-root .faq .answer { padding:0 4px 24px; max-width:760px; color:var(--body); font-size:15px; line-height:1.65; }
.ctt-root .faq .answer p { margin:0 0 10px; }
.ctt-root .faq .answer p:last-child { margin-bottom:0; }
.ctt-root .faq .answer ol { padding-left:18px; margin:0 0 12px; }
.ctt-root .faq .answer li { margin-bottom:8px; }
.ctt-root .faq .answer a { color:var(--orange); font-weight:600; text-decoration:none; border-bottom:1px solid currentColor; }
.ctt-root .faq .answer a:hover { color:var(--orange-2); }

/* Final CTA */
.ctt-root .final {
  position:relative; overflow:hidden;
  max-width:1240px; margin:0 auto;
  background:var(--ink); color:#fff;
  border-radius:24px;
  padding:56px 40px;
  text-align:center;
}
.ctt-root .final::before {
  content:""; position:absolute; inset:0;
  background:
    radial-gradient(ellipse at 20% 30%, rgba(255,102,3,.22), transparent 55%),
    radial-gradient(ellipse at 80% 80%, rgba(255,102,3,.12), transparent 55%);
  pointer-events:none;
}
.ctt-root .final>* { position:relative; }
.ctt-root .final .super { display:inline-block; color:#FFB698; font-weight:800; font-size:14px; letter-spacing:.18em; text-transform:uppercase; margin-bottom:12px; background:transparent; padding:0; border-radius:0; }
.ctt-root .final h2 { color:#fff; font-size:clamp(28px,3.4vw,42px); margin:0 auto 14px; font-weight:900; letter-spacing:-.015em; line-height:1.1; max-width:780px; text-wrap:balance; }
.ctt-root .final p { color:rgba(255,255,255,.78); margin:0 auto 22px; font-size:16px; line-height:1.5; max-width:none; white-space:nowrap; }
.ctt-root .final .meta { list-style:none; padding:0; margin:0 auto 22px; display:flex; flex-wrap:wrap; gap:6px 24px; justify-content:center; font-size:14px; font-weight:600; color:rgba(255,255,255,.72); }
.ctt-root .final .meta li { position:relative; }
.ctt-root .final .meta li+li::before { content:"\2022"; position:absolute; left:-15px; top:0; color:rgba(255,255,255,.35); }
.ctt-root .final .cta-row { justify-content:center; }
.ctt-root .final .btn-secondary { background:transparent; color:#fff; border-color:rgba(255,255,255,.3); }
.ctt-root .final .btn-secondary:hover { background:rgba(255,255,255,.08); border-color:rgba(255,255,255,.5); }
@media(min-width:760px) { .ctt-root .final { padding:64px 56px; } }

/* Reveal animation (subtle). Not applied to the hero — the hero
 * partial no longer carries `.reveal` so it renders immediately on
 * first paint (the IntersectionObserver callback was visibly delayed
 * on mobile, leaving the hero blank until first scroll). */
@media (prefers-reduced-motion: no-preference) {
  .ctt-root .reveal { opacity:0; transform:translateY(8px); transition:opacity .5s ease, transform .5s ease; }
  .ctt-root .reveal.in { opacity:1; transform:none; }
}

/* Mobile niceties for the final CTA's nowrap paragraph (design has
 * white-space:nowrap on .final p which overflows on very narrow
 * viewports — undo for ≤720). */
@media (max-width: 720px) {
  .ctt-root .final p { white-space:normal; }
  .ctt-root .final { padding:40px 24px; }
  /* All page sections — uniform 50px top + bottom on mobile */
  .ctt-root .section { padding-top: 50px; padding-bottom: 50px; }
  /* Last section keeps top:0 so it sits flush against the FAQ above */
  .ctt-root .section:last-of-type { padding-top: 0 !important; }
  /* Awards grid: keep 4 per row on mobile (2 rows of 4 for 8 badges) */
  .ctt-root .awards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px 16px; max-width: 100%; }
  .ctt-root .awards img { height: auto; max-height: 56px; width: 100%; object-fit: contain; }
}

/* Hero — center all elements while the layout is single-column.
 * Hero switches to 2-col at min-width:980, so anything narrower stacks
 * vertically and gets centered: copy column, eyebrow chip, h1, lede,
 * CTA button, reassurance chips, and the hero image. */
@media (max-width: 979px) {
  .ctt-root .hero .hero-grid > .reveal:first-child { text-align:center; }
  .ctt-root .hero .lede { margin-left:auto; margin-right:auto; }
  .ctt-root .hero .cta-row { justify-content:center; }
  .ctt-root .hero .cta-meta { justify-content:center; }
  .ctt-root .hero-figure { text-align:center; }
  .ctt-root .hero-figure img { margin-left:auto; margin-right:auto; }
}

/* =============================================================
 * Project Time Tracker (.ptt-root)
 * Scoped under .ptt-root so the design's generic class names
 * (.btn, .wrap, .hero, .lbar, .pg, .feats, .ftab, .fpanel, .wins,
 * .how, .test, .faq, .cta-band, .cta-card) don't collide with the
 * parent theme or sibling pages. CSS variables and keyframes are
 * scoped/renamed so nothing leaks globally.
 * ============================================================= */

.ptt-root {
  /* Brand */
  --jibble-orange:#ff6603;
  --jibble-orange-hover:#ff7922;
  --jibble-orange-press:#e55800;
  --jibble-orange-soft:#fdf1ec;
  --jibble-orange-peach:#ffddc8;
  /* Neutrals */
  --ink:#1a1a1a;
  --pitch:#000000;
  --body-2:#4d4d4d;
  --muted:#808080;
  --faint:#b3b3b3;
  --chalk:#d0d2d8;
  --cool:#424b63;
  /* Surfaces */
  --bg:#ffffff;
  --surface-1:#f6f4f4;
  --surface-2:#f5f5f5;
  --surface-3:#f6f8fb;
  --surface-sky:#f1f4f9;
  /* Lines */
  --line-1:#e5e4e4;
  --line-2:#eaeaea;
  --line-3:#e6e6e6;
  --line-sky:#ecedef;
  /* Semantic */
  --blue:#6b9ff0;
  --blue-light:#adc9ff;
  --green:#69c050;
  --berry:#c41446;
  --focus-ring:#75c5ff;
  /* Type */
  --font-sans:"Nunito Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  --font-display:"Nunito Sans",var(--font-sans);
  --font-mono:ui-monospace,SFMono-Regular,"SF Mono",Menlo,Consolas,monospace;
  /* Type scale */
  --fs-h1:40px; --fs-hero:42px; --fs-h2:36px; --fs-h3:28px; --fs-h4:24px; --fs-h5:18px;
  --fs-body-l:18px; --fs-body:16px; --fs-sm:14px; --fs-xs:12px;
  --lh-tight:1; --lh-snug:1.2; --lh-normal:1.4; --lh-body:1.5;
  --fw-regular:400; --fw-semi:600; --fw-bold:700; --fw-extra:800; --fw-black:900;
  /* Radii / shadows */
  --r-md:8px; --r-lg:12px; --r-xl:16px; --r-2xl:24px; --r-pill:1000px;
  --shadow-sm:0 1px 2px rgba(0,0,0,.06);
  --shadow-card:0 4px 12px rgba(89,96,102,.12);
  --shadow-lift:0 8px 24px rgba(89,96,102,.16);

  font-family:var(--font-sans);
  color:var(--ink);
  font-size:var(--fs-body);
  line-height:var(--lh-body);
  -webkit-font-smoothing:antialiased;
}
.ptt-root * { box-sizing:border-box; }
.ptt-root img { max-width:100%; display:block; }
.ptt-root a { color:var(--jibble-orange); text-decoration:none; }
.ptt-root a:hover { color:var(--jibble-orange-hover); text-decoration:underline; }

.ptt-root h1, .ptt-root .h1 { font-family:var(--font-display); font-weight:var(--fw-black); font-size:var(--fs-h1); line-height:var(--lh-snug); color:var(--ink); margin:0; letter-spacing:-0.01em; }
.ptt-root h2, .ptt-root .h2 { font-family:var(--font-display); font-weight:var(--fw-black); font-size:var(--fs-h2); line-height:var(--lh-snug); color:var(--ink); margin:0; letter-spacing:-0.01em; }
.ptt-root h3, .ptt-root .h3 { font-family:var(--font-display); font-weight:var(--fw-bold); font-size:var(--fs-h3); line-height:var(--lh-snug); color:var(--ink); margin:0; }
.ptt-root h4, .ptt-root .h4 { font-family:var(--font-sans); font-weight:var(--fw-bold); font-size:var(--fs-h4); line-height:var(--lh-normal); color:var(--ink); margin:0; }
.ptt-root h5, .ptt-root .h5 { font-family:var(--font-sans); font-weight:var(--fw-bold); font-size:var(--fs-h5); line-height:var(--lh-normal); color:var(--ink); margin:0; }
.ptt-root p { font-size:var(--fs-body); line-height:var(--lh-body); color:var(--body-2); margin:0 0 12px; }

.ptt-root .wrap { max-width:1146px; margin:0 auto; padding:0 24px; }

/* Buttons */
.ptt-root .btn { display:inline-flex; align-items:center; justify-content:center; gap:8px; font-weight:700; border-radius:1000px; border:1px solid transparent; cursor:pointer; transition:background .15s, color .15s, transform .15s, box-shadow .2s; font-family:var(--font-sans); text-decoration:none; white-space:nowrap; line-height:1; }
.ptt-root .btn-big { font-size:16px; padding:14px 24px; }
.ptt-root .btn-med { font-size:14px; padding:10px 20px; }
.ptt-root .btn-sml { font-size:14px; padding:8px 16px; }
.ptt-root .btn-p   { background:var(--jibble-orange); color:#fff; }
.ptt-root .btn-p:hover { background:var(--jibble-orange-hover); color:#fff; text-decoration:none; }
.ptt-root .btn-o   { background:#fff; color:var(--ink); border-color:var(--line-2); }
.ptt-root .btn-o:hover { background:#fff; color:var(--ink); text-decoration:none; border-color:var(--ink); }
.ptt-root .btn-or  { background:#fff; color:var(--jibble-orange); border-color:var(--jibble-orange); }
.ptt-root .btn-or:hover { background:var(--jibble-orange-soft); color:var(--jibble-orange); text-decoration:none; }
.ptt-root .btn-ghost-d { background:transparent; color:#fff; border-color:rgba(255,255,255,.3); }
.ptt-root .btn-ghost-d:hover { background:rgba(255,255,255,.08); color:#fff; text-decoration:none; }
.ptt-root .btn-arr { transition:transform .15s; }
.ptt-root .btn:hover .btn-arr { transform:translateX(3px); }

/* Hero */
.ptt-root .hero { padding:96px 0 72px; background:var(--jibble-orange-soft); text-align:center; position:relative; overflow:hidden; }
.ptt-root .hero-eb { display:inline-flex; align-items:center; gap:8px; padding:5px 14px; background:#fff; border:1px solid var(--jibble-orange-peach); color:var(--jibble-orange); border-radius:1000px; font-size:12px; font-weight:800; letter-spacing:.04em; margin-bottom:22px; }
.ptt-root .hero-eb .pulse-tiny { width:6px; height:6px; border-radius:50%; background:var(--green); box-shadow:0 0 0 4px rgba(105,192,80,.18); }
.ptt-root .hero-eb .gradient-txt { color:var(--jibble-orange); font-weight:800; }
.ptt-root .hero h1 { font-family:var(--font-display); font-size:60px; font-weight:900; letter-spacing:-0.02em; line-height:1.05; max-width:920px; margin:0 auto 18px; color:var(--ink); text-wrap:balance; }
.ptt-root .hero h1 em { font-style:normal; color:var(--jibble-orange); position:relative; white-space:nowrap; }
.ptt-root .hero h1 em::after { content:""; position:absolute; left:0; right:0; bottom:-4px; height:8px; background:var(--jibble-orange-peach); border-radius:4px; z-index:-1; }
.ptt-root .hero .sub { max-width:660px; margin:0 auto 28px; font-size:18px; color:var(--body-2); line-height:1.55; }
.ptt-root .hero-cta { display:flex; gap:12px; justify-content:center; margin-bottom:18px; flex-wrap:wrap; }
.ptt-root .hero-meta { display:flex; gap:18px; justify-content:center; color:var(--muted); font-size:13px; flex-wrap:wrap; }
.ptt-root .hero-meta span { display:inline-flex; align-items:center; gap:6px; }
.ptt-root .chk { width:14px; height:14px; color:var(--green); fill:none; stroke:currentColor; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; flex-shrink:0; }
.ptt-root .hero-rating { display:inline-flex; align-items:center; gap:10px; font-size:14px; color:var(--body-2); margin-top:20px; flex-wrap:wrap; justify-content:center; }
.ptt-root .stars { display:inline-flex; gap:2px; color:#FFB400; }
.ptt-root .stars svg { width:18px; height:18px; fill:currentColor; }
.ptt-root .rating-meta { font-size:14px; color:var(--body-2); font-weight:600; }
.ptt-root .rating-meta strong { color:var(--ink); font-weight:800; }

/* Logo bar */
.ptt-root .lbar { padding:56px 0; background:#fff; border-bottom:1px solid var(--line-2); }
.ptt-root .lbar .t { text-align:center; font-size:13px; color:var(--muted); font-weight:700; margin-bottom:32px; letter-spacing:.14em; text-transform:uppercase; }
.ptt-root .lrow { display:grid; grid-template-columns:repeat(7,1fr); gap:28px 36px; align-items:center; max-width:1180px; margin:0 auto; }
.ptt-root .lrow .lg { display:flex; align-items:center; justify-content:center; height:44px; color:#7a7a7a; filter:grayscale(1); opacity:.7; transition:.2s; }
.ptt-root .lrow .lg:hover { filter:grayscale(0); opacity:1; color:var(--ink); }
.ptt-root .lrow .lg img { max-height:30px; width:auto; object-fit:contain; }
.ptt-root .lrow .lg img[data-scale="lg"] { max-height:42px; }
@media (max-width:900px) { .ptt-root .lrow { grid-template-columns:repeat(4,1fr); gap:24px; } }

/* Section base */
.ptt-root .sec { padding:96px 0; }
.ptt-root .sec-hd { text-align:center; max-width:760px; margin:0 auto 56px; }
.ptt-root .sec-eb { display:inline-block; color:var(--jibble-orange); font-weight:800; text-transform:uppercase; font-size:14px; letter-spacing:.18em; margin-bottom:14px; }
.ptt-root .sec h2, .ptt-root .pg h2, .ptt-root .feats h2, .ptt-root .wins h2, .ptt-root .how h2, .ptt-root .test h2, .ptt-root .faq h2 { font-family:var(--font-display); font-size:42px; font-weight:900; letter-spacing:-0.02em; line-height:1.1; margin:0 0 16px; text-wrap:balance; }
.ptt-root .sec-lede { font-size:18px; color:var(--body-2); line-height:1.55; margin:0; }

/* Pain → Gain */
.ptt-root .pg { background:#fff; padding:96px 0; }
.ptt-root .pg-grid { display:grid; grid-template-columns:1fr auto 1fr; gap:32px; align-items:stretch; max-width:980px; margin:0 auto; }
.ptt-root .pg-col { background:#fff; border-radius:16px; padding:32px; border:1px solid var(--line-2); }
.ptt-root .pg-col h3 { font-size:14px; font-weight:800; margin:0 0 18px; letter-spacing:.14em; text-transform:uppercase; }
.ptt-root .pg-pain h3 { color:var(--berry); }
.ptt-root .pg-gain h3 { color:var(--green); }
.ptt-root .pg-list { list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:14px; }
.ptt-root .pg-list li { display:flex; gap:12px; font-size:16px; line-height:1.5; color:var(--ink); font-weight:600; }
.ptt-root .pg-list li svg { width:20px; height:20px; flex-shrink:0; margin-top:1px; }
.ptt-root .pg-pain li svg { color:var(--berry); }
.ptt-root .pg-gain li svg { color:var(--green); }
.ptt-root .pg-arr { display:flex; align-items:center; justify-content:center; color:var(--jibble-orange); }
.ptt-root .pg-arr svg { width:40px; height:40px; }

/* Feature tabs */
.ptt-root .feats { padding:40px 0 30px !important; background:var(--surface-1); }
.ptt-root .feats .sec-hd { text-align:center; margin-bottom:24px; }
.ptt-root .feats .sec-hd h2 { font-family:var(--font-display); font-size:42px; font-weight:900; letter-spacing:-0.02em; line-height:1.1; margin:0 0 10px; text-wrap:balance; }
.ptt-root .feats .sec-lede { font-size:17px; color:var(--body-2); line-height:1.55; margin:0 auto; max-width:600px; }
.ptt-root .ftabs { position:relative; background:transparent; padding:0 0 12px; margin-bottom:0; }
.ptt-root .ftabs-bar { display:flex; justify-content:center; align-items:stretch; gap:6px; padding:6px; background:var(--surface-1); border:1px solid var(--line-2); border-radius:1000px; max-width:760px; margin:0 auto; box-shadow:var(--shadow-sm); }
.ptt-root .ftab { flex:1; background:transparent; border:0; cursor:pointer; padding:12px 16px; border-radius:1000px; display:inline-flex; align-items:center; justify-content:center; gap:8px; font-family:var(--font-sans); color:var(--body-2); transition:all .18s ease; text-align:center; min-width:0; }
.ptt-root .ftab:hover { color:var(--ink); }
.ptt-root .ftab .ftab-icon { width:18px; height:18px; fill:none; stroke:currentColor; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; flex-shrink:0; transition:color .18s ease; }
.ptt-root .ftab .ftab-label { font-size:15px; font-weight:800; letter-spacing:-0.005em; }
.ptt-root .ftab[aria-selected="true"] { background:var(--ink); color:#fff; box-shadow:0 6px 18px -8px rgba(26,26,26,.4); }
.ptt-root .ftab[aria-selected="true"] .ftab-icon { color:var(--jibble-orange); }
.ptt-root .ftab-progress { display:none; }
.ptt-root .fpanels { position:relative; min-height:480px; }
.ptt-root .fpanel { display:none; animation:ptt-fpanelIn .35s ease both; }
.ptt-root .fpanel.is-active { display:block; }
@keyframes ptt-fpanelIn { from { opacity:0; transform:translateY(8px); } to { opacity:1; transform:none; } }
.ptt-root .fitem { display:grid; grid-template-columns:1fr 1.1fr; gap:64px; align-items:center; padding:20px 0; }
.ptt-root .fitem .super { display:inline-block; font-size:14px; font-weight:800; color:var(--jibble-orange); letter-spacing:.18em; text-transform:uppercase; margin-bottom:14px; }
.ptt-root .fitem h3 { font-family:var(--font-display); font-size:34px; font-weight:900; letter-spacing:-0.015em; line-height:1.15; margin:0 0 14px; text-wrap:balance; }
.ptt-root .fitem > div > p { font-size:17px; color:var(--body-2); line-height:1.55; margin:0 0 20px; }
.ptt-root .fitem .feat-bullets { list-style:none; padding:0; margin:0 0 26px; display:flex; flex-direction:column; gap:10px; }
.ptt-root .feat-bullets li { display:flex; gap:10px; align-items:flex-start; font-size:16px; font-weight:600; color:var(--ink); line-height:1.45; }
.ptt-root .feat-bullets li svg { width:18px; height:18px; color:var(--green); fill:none; stroke:currentColor; stroke-width:2.4; stroke-linecap:round; stroke-linejoin:round; flex-shrink:0; margin-top:2px; }
.ptt-root .fitem .lk { display:inline-flex; align-items:center; gap:4px; color:var(--jibble-orange); font-weight:800; font-size:15px; text-decoration:none; }
.ptt-root .fitem .lk:hover { color:var(--jibble-orange-hover); text-decoration:none; gap:8px; }
.ptt-root .feat-vis-card { background:transparent; border-radius:0; overflow:hidden; border:0; box-shadow:none; aspect-ratio:4/3; width:100%; }
.ptt-root .feat-vis-card img { width:100%; height:100%; display:block; object-fit:contain; object-position:center; border-radius:0; transition:transform .2s ease; }
.ptt-root #fpanel-manage .feat-vis-card img { transform:scale(1.18); }
.ptt-root #fpanel-bill .feat-vis-card img { transform:scale(1.18); }

/* Wins grid */
.ptt-root .wins { padding:96px 0; background:#fff; }
.ptt-root .wins-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.ptt-root .win-card { background:#fff; border-radius:16px; padding:24px; border:1px solid var(--line-2); transition:.2s; display:flex; flex-direction:column; gap:14px; }
.ptt-root .win-card:hover { box-shadow:var(--shadow-card); transform:translateY(-3px); border-color:var(--jibble-orange-peach); }
.ptt-root .win-card .ico { width:40px; height:40px; border-radius:10px; background:var(--jibble-orange-soft); display:flex; align-items:center; justify-content:center; color:var(--jibble-orange); }
.ptt-root .win-card .ico svg { width:20px; height:20px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.ptt-root .win-card h4 { font-size:16px; font-weight:800; margin:0; letter-spacing:-0.005em; }
.ptt-root .win-card p { font-size:13px; color:var(--body-2); margin:0; line-height:1.5; }
.ptt-root .win-card .tag { display:none; }

/* CTA banner card */
.ptt-root .cta-band { padding:48px 0; }
.ptt-root .cta-card { max-width:1146px; margin:0 auto; border-radius:24px; padding:56px; text-align:center; position:relative; overflow:hidden; }
.ptt-root .cta-card.lt { background:var(--jibble-orange-soft); border:1px solid var(--jibble-orange-peach); }
.ptt-root .cta-card.dk { background:var(--ink); color:#fff; }
.ptt-root .cta-card.dk::before { content:""; position:absolute; inset:0; background:radial-gradient(ellipse at 20% 30%,rgba(255,102,3,.22),transparent 55%),radial-gradient(ellipse at 80% 80%,rgba(255,102,3,.12),transparent 55%); pointer-events:none; }
.ptt-root .cta-card>* { position:relative; }
.ptt-root .cta-card .eb { display:inline-block; font-size:12px; font-weight:800; letter-spacing:.18em; text-transform:uppercase; color:var(--jibble-orange); margin-bottom:12px; }
.ptt-root .cta-card.dk .eb { color:#FFB698; }
.ptt-root .cta-card h2 { font-family:var(--font-display); font-size:32px; font-weight:900; letter-spacing:-0.02em; line-height:1.1; max-width:980px; margin:0 auto 14px; text-wrap:balance; }
.ptt-root .cta-card.dk h2 { color:#fff; }
.ptt-root .cta-card .sub { margin:0 auto 18px; max-width:620px; font-size:16px; line-height:1.55; color:var(--body-2); }
.ptt-root .cta-card.dk .sub { color:rgba(255,255,255,.78); }
.ptt-root .cta-card .meta { list-style:none; padding:0; margin:0 auto 22px; display:flex; flex-wrap:wrap; gap:6px 24px; justify-content:center; font-size:14px; font-weight:600; color:var(--body-2); }
.ptt-root .cta-card.dk .meta { color:rgba(255,255,255,.72); }
.ptt-root .cta-card .meta li { position:relative; }
.ptt-root .cta-card .meta li+li::before { content:"\2022"; position:absolute; left:-15px; top:0; color:var(--faint); }
.ptt-root .cta-card.dk .meta li+li::before { color:rgba(255,255,255,.35); }
.ptt-root .cta-card .row { display:flex; gap:12px; justify-content:center; flex-wrap:wrap; }

/* How it works */
.ptt-root .how { padding:96px 0; background:var(--surface-1); }
.ptt-root .steps { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; margin-top:24px; position:relative; }
.ptt-root .steps::before { content:""; position:absolute; top:32px; left:14%; right:14%; height:2px; background:repeating-linear-gradient(90deg,var(--jibble-orange-peach) 0 8px,transparent 8px 16px); z-index:0; }
.ptt-root .step { position:relative; z-index:1; text-align:center; padding:0 16px; }
.ptt-root .step-num { width:64px; height:64px; border-radius:50%; background:#fff; border:2px solid var(--jibble-orange); color:var(--jibble-orange); font-family:var(--font-display); font-weight:900; font-size:24px; display:flex; align-items:center; justify-content:center; margin:0 auto 20px; box-shadow:0 6px 16px rgba(255,102,3,.18); }
.ptt-root .step h4 { font-size:20px; font-weight:800; margin:0 0 8px; }
.ptt-root .step p { font-size:16px; color:var(--body-2); line-height:1.55; margin:0; max-width:280px; margin-left:auto; margin-right:auto; }

/* Testimonials */
.ptt-root .test { padding:96px 0; background:#fff; }
.ptt-root .rgrid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; max-width:1180px; margin:0 auto; }
.ptt-root .rcard { background:#fff; border:1px solid var(--line-2); border-radius:16px; padding:28px; display:flex; flex-direction:column; gap:14px; }
.ptt-root .rcard .stars { display:inline-flex; gap:2px; }
.ptt-root .rcard .stars svg { width:16px; height:16px; fill:#FFB400; }
.ptt-root .rcard .title { font-size:18px; font-weight:800; color:var(--ink); margin:0; letter-spacing:-0.01em; }
.ptt-root .rcard .body { font-size:16px; color:var(--body-2); line-height:1.55; margin:0; flex:1; }
.ptt-root .rcard .auth { font-size:13px; color:var(--muted); border-top:1px solid var(--line-2); padding-top:14px; }
.ptt-root .rcard .auth strong { display:block; color:var(--ink); font-weight:800; margin-bottom:2px; }

/* FAQ */
.ptt-root .faq { padding:96px 0; background:#fff; }
.ptt-root .faq-section { max-width:880px; margin:0 auto; }
.ptt-root .faq-list { margin-top:8px; border-top:1px solid var(--line-2); }
.ptt-root .faq-list details { border-bottom:1px solid var(--line-2); }
.ptt-root .faq-list summary { list-style:none; cursor:pointer; display:flex; align-items:center; justify-content:space-between; gap:24px; padding:24px 4px; font-size:18px; font-weight:800; color:var(--ink); letter-spacing:-0.005em; line-height:1.35; }
.ptt-root .faq-list summary::-webkit-details-marker { display:none; }
.ptt-root .faq-list summary:hover { color:var(--jibble-orange); }
.ptt-root .faq-list .ic { flex:none; width:24px; height:24px; color:var(--muted); transition:transform .25s ease, color .15s ease; display:flex; align-items:center; justify-content:center; }
.ptt-root .faq-list .ic svg { width:24px; height:24px; fill:none; stroke:currentColor; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; }
.ptt-root .faq-list details[open] .ic { transform:rotate(180deg); color:var(--jibble-orange); }
.ptt-root .faq-list summary:hover .ic { color:var(--jibble-orange); }
.ptt-root .faq-list .a { padding:0 4px 24px; max-width:760px; font-size:16px; line-height:1.6; color:var(--body-2); }
.ptt-root .faq-list .a p { margin:0 0 10px; }
.ptt-root .faq-list .a p:last-child { margin-bottom:0; }
.ptt-root .faq-list .a a { color:var(--jibble-orange); font-weight:700; text-decoration:none; border-bottom:1px solid currentColor; }
.ptt-root .faq-list .a ol { padding-left:20px; margin:8px 0 0; }
.ptt-root .faq-list .a ol li { margin-bottom:6px; }

/* Responsive */
@media (max-width:1100px) { .ptt-root .hero h1 { font-size:48px; } }
@media (max-width:980px) {
  .ptt-root .hero { padding:56px 0 64px; }
  .ptt-root .hero h1 { font-size:42px; }
  .ptt-root .hero .sub { font-size:17px; }
  .ptt-root .feats, .ptt-root .wins, .ptt-root .test, .ptt-root .faq, .ptt-root .how, .ptt-root .pg { padding:64px 0; }
  .ptt-root .pg h2, .ptt-root .feats h2, .ptt-root .wins h2, .ptt-root .how h2, .ptt-root .test h2, .ptt-root .faq h2, .ptt-root .cta-card h2 { font-size:30px; }
  .ptt-root .pg-grid { grid-template-columns:1fr; gap:16px; }
  .ptt-root .pg-arr { transform:rotate(90deg); }
  .ptt-root .fitem { grid-template-columns:1fr; gap:24px; padding:32px 0; }
  .ptt-root .fitem h3 { font-size:26px; }
  .ptt-root .wins-grid { grid-template-columns:1fr; }
  .ptt-root .steps { grid-template-columns:1fr; gap:32px; }
  .ptt-root .steps::before { display:none; }
  .ptt-root .cta-card { padding:40px 28px; }
  .ptt-root .ftabs { position:static; padding:0 0 14px; }
  .ptt-root .ftabs-bar { overflow-x:auto; border-radius:14px; flex-wrap:nowrap; scrollbar-width:none; }
  .ptt-root .ftabs-bar::-webkit-scrollbar { display:none; }
  .ptt-root .ftab { flex:0 0 auto; }
}
@media (max-width:540px) {
  .ptt-root .hero h1 { font-size:34px; }
  .ptt-root .pg h2, .ptt-root .feats h2, .ptt-root .wins h2, .ptt-root .how h2, .ptt-root .test h2, .ptt-root .faq h2 { font-size:26px; }
  .ptt-root .fitem h3 { font-size:22px; }
  .ptt-root .cta-card h2 { font-size:24px; }
  .ptt-root .hero-cta .btn, .ptt-root .cta-card .row .btn { width:100%; }
}

/* Phone-only tweaks. The ftabs-bar overflows horizontally on phones;
 * the desktop `justify-content:center` centers the overflow so the
 * first tab (#ftab-track) is clipped on the left — switch to
 * flex-start so the scroll starts at the first tab. */
@media (max-width:720px) {
  .ptt-root .ftabs-bar { justify-content:flex-start !important; }
  .ptt-root .cta-band { padding-bottom:30px !important; }
  .ptt-root .rgrid { grid-template-columns:repeat(1,1fr) !important; }
  .ptt-root .faq { padding-top:30px !important; }
  .ptt-root .lbar { padding-bottom:36px !important; }
}

/* ===============================================================
 * PTO Tracking Software page — appended to style/jibble-taas.css
 * Scope: every selector lives under `.pto-root` so design's generic
 * class names (.hero, .lbar, .compare, .feats, .stats, .caps, .calc,
 * .testi, .faq, .final-cta, .sticky-cta, etc.) don't collide with
 * the theme or sibling page bundles.
 * =============================================================== */

.pto-root {
  --orange:#FF6603; --orange-hover:#FF7922; --orange-soft:#FDF1EC;
  --peach:#FFDDC8; --peach-wash:#FDF4F1;
  --ink:#1A1A1A; --body:#4D4D4D; --muted:#808080; --faint:#B3B3B3;
  --surface-1:#F6F4F4; --line:#EAEAEA; --line-2:#E5E4E4;
  --green:#69C050; --green-soft:#E9F6E3;
  --blue:#6B9FF0; --blue-soft:#E7EFFB;
  --berry:#C41446; --berry-soft:#FBE7EC;
  --amber:#E0A300; --amber-soft:#FFF5DC;
  font-family: 'Nunito Sans', system-ui, -apple-system, sans-serif;
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
}
.pto-root *,.pto-root *::before,.pto-root *::after{box-sizing:border-box}
.pto-root img{max-width:100%;display:block}
.pto-root button{font-family:inherit}
.pto-root .wrap{max-width:1146px;margin:0 auto;padding:0 24px}

/* Buttons */
.pto-root .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:700;border-radius:1000px;border:1px solid transparent;cursor:pointer;transition:.15s;font-family:inherit;font-size:14px;padding:10px 20px;white-space:nowrap;text-decoration:none}
.pto-root .btn-p{background:var(--orange);color:#fff}
.pto-root .btn-p:hover{background:var(--orange-hover);color:#fff;text-decoration:none}
.pto-root .btn-o{background:#fff;color:var(--ink);border-color:var(--line)}
.pto-root .btn-o:hover{background:var(--surface-1);color:var(--ink);text-decoration:none}
.pto-root .btn-out{background:transparent;color:var(--orange);border-color:var(--orange)}
.pto-root .btn-out:hover{background:var(--orange-soft);color:var(--orange);text-decoration:none}
.pto-root .btn-big{padding:14px 28px;font-size:16px}
.pto-root .btn-arrow{transition:transform .2s}
.pto-root .btn:hover .btn-arrow{transform:translateX(3px)}

/* Hero */
.pto-root .hero{padding:80px 0 64px;background:linear-gradient(180deg,#FDF4F1 0%, #FFF9F5 100%);position:relative;overflow:hidden}
.pto-root .hero::before{content:"";position:absolute;top:-200px;right:-200px;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(255,221,200,0.5),transparent 70%);pointer-events:none}
.pto-root .hero-grid{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.pto-root .eyebrow-pill{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;background:#fff;color:var(--ink);border:1px solid var(--peach);border-radius:1000px;font-size:13px;font-weight:700;margin-bottom:24px;box-shadow:0 1px 2px rgba(0,0,0,.04)}
.pto-root .eyebrow-pill .pulse{width:8px;height:8px;border-radius:50%;background:var(--green);position:relative;box-shadow:0 0 0 0 rgba(105,192,80,.6);animation:pto-pulse 2s infinite}
@keyframes pto-pulse{0%{box-shadow:0 0 0 0 rgba(105,192,80,.6)}70%{box-shadow:0 0 0 8px rgba(105,192,80,0)}100%{box-shadow:0 0 0 0 rgba(105,192,80,0)}}
.pto-root .eyebrow-pill .free{color:var(--orange);font-weight:800}
.pto-root .hero h1{font-family:inherit;font-size:56px;font-weight:900;letter-spacing:-0.022em;line-height:1.05;margin:0 0 22px;color:var(--ink)}
.pto-root .hero h1 .orange{color:var(--orange)}
.pto-root .hero .sub{font-size:19px;color:var(--body);line-height:1.5;margin:0 0 28px;max-width:520px}
.pto-root .hero-cta{display:flex;gap:12px;align-items:center;margin-bottom:24px;flex-wrap:wrap}
.pto-root .hero-meta{display:flex;gap:20px;color:var(--muted);font-size:13px;flex-wrap:wrap}
.pto-root .hero-meta span{display:inline-flex;align-items:center;gap:6px;font-weight:600;color:var(--body)}
.pto-root .chk{width:14px;height:14px;color:var(--green);fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}

/* Hero mockup (custom UI, not screenshot) */
.pto-root .hero-mock{position:relative;perspective:1400px}
.pto-root .mock-stage{position:relative;height:560px}
.pto-root .desk{position:absolute;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 24px 60px -16px rgba(26,26,26,.18), 0 4px 12px rgba(89,96,102,.08);overflow:hidden}
.pto-root .desk-main{inset:0 60px 60px 0;display:flex;flex-direction:column}
.pto-root .desk-head{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid var(--line);background:#fff}
.pto-root .desk-tabs{display:flex;gap:4px;align-items:center}
.pto-root .desk-tab{padding:6px 12px;border-radius:8px;font-size:12px;font-weight:700;color:var(--muted)}
.pto-root .desk-tab.on{background:var(--orange-soft);color:var(--orange)}
.pto-root .desk-search{display:flex;align-items:center;gap:6px;background:var(--surface-1);border-radius:8px;padding:6px 10px;font-size:12px;color:var(--muted);min-width:160px}
.pto-root .desk-body{display:grid;grid-template-columns:180px 1fr;flex:1;min-height:0}
.pto-root .desk-side{background:#FAFAFA;border-right:1px solid var(--line);padding:14px 10px;display:flex;flex-direction:column;gap:2px}
.pto-root .ds-group{font-size:10px;font-weight:800;color:var(--muted);text-transform:uppercase;letter-spacing:.1em;padding:8px 8px 4px}
.pto-root .ds-item{display:flex;align-items:center;gap:8px;padding:7px 8px;border-radius:6px;font-size:12px;color:var(--ink);font-weight:600}
.pto-root .ds-item .di-ic{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round;opacity:.7}
.pto-root .ds-item.on{background:#fff;color:var(--orange);box-shadow:inset 0 0 0 1px var(--peach)}
.pto-root .ds-item.on .di-ic{opacity:1}
.pto-root .ds-item .cnt{margin-left:auto;font-size:10px;background:#EAEAEA;color:var(--body);padding:1px 6px;border-radius:1000px;font-weight:700}
.pto-root .ds-item.on .cnt{background:var(--orange);color:#fff}
.pto-root .desk-main-content{padding:18px;overflow:hidden;display:flex;flex-direction:column;gap:14px}
.pto-root .dm-title{display:flex;align-items:center;justify-content:space-between}
.pto-root .dm-title h4{font-size:15px;font-weight:800;margin:0}
.pto-root .dm-filters{display:flex;gap:6px}
.pto-root .dm-fbtn{font-size:10px;font-weight:700;background:#fff;border:1px solid var(--line);padding:5px 10px;border-radius:6px;color:var(--body)}
.pto-root .dm-fbtn.on{background:var(--ink);color:#fff;border-color:var(--ink)}
.pto-root .req-tbl{display:flex;flex-direction:column;gap:6px}
.pto-root .req-row{display:grid;grid-template-columns:24px 1fr 110px 70px 88px;align-items:center;gap:10px;padding:9px 10px;border:1px solid var(--line);border-radius:8px;background:#fff;font-size:11.5px}
.pto-root .req-row:hover{border-color:var(--peach);background:#FFFAF7}
.pto-root .ava{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:800;color:#fff}
.pto-root .ava.a1{background:linear-gradient(135deg,#FF6603,#FF9B5C)}
.pto-root .ava.a2{background:linear-gradient(135deg,#6B9FF0,#5078C6)}
.pto-root .ava.a3{background:linear-gradient(135deg,#69C050,#3F8C2C)}
.pto-root .ava.a4{background:linear-gradient(135deg,#C41446,#8A0E33)}
.pto-root .ava.a5{background:linear-gradient(135deg,#1A1A1A,#444)}
.pto-root .ava.a6{background:linear-gradient(135deg,#E0A300,#A87800)}
.pto-root .req-name{font-weight:700;color:var(--ink)}
.pto-root .req-name small{display:block;color:var(--muted);font-weight:500;font-size:10.5px;margin-top:1px}
.pto-root .req-when{color:var(--body);font-weight:600}
.pto-root .req-when small{display:block;color:var(--muted);font-weight:500;font-size:10px}
.pto-root .req-days{font-weight:800;color:var(--ink)}
.pto-root .req-pill{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:1000px;font-size:10px;font-weight:800;justify-content:center}
.pto-root .rp-pend{background:var(--amber-soft);color:var(--amber)}
.pto-root .rp-app{background:var(--green-soft);color:#3F8C2C}
.pto-root .req-pill .dot{width:5px;height:5px;border-radius:50%;background:currentColor}

/* Floating cards */
.pto-root .float-card{position:absolute;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 18px 40px -12px rgba(26,26,26,.18), 0 2px 6px rgba(89,96,102,.06);padding:14px}
.pto-root .fc-balance{right:0;top:40px;width:260px;animation:pto-floaty 6s ease-in-out infinite}
.pto-root .fc-approve{right:18px;bottom:18px;width:280px;animation:pto-floaty 7s ease-in-out infinite reverse}
@keyframes pto-floaty{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}
.pto-root .fc-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}
.pto-root .fc-head h5{font-size:12px;font-weight:800;margin:0;color:var(--ink)}
.pto-root .fc-head .live{display:inline-flex;align-items:center;gap:5px;font-size:9px;font-weight:800;color:var(--green);text-transform:uppercase;letter-spacing:.08em}
.pto-root .fc-head .live .ld{width:6px;height:6px;border-radius:50%;background:var(--green);animation:pto-pulse 2s infinite}
.pto-root .bal-row{display:flex;justify-content:space-between;align-items:baseline;padding:8px 0;border-bottom:1px solid var(--line)}
.pto-root .bal-row:last-child{border-bottom:0}
.pto-root .bal-row .lbl{font-size:11px;color:var(--body);font-weight:600}
.pto-root .bal-row .vl{font-size:14px;font-weight:800;color:var(--ink)}
.pto-root .bal-row .vl small{color:var(--muted);font-weight:600;font-size:10px;margin-left:2px}
.pto-root .bal-bar{display:flex;align-items:center;gap:8px;margin-top:2px}
.pto-root .bal-bar .track{flex:1;height:6px;border-radius:6px;background:var(--surface-1);overflow:hidden}
.pto-root .bal-bar .fill{height:100%;background:var(--orange);border-radius:6px}
.pto-root .bal-bar .pct{font-size:10px;font-weight:800;color:var(--muted);min-width:30px;text-align:right}
.pto-root .fc-approve .ap-content{flex:1}
.pto-root .fc-approve .ap-name{font-size:12px;font-weight:800;color:var(--ink)}
.pto-root .fc-approve .ap-detail{font-size:11px;color:var(--body);margin-top:2px}
.pto-root .fc-approve .ap-actions{display:flex;gap:6px;margin-top:10px}
.pto-root .fc-approve .ap-btn{flex:1;padding:7px 0;border-radius:8px;font-size:11px;font-weight:800;border:0;cursor:pointer}
.pto-root .fc-approve .ap-app{background:var(--green);color:#fff}
.pto-root .fc-approve .ap-rej{background:#fff;color:var(--body);border:1px solid var(--line)}

/* Logo bar */
.pto-root .lbar{padding:48px 0;background:#fff;border-bottom:1px solid var(--line)}
.pto-root .lbar .t{text-align:center;font-size:12px;color:var(--muted);font-weight:800;margin-bottom:28px;letter-spacing:.16em;text-transform:uppercase}
.pto-root .lrow{display:grid;grid-template-columns:repeat(7,1fr);gap:28px 36px;align-items:center;max-width:1100px;margin:0 auto}
.pto-root .lrow .lg{display:flex;align-items:center;justify-content:center;height:38px;color:#7a7a7a;filter:grayscale(1);opacity:.65;transition:.2s}
.pto-root .lrow .lg:hover{filter:grayscale(0);opacity:1}
.pto-root .lrow .lg img{max-height:26px;width:auto;object-fit:contain}
.pto-root .lrow .lg img[data-scale="lg"]{max-height:38px}

/* Section helpers */
.pto-root .shead{text-align:center;max-width:760px;margin:0 auto 56px}
.pto-root .shead .eb{display:inline-block;font-size:12px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:var(--orange);margin-bottom:14px}
.pto-root .shead h2{font-family:inherit;font-size:44px;font-weight:900;letter-spacing:-0.018em;line-height:1.08;margin:0 0 16px;text-wrap:balance;color:var(--ink)}
.pto-root .shead p{margin:0;color:var(--body);font-size:18px;line-height:1.5;text-wrap:pretty}

/* Comparison */
.pto-root .compare{padding:96px 0;background:var(--surface-1)}
.pto-root .cmp-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:980px;margin:0 auto}
.pto-root .cmp-card{background:#fff;border-radius:20px;padding:36px 32px;border:1px solid var(--line);position:relative}
.pto-root .cmp-card.bad{background:#FAFAFA}
.pto-root .cmp-card.good{background:#fff;border:2px solid var(--ink);box-shadow:0 8px 24px rgba(89,96,102,.10)}
.pto-root .cmp-card .cmp-head{display:flex;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:18px;border-bottom:1px solid var(--line)}
.pto-root .cmp-card .cmp-ic{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px}
.pto-root .cmp-card.bad .cmp-ic{background:#F0F0F0;color:var(--muted)}
.pto-root .cmp-card.good .cmp-ic{background:var(--orange-soft);color:var(--orange)}
.pto-root .cmp-card h3{font-size:20px;font-weight:900;margin:0;color:var(--ink)}
.pto-root .cmp-card .cmp-sub{font-size:13px;color:var(--muted);font-weight:700;margin-top:2px}
.pto-root .cmp-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}
.pto-root .cmp-list li{display:flex;gap:12px;align-items:flex-start;font-size:15px;line-height:1.45}
.pto-root .cmp-list li .ico{flex-shrink:0;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:1px}
.pto-root .cmp-card.bad .ico{background:#F0F0F0;color:var(--muted)}
.pto-root .cmp-card.good .ico{background:var(--green-soft);color:#3F8C2C}
.pto-root .cmp-list li .ico svg{width:11px;height:11px;stroke:currentColor;fill:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
.pto-root .cmp-card.bad .cmp-list li{color:var(--body)}
.pto-root .cmp-card.good .cmp-list li{color:var(--ink);font-weight:600}

/* Feature blocks */
.pto-root .feats{padding:96px 0;background:#fff}
.pto-root .fblock{display:grid;grid-template-columns:1fr 1.05fr;gap:64px;align-items:center;padding:48px 0;border-bottom:1px solid var(--line)}
.pto-root .fblock:last-child{border-bottom:0}
.pto-root .fblock:nth-child(even){grid-template-columns:1.05fr 1fr}
.pto-root .fblock:nth-child(even) .fb-copy{order:2}
.pto-root .fb-super{display:inline-flex;align-items:center;gap:8px;color:var(--orange);font-weight:800;font-size:12px;letter-spacing:.16em;text-transform:uppercase;margin-bottom:14px}
.pto-root .fb-super .num{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:var(--orange-soft);color:var(--orange);font-size:11px;font-weight:900;letter-spacing:0}
.pto-root .fblock h3{font-family:inherit;font-size:34px;font-weight:900;letter-spacing:-0.015em;line-height:1.12;margin:0 0 16px;text-wrap:balance;color:var(--ink)}
.pto-root .fblock p{font-size:17px;color:var(--body);line-height:1.55;margin:0 0 24px}
.pto-root .fb-list{list-style:none;padding:0;margin:0 0 26px;display:flex;flex-direction:column;gap:10px}
.pto-root .fb-list li{display:flex;gap:12px;align-items:flex-start;font-size:15px;color:var(--ink);font-weight:600;line-height:1.45}
.pto-root .fb-list li svg{width:18px;height:18px;color:var(--green);fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;margin-top:2px}

/* Mockups (phone / approval / payroll) */
.pto-root .mock-card{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 20px 50px -16px rgba(26,26,26,.14), 0 4px 12px rgba(89,96,102,.06);overflow:hidden}
.pto-root .mock-bg{padding:40px;border-radius:24px;position:relative;overflow:hidden}
.pto-root .mock-bg-1{background:linear-gradient(135deg,#FFF1E6 0%, #FDF4F1 100%)}
.pto-root .mock-bg-2{background:linear-gradient(135deg,#F1F4F9 0%, #F6F8FB 100%)}
.pto-root .mock-bg-3{background:linear-gradient(135deg,#FFFAF0 0%, #F9F6F0 100%)}
.pto-root .phone{width:300px;margin:0 auto;background:#1A1A1A;border-radius:38px;padding:8px;box-shadow:0 24px 60px -16px rgba(26,26,26,.3)}
.pto-root .phone-screen{background:#fff;border-radius:30px;overflow:hidden;position:relative}
.pto-root .phone-bar{background:#fff;padding:8px 24px 4px;display:flex;justify-content:space-between;font-size:11px;font-weight:700}
.pto-root .phone-head{padding:12px 18px 14px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}
.pto-root .phone-head h5{font-size:15px;font-weight:800;margin:0}
.pto-root .phone-head .ph-x{width:24px;height:24px;border-radius:8px;background:var(--surface-1);display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--body);font-size:14px}
.pto-root .phone-body{padding:16px 18px 22px;display:flex;flex-direction:column;gap:14px}
.pto-root .ph-field{background:#fff;border:1px solid var(--line);border-radius:10px;padding:10px 12px}
.pto-root .ph-field .lbl{font-size:10px;font-weight:800;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px}
.pto-root .ph-field .vl{font-size:14px;font-weight:700;color:var(--ink);display:flex;align-items:center;gap:6px}
.pto-root .ph-field.act{border-color:var(--orange);box-shadow:0 0 0 3px var(--orange-soft)}
.pto-root .ph-pick{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;background:var(--surface-1);border-radius:10px;padding:10px;font-size:11px}
.pto-root .ph-pick .dn{text-align:center;color:var(--muted);font-weight:700;padding:2px 0}
.pto-root .ph-pick .dy{text-align:center;padding:6px 0;border-radius:6px;font-weight:700;color:var(--ink);font-size:11px}
.pto-root .ph-pick .dy.mute{color:var(--faint)}
.pto-root .ph-pick .dy.sel{background:var(--orange);color:#fff}
.pto-root .ph-pick .dy.rng{background:var(--peach);color:var(--ink)}
.pto-root .ph-sum{display:flex;justify-content:space-between;padding:10px 12px;background:var(--orange-soft);border-radius:10px;font-size:12px;font-weight:700}
.pto-root .ph-sum b{color:var(--orange);font-size:14px}
.pto-root .ph-submit{background:var(--orange);color:#fff;font-weight:800;text-align:center;padding:14px;border-radius:1000px;font-size:14px}
.pto-root .ap-mock{padding:22px;display:flex;flex-direction:column;gap:14px}
.pto-root .ap-head{display:flex;align-items:center;justify-content:space-between}
.pto-root .ap-head h5{font-size:15px;font-weight:900;margin:0}
.pto-root .ap-tabs{display:flex;gap:6px;font-size:11px}
.pto-root .ap-tab{padding:5px 11px;border-radius:1000px;font-weight:700;color:var(--muted);border:1px solid var(--line);background:#fff}
.pto-root .ap-tab.on{background:var(--ink);color:#fff;border-color:var(--ink)}
.pto-root .ap-row{display:grid;grid-template-columns:30px 1fr auto;gap:12px;align-items:center;padding:12px;border:1px solid var(--line);border-radius:12px;background:#fff;transition:.15s}
.pto-root .ap-row.sel{border-color:var(--orange);background:#FFFAF7;box-shadow:0 4px 12px rgba(255,102,3,.10)}
.pto-root .ap-info{display:flex;flex-direction:column;gap:2px}
.pto-root .ap-info .nm{font-size:13px;font-weight:800;color:var(--ink)}
.pto-root .ap-info .dt{font-size:11px;color:var(--body);display:flex;gap:8px}
.pto-root .ap-info .dt b{color:var(--ink);font-weight:700}
.pto-root .ap-tag{font-size:10px;font-weight:800;padding:3px 8px;border-radius:1000px;background:var(--surface-1);color:var(--body)}
.pto-root .ap-tag.vac{background:var(--blue-soft);color:#5078C6}
.pto-root .ap-tag.sick{background:var(--berry-soft);color:var(--berry)}
.pto-root .ap-tag.prs{background:var(--orange-soft);color:var(--orange)}
.pto-root .ap-acts{display:flex;gap:6px}
.pto-root .ap-bx{width:30px;height:30px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;border:1px solid var(--line);background:#fff}
.pto-root .ap-bx svg{width:14px;height:14px;stroke-width:2.5;fill:none;stroke-linecap:round;stroke-linejoin:round}
.pto-root .ap-bx.ok{background:var(--green);border-color:var(--green);color:#fff}
.pto-root .ap-bx.no svg{stroke:var(--muted)}
.pto-root .ap-bulk{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;background:var(--ink);color:#fff;border-radius:10px;font-size:12px;font-weight:700}
.pto-root .ap-bulk .b-btns{display:flex;gap:6px}
.pto-root .ap-bulk button{font-size:11px;font-weight:800;padding:5px 11px;border-radius:6px;border:0;cursor:pointer}
.pto-root .ap-bulk .b-app{background:var(--green);color:#fff}
.pto-root .ap-bulk .b-rej{background:rgba(255,255,255,.12);color:#fff}
.pto-root .pay-mock{padding:22px;display:flex;flex-direction:column;gap:12px}
.pto-root .pay-head{display:flex;align-items:center;justify-content:space-between}
.pto-root .pay-head h5{font-size:15px;font-weight:900;margin:0}
.pto-root .pay-tag{font-size:10px;font-weight:800;color:var(--green);background:var(--green-soft);padding:4px 10px;border-radius:1000px}
.pto-root .pay-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:6px;font-size:10px}
.pto-root .pay-d{aspect-ratio:1;border:1px solid var(--line);border-radius:7px;padding:5px;display:flex;flex-direction:column;justify-content:space-between;background:#fff}
.pto-root .pay-d.h{font-weight:800;color:var(--muted);text-align:center;border:0;background:transparent}
.pto-root .pay-d .d{font-weight:800;color:var(--ink)}
.pto-root .pay-d .h{font-size:9px;color:var(--muted);font-weight:600}
.pto-root .pay-d.work .h{color:var(--green);font-weight:800}
.pto-root .pay-d.pto{background:var(--orange-soft);border-color:var(--peach)}
.pto-root .pay-d.pto .d{color:var(--orange)}
.pto-root .pay-d.pto .h{color:var(--orange);font-weight:800}
.pto-root .pay-d.wkn{background:#FAFAFA;color:var(--faint)}
.pto-root .pay-d.wkn .d{color:var(--faint)}
.pto-root .pay-totals{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:14px;background:var(--surface-1);border-radius:10px}
.pto-root .pay-tot{text-align:center}
.pto-root .pay-tot .lb{font-size:10px;color:var(--muted);font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px}
.pto-root .pay-tot .vv{font-size:18px;font-weight:900;color:var(--ink);letter-spacing:-0.02em}
.pto-root .pay-tot .vv small{font-size:10px;color:var(--muted);font-weight:600;margin-left:2px}
.pto-root .pay-export{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:var(--ink);color:#fff;border-radius:10px;font-size:12px;font-weight:700;cursor:pointer}
.pto-root .pay-export .pe-l{display:flex;align-items:center;gap:10px}
.pto-root .pay-export .pe-l .ic{width:22px;height:22px;background:var(--orange);border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:900}

/* Capabilities */
.pto-root .caps{padding:96px 0;background:var(--surface-1)}
.pto-root .cap-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.pto-root .cap{background:#fff;border:1px solid var(--line);border-radius:16px;padding:28px;transition:.2s;position:relative;overflow:hidden}
.pto-root .cap:hover{box-shadow:0 12px 28px rgba(89,96,102,.12);transform:translateY(-2px);border-color:var(--peach)}
.pto-root .cap .cap-ic{width:44px;height:44px;border-radius:12px;background:var(--orange-soft);display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.pto-root .cap .cap-ic svg{width:22px;height:22px;stroke:var(--orange);fill:none;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}
.pto-root .cap h3{font-size:18px;font-weight:900;margin:0 0 8px;letter-spacing:-0.005em;color:var(--ink)}
.pto-root .cap p{font-size:14.5px;color:var(--body);margin:0;line-height:1.55}

/* Calculator */
.pto-root .calc-sec{padding:96px 0;background:linear-gradient(180deg,#fff 0%, #FDF4F1 100%)}
.pto-root .calc{display:grid;grid-template-columns:1fr 1.1fr;gap:48px;align-items:center;max-width:1080px;margin:0 auto}
.pto-root .calc-copy h2{font-family:inherit;font-size:40px;font-weight:900;letter-spacing:-0.018em;line-height:1.08;margin:0 0 16px;text-wrap:balance;color:var(--ink)}
.pto-root .calc-copy p{font-size:17px;color:var(--body);line-height:1.55;margin:0 0 22px;max-width:480px}
.pto-root .calc-copy .eb{display:inline-block;font-size:12px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:var(--orange);margin-bottom:14px}
.pto-root .calc-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:28px;box-shadow:0 12px 32px rgba(89,96,102,.10)}
.pto-root .calc-h{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px;padding-bottom:18px;border-bottom:1px solid var(--line)}
.pto-root .calc-h h4{font-size:18px;font-weight:900;margin:0;color:var(--ink)}
.pto-root .calc-h .live{display:inline-flex;align-items:center;gap:6px;font-size:10px;font-weight:800;color:var(--green);text-transform:uppercase;letter-spacing:.08em}
.pto-root .calc-h .live .ld{width:6px;height:6px;border-radius:50%;background:var(--green);animation:pto-pulse 2s infinite}
.pto-root .calc-fields{display:flex;flex-direction:column;gap:16px;margin-bottom:22px}
.pto-root .calc-field label{font-size:12px;font-weight:800;color:var(--ink);text-transform:uppercase;letter-spacing:.06em;display:block;margin-bottom:8px}
.pto-root .calc-field .input-row{display:flex;align-items:center;gap:10px}
.pto-root .calc-field input[type=range]{flex:1;-webkit-appearance:none;appearance:none;height:6px;border-radius:6px;background:var(--surface-1);outline:none;cursor:pointer}
.pto-root .calc-field input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:20px;height:20px;border-radius:50%;background:var(--orange);cursor:pointer;border:3px solid #fff;box-shadow:0 2px 6px rgba(0,0,0,.18)}
.pto-root .calc-field input[type=range]::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:var(--orange);cursor:pointer;border:3px solid #fff;box-shadow:0 2px 6px rgba(0,0,0,.18)}
.pto-root .calc-field .val{font-weight:900;color:var(--ink);font-size:18px;min-width:80px;text-align:right;letter-spacing:-0.01em}
.pto-root .calc-field .val small{font-size:11px;color:var(--muted);font-weight:600;margin-left:2px}
.pto-root .calc-result{background:linear-gradient(135deg,#1A1A1A 0%, #2A2A2A 100%);border-radius:14px;padding:22px;color:#fff;position:relative;overflow:hidden}
.pto-root .calc-result::before{content:"";position:absolute;top:-40px;right:-40px;width:140px;height:140px;border-radius:50%;background:radial-gradient(circle,rgba(255,102,3,.30),transparent 70%)}
.pto-root .calc-result>*{position:relative}
.pto-root .calc-result .lb{font-size:11px;font-weight:800;color:#FFB698;text-transform:uppercase;letter-spacing:.12em;margin-bottom:8px}
.pto-root .calc-result .big{font-size:42px;font-weight:900;letter-spacing:-0.025em;line-height:1}
.pto-root .calc-result .big small{font-size:14px;font-weight:700;color:var(--faint);margin-left:6px}
.pto-root .calc-result .sub{font-size:13px;color:rgba(255,255,255,.7);margin-top:8px;line-height:1.4}
.pto-root .calc-result .sub b{color:#fff;font-weight:800}

/* Stats band */
.pto-root .stats{padding:64px 0;background:var(--ink);color:#fff;position:relative;overflow:hidden}
.pto-root .stats::before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 20% 50%,rgba(255,102,3,.18),transparent 50%),radial-gradient(ellipse at 80% 50%,rgba(107,159,240,.10),transparent 50%);pointer-events:none}
.pto-root .stat-grid{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:32px;text-align:center}
.pto-root .stat .vv{font-size:48px;font-weight:900;letter-spacing:-0.03em;line-height:1;background:linear-gradient(135deg,#fff,#FFB698);-webkit-background-clip:text;background-clip:text;color:transparent}
.pto-root .stat .lb{font-size:13px;font-weight:700;color:rgba(255,255,255,.7);margin-top:8px;text-transform:uppercase;letter-spacing:.08em}

/* Testimonials */
.pto-root .testi{padding:96px 0;background:#fff}
.pto-root .testi-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:18px;max-width:1146px;margin:0 auto}
.pto-root .tc{background:#fff;border:1px solid var(--line);border-radius:16px;padding:28px;display:flex;flex-direction:column;gap:16px}
.pto-root .tc.hero{background:linear-gradient(135deg,#1A1A1A 0%, #2A2A2A 100%);color:#fff;border:0;grid-row:span 2;position:relative;overflow:hidden}
.pto-root .tc.hero::before{content:"";position:absolute;top:-60px;right:-60px;width:200px;height:200px;border-radius:50%;background:radial-gradient(circle,rgba(255,102,3,.22),transparent 70%)}
.pto-root .tc.hero>*{position:relative}
.pto-root .tc-stars{display:inline-flex;gap:2px;color:#FFB400}
.pto-root .tc-stars svg{width:16px;height:16px;fill:currentColor}
.pto-root .tc-quote{font-size:17px;font-weight:700;line-height:1.4;color:var(--ink);letter-spacing:-0.005em}
.pto-root .tc.hero .tc-quote{font-size:24px;font-weight:800;color:#fff;line-height:1.3}
.pto-root .tc-body{font-size:14px;color:var(--body);line-height:1.55;flex:1}
.pto-root .tc.hero .tc-body{color:rgba(255,255,255,.78);font-size:15px}
.pto-root .tc-auth{display:flex;align-items:center;gap:12px;border-top:1px solid var(--line);padding-top:14px;margin-top:auto}
.pto-root .tc.hero .tc-auth{border-top-color:rgba(255,255,255,.16)}
.pto-root .tc-auth .ava{width:36px;height:36px;font-size:13px}
.pto-root .tc-auth .who{font-size:13px;font-weight:800;color:var(--ink)}
.pto-root .tc.hero .tc-auth .who{color:#fff}
.pto-root .tc-auth .role{font-size:12px;color:var(--muted);font-weight:600;margin-top:2px}
.pto-root .tc.hero .tc-auth .role{color:rgba(255,255,255,.6)}

/* FAQ */
.pto-root .faq{padding:96px 0;background:var(--surface-1)}
.pto-root .faq-grid{max-width:820px;margin:0 auto;display:flex;flex-direction:column;gap:10px}
.pto-root .faq-item{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;transition:.15s}
.pto-root .faq-item.open{border-color:var(--peach);box-shadow:0 4px 12px rgba(89,96,102,.06)}
.pto-root .faq-q{display:flex;align-items:center;justify-content:space-between;padding:22px 26px;cursor:pointer;font-size:17px;font-weight:800;color:var(--ink);user-select:none}
.pto-root .faq-q .ic{width:28px;height:28px;border-radius:50%;background:var(--surface-1);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:.2s}
.pto-root .faq-item.open .faq-q .ic{background:var(--orange);color:#fff;transform:rotate(45deg)}
.pto-root .faq-q .ic svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2.5;stroke-linecap:round}
.pto-root .faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease}
.pto-root .faq-item.open .faq-a{max-height:600px}
.pto-root .faq-a-inner{padding:0 26px 22px;font-size:15px;color:var(--body);line-height:1.6}
.pto-root .faq-a-inner p{margin:0 0 8px}
.pto-root .faq-a-inner a{color:var(--orange);font-weight:700;text-decoration:none;border-bottom:1px solid currentColor}

/* Final CTA */
.pto-root .final-cta{padding:80px 0 0}
.pto-root .fc-card{background:linear-gradient(135deg,#1A1A1A 0%, #2A2A2A 100%);border-radius:28px;padding:64px 56px;color:#fff;position:relative;overflow:hidden;text-align:center;max-width:1146px;margin:0 auto}
.pto-root .fc-card::before{content:"";position:absolute;top:-100px;left:-100px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(255,102,3,.22),transparent 70%)}
.pto-root .fc-card::after{content:"";position:absolute;bottom:-100px;right:-100px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(255,102,3,.15),transparent 70%)}
.pto-root .fc-card>*{position:relative}
.pto-root .fc-card .eb{display:inline-block;font-size:12px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:#FFB698;margin-bottom:18px}
.pto-root .fc-card h2{font-family:inherit;font-size:48px;font-weight:900;letter-spacing:-0.02em;line-height:1.05;margin:0 0 18px;text-wrap:balance;color:#fff}
.pto-root .fc-card .sub{font-size:18px;color:rgba(255,255,255,.75);margin:0 auto 32px;max-width:560px;line-height:1.5}
.pto-root .fc-row{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:24px}
.pto-root .fc-meta{display:flex;gap:24px;justify-content:center;flex-wrap:wrap;color:rgba(255,255,255,.55);font-size:13px}
.pto-root .fc-meta span{display:inline-flex;align-items:center;gap:6px;font-weight:600}
.pto-root .fc-meta .chk{color:#69C050}

/* Sticky bottom bar (uses :root selector for fixed positioning relative to viewport, but scoped via class) */
.pto-root .sticky-cta{position:fixed;left:50%;bottom:24px;transform:translateX(-50%) translateY(140%);background:#1A1A1A;color:#fff;padding:12px 14px 12px 22px;border-radius:1000px;display:flex;align-items:center;gap:18px;box-shadow:0 20px 50px -10px rgba(0,0,0,.4);z-index:40;transition:transform .35s cubic-bezier(.2,.8,.2,1);font-size:14px;font-weight:700;max-width:calc(100% - 32px);font-family:inherit}
.pto-root .sticky-cta.show{transform:translateX(-50%) translateY(0)}
.pto-root .sticky-cta .pulse{width:8px;height:8px;border-radius:50%;background:var(--green);animation:pto-pulse 2s infinite}
.pto-root .sticky-cta .copy{display:flex;flex-direction:column;line-height:1.2}
.pto-root .sticky-cta .copy small{font-size:11px;color:rgba(255,255,255,.6);font-weight:600;text-transform:uppercase;letter-spacing:.06em}
.pto-root .sticky-cta .btn-p{padding:9px 18px}
.pto-root .sticky-cta .sticky-close{width:24px;height:24px;border-radius:50%;background:rgba(255,255,255,.08);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;border:0;font-size:14px;font-weight:700}

/* Responsive */
@media (max-width:980px){
  .pto-root .hero-grid{grid-template-columns:1fr;gap:48px}
  .pto-root .mock-stage{height:480px}
  .pto-root .lrow{grid-template-columns:repeat(4,1fr)}
  .pto-root .cmp-grid{grid-template-columns:1fr}
  .pto-root .fblock,.pto-root .fblock:nth-child(even){grid-template-columns:1fr;gap:32px}
  .pto-root .fblock:nth-child(even) .fb-copy{order:0}
  .pto-root .cap-grid{grid-template-columns:1fr 1fr}
  .pto-root .calc{grid-template-columns:1fr;gap:32px}
  .pto-root .stat-grid{grid-template-columns:1fr 1fr;gap:24px}
  .pto-root .testi-grid{grid-template-columns:1fr 1fr}
  .pto-root .tc.hero{grid-row:span 1;grid-column:span 2}
  .pto-root .hero h1{font-size:42px}
  .pto-root .shead h2{font-size:34px}
  .pto-root .fc-card h2{font-size:34px}
}
@media (max-width:640px){
  .pto-root .hero{padding:48px 0 32px}
  .pto-root .hero h1{font-size:34px}
  .pto-root .cap-grid{grid-template-columns:1fr}
  .pto-root .testi-grid{grid-template-columns:1fr}
  .pto-root .tc.hero{grid-column:span 1}
  .pto-root .fc-card{padding:48px 28px}
  .pto-root .fc-card h2{font-size:28px}
}
