/* Maz Timex microsite — blue/slate SaaS design */

:root {
  --timex-blue: #2563eb;
  --timex-blue-dark: #1d4ed8;
  --timex-blue-soft: #dbeafe;
  --timex-navy: #0f172a;
  --timex-slate: #334155;
  --timex-text: #0f172a;
  --timex-muted: #64748b;
  --timex-border: #e2e8f0;
  --timex-surface: #f8fafc;
  --timex-footer: #0b1220;
  --timex-font: 'DM Sans', system-ui, -apple-system, sans-serif;
  --timex-heading: 'Outfit', 'DM Sans', system-ui, sans-serif;
  --timex-shadow-sm: 0 2px 8px rgba(15, 23, 42, 0.04);
  --timex-shadow-md: 0 10px 28px rgba(15, 23, 42, 0.08);
  --timex-shadow-lg: 0 20px 48px rgba(15, 23, 42, 0.12);
  --timex-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --timex-radius: 14px;
  --timex-radius-sm: 10px;
  --timex-duration: 200ms;
  --timex-duration-slow: 280ms;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body.timex-site {
  font-family: var(--timex-font);
  color: var(--timex-text);
  background: #fff;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--timex-heading);
  letter-spacing: -0.02em;
  color: var(--timex-text);
}

a { transition: color var(--timex-duration) ease; }
img { max-width: 100%; height: auto; }

:focus-visible {
  outline: 2px solid rgba(37, 99, 235, 0.55);
  outline-offset: 2px;
}

.timex-brand-logo {
  width: auto;
  height: 36px;
  max-height: 36px;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
}

.timex-brand-text {
  font-family: var(--timex-heading);
  font-size: 1.2rem;
  color: var(--timex-navy);
  letter-spacing: -0.02em;
  line-height: 1;
}

.timex-brand-text strong {
  color: var(--timex-blue);
  font-weight: 700;
}

/* Navbar */
.timex-navbar {
  z-index: 1030;
  min-height: 70px;
  background: rgba(255, 255, 255, 0.94) !important;
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--timex-border);
  transition: box-shadow var(--timex-duration) ease;
}

.timex-navbar.is-scrolled {
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.07);
}

.timex-navbar .navbar-toggler {
  border-color: var(--timex-border);
  padding: 0.45rem 0.6rem;
}

.timex-navbar .nav-link {
  color: #475569;
  font-weight: 500;
  font-size: 0.94rem;
  padding: 0.5rem 0.75rem !important;
  border-radius: 8px;
}

.timex-navbar .nav-link:hover,
.timex-navbar .nav-link.active {
  color: var(--timex-blue-dark);
}

.timex-navbar .nav-link.active {
  background: rgba(37, 99, 235, 0.08);
}

.timex-navbar .dropdown-menu {
  border-radius: 12px;
  padding: 0.45rem;
  border: 1px solid var(--timex-border);
  box-shadow: var(--timex-shadow-md);
  min-width: 16.5rem;
}

.timex-navbar .dropdown-item {
  border-radius: 8px;
  padding: 0.5rem 0.8rem;
  font-size: 0.92rem;
}

.timex-navbar .dropdown-item.suite-product-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  white-space: normal;
}

.timex-navbar .dm-icon {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  flex-shrink: 0;
  font-size: 0.875rem;
}

.timex-navbar .dm-icon.blue   { background: #eff6ff; color: #2563eb; }
.timex-navbar .dm-icon.green  { background: #d1fae5; color: #059669; }
.timex-navbar .dm-icon.purple { background: #f3f0ff; color: #7c3aed; }
.timex-navbar .dm-icon.sky    { background: #e0f7ff; color: #0ea5e9; }

.timex-navbar .dm-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.timex-navbar .dm-label {
  font-weight: 600;
  font-size: 0.875rem;
  color: var(--timex-text);
  line-height: 1.2;
}

.timex-navbar .dm-desc {
  font-size: 0.775rem;
  color: var(--timex-muted);
  line-height: 1.35;
}

.timex-navbar .dropdown-item:hover {
  background: var(--timex-blue-soft);
  color: var(--timex-blue-dark);
}

.timex-btn-login {
  border-width: 1.5px;
  font-weight: 600;
  color: var(--timex-blue);
  border-color: var(--timex-blue);
  min-height: 40px;
}

.timex-btn-login:hover {
  background: var(--timex-blue-soft);
  color: var(--timex-blue-dark);
  border-color: var(--timex-blue-dark);
}

.timex-btn-cta,
.btn-primary {
  --bs-btn-bg: var(--timex-blue);
  --bs-btn-border-color: var(--timex-blue);
  --bs-btn-hover-bg: var(--timex-blue-dark);
  --bs-btn-hover-border-color: var(--timex-blue-dark);
  --bs-btn-active-bg: var(--timex-blue-dark);
  --bs-btn-active-border-color: var(--timex-blue-dark);
  font-weight: 600;
  border-radius: var(--timex-radius-sm);
  min-height: 40px;
}

.btn-primary:hover,
.timex-btn-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.25);
}

.btn-outline-primary {
  --bs-btn-color: var(--timex-blue);
  --bs-btn-border-color: var(--timex-blue);
  --bs-btn-hover-bg: var(--timex-blue);
  --bs-btn-hover-border-color: var(--timex-blue);
  --bs-btn-active-bg: var(--timex-blue-dark);
  --bs-btn-active-border-color: var(--timex-blue-dark);
  font-weight: 600;
  border-radius: var(--timex-radius-sm);
  min-height: 40px;
}

.btn.is-loading {
  position: relative;
  pointer-events: none;
  color: transparent !important;
}

.btn.is-loading::after {
  content: '';
  position: absolute;
  width: 1rem;
  height: 1rem;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: payrollSpin 0.6s linear infinite;
}

@keyframes payrollSpin { to { transform: rotate(360deg); } }

/* Reveal */
.timex-reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity var(--timex-duration-slow) var(--timex-ease), transform var(--timex-duration-slow) var(--timex-ease);
}
.timex-reveal.is-visible { opacity: 1; transform: none; }
.timex-reveal-left {
  opacity: 0;
  transform: translateX(-12px);
  transition: opacity var(--timex-duration-slow) var(--timex-ease), transform var(--timex-duration-slow) var(--timex-ease);
}
.timex-reveal-right {
  opacity: 0;
  transform: translateX(12px);
  transition: opacity var(--timex-duration-slow) var(--timex-ease), transform var(--timex-duration-slow) var(--timex-ease);
}
.timex-reveal-left.is-visible,
.timex-reveal-right.is-visible { opacity: 1; transform: none; }

.timex-stagger > *.timex-reveal:nth-child(1) { transition-delay: 0.02s; }
.timex-stagger > *.timex-reveal:nth-child(2) { transition-delay: 0.05s; }
.timex-stagger > *.timex-reveal:nth-child(3) { transition-delay: 0.08s; }
.timex-stagger > *.timex-reveal:nth-child(4) { transition-delay: 0.11s; }
.timex-stagger > *.timex-reveal:nth-child(5) { transition-delay: 0.14s; }
.timex-stagger > *.timex-reveal:nth-child(6) { transition-delay: 0.17s; }

.timex-eyebrow {
  color: var(--timex-blue);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bg-soft { background: var(--timex-surface); }

/* Hero */
.timex-hero-home {
  position: relative;
  overflow: hidden;
  padding: 3.5rem 0 3rem;
  background:
    radial-gradient(ellipse 70% 55% at 10% 15%, rgba(37, 99, 235, 0.14), transparent 55%),
    radial-gradient(ellipse 45% 45% at 95% 5%, rgba(15, 23, 42, 0.06), transparent 50%),
    linear-gradient(180deg, #f0fdfa 0%, #ffffff 70%);
}

.timex-hero-home h1 {
  font-weight: 800;
  font-size: clamp(2rem, 4.2vw, 3rem);
  line-height: 1.15;
}

.timex-hero-home .lead {
  color: var(--timex-slate);
  font-size: 1.1rem;
}

.timex-page-hero {
  padding: 2.75rem 0 1.5rem;
  background:
    radial-gradient(ellipse 60% 50% at 0% 0%, rgba(37, 99, 235, 0.1), transparent 50%),
    linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.timex-page-hero h1 {
  font-weight: 800;
  font-size: clamp(1.75rem, 3.5vw, 2.4rem);
}

.timex-page-hero p {
  color: var(--timex-muted);
  max-width: 40rem;
  margin-bottom: 0;
}

.timex-section { padding: 3.25rem 0; }

.timex-section .section-lead {
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
  color: var(--timex-muted);
}

/* Feature cards */
.timex-feature-card {
  background: #fff;
  border: 1px solid var(--timex-border);
  border-radius: var(--timex-radius);
  padding: 1.35rem 1.2rem;
  height: 100%;
  text-decoration: none;
  color: inherit;
  box-shadow: var(--timex-shadow-sm);
  transition: transform var(--timex-duration) ease, box-shadow var(--timex-duration) ease, border-color var(--timex-duration) ease;
}

.timex-feature-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--timex-shadow-md);
  border-color: #99f6e4;
  color: inherit;
}

.timex-feature-card .fi {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--timex-blue-soft);
  color: var(--timex-blue-dark);
  margin-bottom: 0.85rem;
  font-size: 1.05rem;
}

.timex-benefit {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  padding: 1rem;
  background: #fff;
  border: 1px solid var(--timex-border);
  border-radius: var(--timex-radius-sm);
  height: 100%;
}

.timex-benefit i {
  color: var(--timex-blue);
  margin-top: 0.15rem;
}

.timex-step {
  background: #fff;
  border: 1px solid var(--timex-border);
  border-radius: var(--timex-radius);
  padding: 1.25rem 1rem;
  box-shadow: var(--timex-shadow-sm);
}

.timex-step-num {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--timex-blue);
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.65rem;
}

/* Mockups */
.timex-mockup {
  background: #fff;
  border: 1px solid var(--timex-border);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--timex-shadow-lg);
}

.timex-mockup-chrome {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.65rem 0.9rem;
  background: #f1f5f9;
  border-bottom: 1px solid var(--timex-border);
}

.timex-mockup-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #cbd5e1;
}

.timex-mockup-dot:nth-child(1) { background: #f87171; }
.timex-mockup-dot:nth-child(2) { background: #fbbf24; }
.timex-mockup-dot:nth-child(3) { background: #34d399; }

.timex-mockup-url {
  margin-left: 0.5rem;
  font-size: 0.72rem;
  color: var(--timex-muted);
  background: #fff;
  border: 1px solid var(--timex-border);
  border-radius: 999px;
  padding: 0.2rem 0.7rem;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.timex-mockup-body {
  display: flex;
  min-height: 280px;
}

.timex-mockup-side {
  width: 52px;
  background: var(--timex-navy);
  color: #94a3b8;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
  padding: 1rem 0.5rem;
  flex-shrink: 0;
}

.timex-mockup-side span {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
}

.timex-mockup-side span.is-active {
  background: rgba(37, 99, 235, 0.25);
  color: #5eead4;
}

.timex-mockup-main {
  flex: 1;
  padding: 1rem 1.1rem 1.15rem;
  min-width: 0;
  background: linear-gradient(180deg, #fcfffe 0%, #fff 100%);
}

.timex-mockup-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}

.timex-mockup-toolbar h4 {
  font-size: 0.95rem;
  margin: 0;
  font-weight: 700;
}

.timex-mockup-pill {
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--timex-blue-dark);
  background: var(--timex-blue-soft);
  border-radius: 999px;
  padding: 0.25rem 0.6rem;
}

.timex-kpi-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.55rem;
  margin-bottom: 0.85rem;
}

.timex-kpi {
  background: var(--timex-surface);
  border: 1px solid var(--timex-border);
  border-radius: 10px;
  padding: 0.55rem 0.6rem;
}

.timex-kpi .label {
  font-size: 0.65rem;
  color: var(--timex-muted);
  margin-bottom: 0.15rem;
}

.timex-kpi .value {
  font-size: 0.85rem;
  font-weight: 700;
  font-family: var(--timex-heading);
}

.timex-table-wrap { overflow-x: auto; }

.timex-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.78rem;
}

.timex-table th,
.timex-table td {
  text-align: left;
  padding: 0.45rem 0.4rem;
  border-bottom: 1px solid #f1f5f9;
  white-space: nowrap;
}

.timex-table th {
  color: var(--timex-muted);
  font-weight: 600;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.timex-badge {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.15rem 0.45rem;
}

.timex-badge.ok { background: #d1fae5; color: #047857; }
.timex-badge.warn { background: #fef3c7; color: #b45309; }
.timex-badge.info { background: #cffafe; color: #0e7490; }
.timex-badge.muted { background: #e2e8f0; color: #475569; }

.timex-payslip {
  background: #fff;
  border: 1px solid var(--timex-border);
  border-radius: 14px;
  padding: 1.25rem;
  box-shadow: var(--timex-shadow-md);
  max-width: 420px;
  margin: 0 auto;
}

.timex-payslip-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px dashed var(--timex-border);
  padding-bottom: 0.85rem;
  margin-bottom: 0.85rem;
}

.timex-line {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.88rem;
  padding: 0.28rem 0;
}

.timex-line.total {
  border-top: 1px solid var(--timex-border);
  margin-top: 0.5rem;
  padding-top: 0.65rem;
  font-weight: 700;
}

/* Pricing — one plan, dual commitment offers */
.timex-pricing-stage {
  position: relative;
  padding: 2.5rem 0 1.5rem;
  background:
    radial-gradient(ellipse 80% 60% at 15% 10%, rgba(37, 99, 235, 0.12), transparent 55%),
    radial-gradient(ellipse 70% 50% at 90% 20%, rgba(15, 23, 42, 0.06), transparent 50%),
    linear-gradient(180deg, #f8fbff 0%, #fff 72%);
  overflow: hidden;
}

.timex-pricing-stage__intro {
  max-width: 40rem;
}

.timex-pricing-stage h1 {
  font-size: clamp(2.1rem, 4.5vw, 3.1rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  margin-bottom: 0.75rem;
  color: var(--timex-navy);
}

.timex-pricing-stage__lead {
  font-family: var(--timex-heading);
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  font-weight: 600;
  color: var(--timex-slate);
  margin-bottom: 0.85rem;
}

.timex-pricing-stage__support {
  font-size: 1.05rem;
  color: var(--timex-muted);
  margin-bottom: 0;
  max-width: 36rem;
}

.timex-pricing-included {
  max-width: 48rem;
}

.timex-pricing-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem 1.5rem;
}

@media (min-width: 768px) {
  .timex-pricing-checklist {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.timex-pricing-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  font-weight: 600;
  color: var(--timex-navy);
  font-size: 0.98rem;
}

.timex-pricing-checklist i {
  margin-top: 0.2rem;
  color: var(--timex-blue);
  flex-shrink: 0;
}

.timex-offer-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  max-width: 52rem;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .timex-offer-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
    align-items: stretch;
  }
}

.timex-offer-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--timex-border);
  border-radius: calc(var(--timex-radius) + 2px);
  padding: 1.75rem 1.5rem 1.5rem;
  box-shadow: var(--timex-shadow-md);
  display: flex;
  flex-direction: column;
  transition: transform var(--timex-duration-slow) var(--timex-ease), box-shadow var(--timex-duration-slow) var(--timex-ease);
}

.timex-offer-card::before {
  content: '';
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  border-radius: calc(var(--timex-radius) + 2px) calc(var(--timex-radius) + 2px) 0 0;
  background: linear-gradient(90deg, #94a3b8 0%, var(--timex-blue) 100%);
}

.timex-offer-card--best {
  border-color: rgba(37, 99, 235, 0.35);
  box-shadow: var(--timex-shadow-lg);
}

.timex-offer-card--best::before {
  background: linear-gradient(90deg, var(--timex-blue) 0%, #0f172a 100%);
}

@media (hover: hover) {
  .timex-offer-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--timex-shadow-lg);
  }
}

.timex-offer-card__badge {
  display: inline-flex;
  align-self: flex-start;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--timex-blue-dark);
  background: var(--timex-blue-soft);
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  margin-bottom: 0.85rem;
}

.timex-offer-card__title {
  font-family: var(--timex-heading);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--timex-navy);
  margin-bottom: 1rem;
}

.timex-price-stack {
  margin-bottom: 1.1rem;
}

.timex-price-stack__was {
  font-size: 0.98rem;
  color: #64748b;
  margin-bottom: 0.15rem;
  line-height: 1.3;
}

.timex-price-stack__was s {
  text-decoration-thickness: 1.5px;
  color: #64748b;
}

.timex-price-stack__now {
  display: flex;
  align-items: baseline;
  gap: 0.3rem;
  flex-wrap: wrap;
  line-height: 1;
}

.timex-price-stack__amount {
  display: inline-flex;
  align-items: flex-start;
  color: var(--timex-navy);
  font-family: var(--timex-heading);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.timex-offer-card--best .timex-price-stack__amount {
  color: var(--timex-navy);
}

.timex-price-stack__major {
  font-size: clamp(2.15rem, 4.5vw, 2.75rem);
  line-height: 1;
}

.timex-price-stack__minor {
  font-size: 0.95rem;
  font-weight: 700;
  margin-top: 0.28em;
  letter-spacing: -0.02em;
}

.timex-price-stack__unit {
  font-size: 1rem;
  font-weight: 500;
  color: var(--timex-muted);
}

.timex-price-stack__caption {
  margin: 0.55rem 0 0;
  font-size: 0.92rem;
  line-height: 1.4;
  color: var(--timex-text);
}

.timex-offer-card__blurb {
  color: var(--timex-muted);
  font-size: 0.95rem;
  margin-bottom: 1.35rem;
  flex-grow: 1;
}

.timex-offer-card .btn {
  margin-top: auto;
}

.timex-savings-compare {
  max-width: 36rem;
  text-align: center;
  padding: 1.75rem 1.5rem;
  background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
  border: 1px solid var(--timex-border);
  border-radius: var(--timex-radius);
}

.timex-savings-compare__rows {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 1.15rem;
}

.timex-savings-compare__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem 1rem;
  background: #fff;
  border: 1px solid var(--timex-border);
  border-radius: var(--timex-radius-sm);
  text-align: left;
}

.timex-savings-compare__row span {
  color: var(--timex-muted);
  font-weight: 600;
}

.timex-savings-compare__row strong {
  color: var(--timex-navy);
  font-family: var(--timex-heading);
}

.timex-savings-compare__save {
  font-weight: 700;
  color: var(--timex-blue-dark);
  font-size: 1.02rem;
}

.timex-pricing-close {
  max-width: 36rem;
}

.timex-pricing-close h2 {
  margin-bottom: 0.85rem;
}

.timex-feature-accordion .accordion-item {
  border: 1px solid var(--timex-border);
  border-radius: 12px !important;
  margin-bottom: 0.65rem;
  overflow: hidden;
  background: #fff;
}

.timex-feature-accordion .accordion-button {
  font-weight: 600;
  font-family: var(--timex-heading);
  gap: 0.65rem;
  box-shadow: none !important;
}

.timex-feature-accordion .accordion-button:not(.collapsed) {
  background: var(--timex-blue-soft);
  color: var(--timex-blue-dark);
}

.timex-feature-acc-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eff6ff;
  color: var(--timex-blue);
  flex-shrink: 0;
}

.timex-feature-count {
  margin-left: auto;
  margin-right: 0.5rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--timex-muted);
  background: #f1f5f9;
  border-radius: 999px;
  padding: 0.15rem 0.55rem;
}

.timex-feature-detail-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .timex-feature-detail-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.timex-feature-detail-list li {
  padding-left: 1.15rem;
  position: relative;
  font-size: 0.92rem;
}

.timex-feature-detail-list li::before {
  content: '\f00c';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.2rem;
  color: var(--timex-blue);
  font-size: 0.72rem;
}

.timex-feature-detail-list strong {
  display: block;
  font-size: 0.92rem;
  color: var(--timex-navy);
}

.timex-feature-detail-list span {
  display: block;
  color: var(--timex-muted);
  font-size: 0.84rem;
  margin-top: 0.1rem;
}

.timex-limit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  max-width: 52rem;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .timex-limit-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .timex-limit-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.timex-limit-chip {
  background: #fff;
  border: 1px solid var(--timex-border);
  border-radius: var(--timex-radius-sm);
  padding: 1rem 0.9rem;
  text-align: center;
  box-shadow: var(--timex-shadow-sm);
}

.timex-limit-chip__value {
  font-family: var(--timex-heading);
  font-weight: 800;
  font-size: 1.25rem;
  color: var(--timex-navy);
  letter-spacing: -0.02em;
}

.timex-limit-chip__label {
  font-size: 0.84rem;
  color: var(--timex-muted);
  margin-top: 0.2rem;
}

.timex-addons-block {
  max-width: 40rem;
  border: 1px dashed #cbd5e1;
  border-radius: var(--timex-radius);
  padding: 1.15rem 1.25rem;
  background: var(--timex-surface);
}

.timex-addon-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.timex-addon-list li {
  display: grid;
  gap: 0.15rem;
  padding: 0.65rem 0;
  border-top: 1px solid var(--timex-border);
  font-size: 0.92rem;
}

.timex-addon-list li:first-child {
  border-top: 0;
  padding-top: 0;
}

.timex-addon-price {
  font-weight: 700;
  color: var(--timex-blue-dark);
}

.timex-value-flow {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  max-width: 56rem;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .timex-value-flow {
    flex-direction: row;
    align-items: stretch;
  }
}

.timex-value-step {
  flex: 1;
  background: #fff;
  border: 1px solid var(--timex-border);
  border-radius: var(--timex-radius);
  padding: 1.15rem 1.2rem;
  box-shadow: var(--timex-shadow-sm);
}

.timex-value-step__num {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 999px;
  background: var(--timex-blue);
  color: #fff;
  font-weight: 800;
  font-size: 0.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.65rem;
}

.timex-value-arrow {
  display: none;
  color: #94a3b8;
  align-items: center;
  padding-top: 1.5rem;
}

@media (min-width: 992px) {
  .timex-value-arrow {
    display: flex;
  }
}

.timex-trust-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem 1.25rem;
  max-width: 52rem;
  margin: 0 auto;
  padding: 1rem 1.15rem;
  background: var(--timex-surface);
  border: 1px solid var(--timex-border);
  border-radius: var(--timex-radius);
}

.timex-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.88rem;
  color: var(--timex-slate);
  font-weight: 600;
}

.timex-trust-item i {
  color: var(--timex-blue);
}

.timex-sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  padding: 0.65rem 0.85rem calc(0.65rem + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid var(--timex-border);
  box-shadow: 0 -8px 24px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(8px);
}

.timex-sticky-cta[hidden] {
  display: none !important;
}

.timex-sticky-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  max-width: 34rem;
  margin: 0 auto;
}

.timex-sticky-cta__price {
  font-family: var(--timex-heading);
  line-height: 1.2;
}

.timex-sticky-cta__price strong {
  font-size: 1.1rem;
}

.timex-sticky-cta__price span {
  color: var(--timex-muted);
  font-size: 0.85rem;
  margin-left: 0.2rem;
}

.timex-plan-card {
  background: #fff;
  border: 1px solid var(--timex-border);
  border-radius: var(--timex-radius);
  padding: 1.5rem 1.25rem 1.35rem;
  height: 100%;
  box-shadow: var(--timex-shadow-sm);
  position: relative;
  transition: transform var(--timex-duration) ease, box-shadow var(--timex-duration) ease;
}

.timex-plan-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--timex-shadow-md);
}

.timex-plan-card.is-popular {
  border: 2px solid var(--timex-blue);
  padding-top: 2rem;
}

.timex-popular-banner {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--timex-blue);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  padding: 0.35rem 0.9rem;
  border-radius: 0 0 10px 10px;
}

.timex-plan-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.85rem;
  flex-shrink: 0;
}

.timex-plan-icon.blue { background: var(--timex-blue-soft); color: var(--timex-blue-dark); }
.timex-plan-icon.navy { background: #e2e8f0; color: var(--timex-navy); }
.timex-plan-icon.slate { background: #f1f5f9; color: #475569; }

.timex-plan-price {
  font-size: 1.65rem;
  font-weight: 800;
  font-family: var(--timex-heading);
}

.timex-plan-features {
  list-style: none;
  padding: 0;
  margin: 1rem 0 1.25rem;
}

.timex-plan-features--centered {
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
}

.timex-plan-features li {
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: 0.45rem;
  font-size: 0.9rem;
  color: #475569;
}

.timex-plan-features li::before {
  content: '\f00c';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  left: 0;
  color: var(--timex-blue);
  font-size: 0.75rem;
  top: 0.2rem;
}

@media (max-width: 767.98px) {
  body.timex-site:has(.timex-sticky-cta:not([hidden])) {
    padding-bottom: 4.5rem;
  }
}

/* Forms */
.timex-form-card {
  background: #fff;
  border: 1px solid var(--timex-border);
  border-radius: var(--timex-radius);
  padding: 1.5rem;
  box-shadow: var(--timex-shadow-md);
}

.form-error {
  color: #b91c1c;
  font-size: 0.8rem;
  margin-top: 0.25rem;
  display: none;
}

.form-error.is-visible { display: block; }

.form-control.is-invalid,
.form-select.is-invalid {
  border-color: #f87171;
}

.form-msg {
  display: none;
  padding: 0.75rem 0.9rem;
  border-radius: 10px;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}

.form-msg.is-visible { display: block; }
.form-msg--success { background: #d1fae5; color: #065f46; }
.form-msg--error { background: #fee2e2; color: #991b1b; }

.timex-disclaimer {
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: 12px;
  padding: 1rem 1.1rem;
  font-size: 0.9rem;
  color: #92400e;
}

/* FAQ */
.timex-faq .accordion-item {
  border: 1px solid var(--timex-border);
  border-radius: 12px !important;
  margin-bottom: 0.65rem;
  overflow: hidden;
}

.timex-faq .accordion-button {
  font-weight: 600;
  font-family: var(--timex-heading);
  box-shadow: none !important;
}

.timex-faq .accordion-button:not(.collapsed) {
  background: var(--timex-blue-soft);
  color: var(--timex-blue-dark);
}

/* CTA / Footer */
.timex-cta-band {
  background: linear-gradient(135deg, #1d4ed8 0%, #0f172a 100%);
  color: #fff;
  padding: 3rem 0;
}

.timex-footer {
  background: var(--timex-footer);
  color: #cbd5e1;
}

.timex-footer-links li { margin-bottom: 0.4rem; }
.timex-footer-links a {
  color: #94a3b8;
  text-decoration: none;
  font-size: 0.9rem;
}
.timex-footer-links a:hover { color: #5eead4; }

.timex-back-top {
  position: fixed;
  right: 1.1rem;
  bottom: 1.1rem;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: var(--timex-blue);
  color: #fff;
  box-shadow: var(--timex-shadow-md);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 1040;
}

.timex-back-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.timex-breadcrumb {
  font-size: 0.85rem;
  color: var(--timex-muted);
  margin-bottom: 0.75rem;
}

.timex-breadcrumb a {
  color: var(--timex-blue-dark);
  text-decoration: none;
}

.timex-compare-table th,
.timex-compare-table td {
  vertical-align: middle;
  font-size: 0.9rem;
}

.timex-workflow {
  counter-reset: wf;
}

.timex-workflow-item {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1.5rem;
}

.timex-workflow-item::before {
  counter-increment: wf;
  content: counter(wf);
  position: absolute;
  left: 0;
  top: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: var(--timex-blue);
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767.98px) {
  .timex-kpi-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .timex-mockup-side { display: none; }
  .timex-hero-home { padding-top: 2.25rem; }
}

@media (prefers-reduced-motion: reduce) {
  .timex-reveal,
  .timex-reveal-left,
  .timex-reveal-right,
  .btn-primary:hover,
  .timex-feature-card {
    transition: none !important;
    transform: none !important;
  }
}
