/* Extracted from inline <style> block */
html {
  overflow-y: scroll;
  scroll-behavior: smooth;
}



body {
  font-family: system-ui, sans-serif;
  margin: 0;
  padding: 40px 16px 72px;
  background: radial-gradient(circle at top, #e5f0ff 0, #f5f7fb 40%, #edf2ff 100%);
  color: #1a1a1a;
}
.page {
  max-width: 980px;
  margin: 0 auto;
  padding: 52px 16px 72px;
}
h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
h2 {
  font-size: 1.3rem;
  margin-top: 1.6rem;
}
p, li {
  font-size: 1rem;
  line-height: 1.6;
  max-width: 760px;
}
a {
  color: #1a73e8;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
ul {
  margin-left: 1.2rem;
}
.back-row {
  margin-bottom: 20px;
}
.back-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 999px;
  background: #1a73e8;
  color: #ffffff;
  font-size: 0.95rem;
  border: none;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(37, 99, 235, 0.35);
}
.back-btn:hover {
  text-decoration: none;
  box-shadow: 0 14px 26px rgba(37, 99, 235, 0.45);
}


/* CopyDock.app: new hero header & navigation */
body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 0;
  padding: 0;
  background: #f4f5f7;
  color: #1a1a1a;
}

.cd-hero {
  position: relative;
  height: 240px;
  background-size: cover;
  background-position: 52% center;
  background-repeat: no-repeat;
}

.cd-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 32, 52, 0.35);
}

.cd-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px;
  box-sizing: border-box;
  background: rgba(15, 32, 52, 0.6);
  color: #ffffff;
}

.cd-nav-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cd-logo-link {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
}

.cd-logo-mark {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.cd-logo-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.cd-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.cd-logo-name {
  font-weight: 600;
  font-size: 15px;
}

.cd-logo-tagline {
  font-size: 11px;
  opacity: 0.85;
}

.cd-nav-right {
  display: flex;
  align-items: center;
  gap: 26px;
}

.cd-nav-link {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  opacity: 0.90;
  position: relative;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-left: 28px;
}

@media (min-width: 961px) {
  .cd-nav-link {
    white-space: nowrap;
  }
}

.cd-nav-link:hover {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.cd-nav-link--active {
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.cd-nav-menu {
  display: none;
  background: transparent;
  border: none;
  padding: 0;
  margin-left: 18px;
  cursor: pointer;
}

.cd-nav-menu span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 3px 0;
  background: #ffffff;
  border-radius: 999px;
}

@media (max-width: 960px) {
  .cd-nav {
    padding: 0 20px;
  }
  .cd-nav-right {
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    height: 100vh;
    width: 260px;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    padding: 80px 24px 24px;
    background: rgba(15, 32, 52, 0.98);
    box-shadow: -18px 0 40px rgba(0, 0, 0, 0.45);
    transform: translateX(100%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.22s ease-out, opacity 0.22s ease-out;
    z-index: 1200;
  }
  .cd-nav-right.cd-nav-right--open {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
  }
  .cd-nav-menu {
    display: block;
    position: relative;
    z-index: 1300;
  }
}
.cd-hero { background-image: url("../callcenter-hero-2560x900.png"); }


@media (min-width: 1200px) {
  .cd-hero {
    height: 360px;
  }
}


.footer-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.76rem;
  color: #6b7280;
  margin: 2.5rem 0 1.8rem;
  gap: 4px;
}

.footer-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.76rem;
  color: #6b7280;
  margin: 2.5rem 0 1.8rem;
  gap: 4px;
}
    .footer-row a {
      color: #1a73e8;
      text-decoration: none;
    }
    .footer-trademarks {
      font-size: 0.7rem;
      color: #6b7280;
      max-width: 720px;
    }

/* Hero height & crop normalized (Grok suggestion applied) */
.cd-hero {
  position: relative;
  height: 180px;
  background: url("../callcenter-hero-2560x900.png") center 25% / cover no-repeat;
}

@media (min-width: 1200px) {
  .cd-hero {
    height: 260px;
  }
}

@media (min-width: 1600px) {
  .cd-hero {
    height: 280px;
  }
}

/* EXACT FOOTER FROM pricing.html – pixel-perfect */
    footer{
      margin-top:80px;
      padding:40px 20px 60px;
      text-align:center;
      background:#f9fafb;
      border-top:1px solid #e5e7eb;
      font-size:0.84rem;
      color:#6b7280;
      line-height:1.6;
    }
    footer a{color:#1a73e8;text-decoration:none;font-weight:500}
    footer a:hover{text-decoration:underline}
    .trademarks{font-size:0.74rem;max-width:720px;margin:12px auto 0;opacity:0.88;line-height:1.5}


/* Team Impact Calculator */
.cd-estimator-separator {
  display: none;
}

.cd-estimator-section {
  margin-top: 72px;
  padding: 36px;
  border-radius: 24px;
  background: linear-gradient(180deg, #f3f4f6 0%, #eceff3 100%);
  border: 1px solid #d1d5db;
  box-shadow: 0 18px 42px rgba(42, 47, 54, 0.10);
}

.cd-estimator-eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(42, 47, 54, 0.10);
  color: #2a2f36;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cd-estimator-intro {
  margin-top: 0;
  margin-bottom: 8px;
}

.cd-estimator-supporting-copy {
  margin-top: 0;
  color: rgba(0,0,0,0.68);
}

.cd-estimator {
  margin-top: 22px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(42, 47, 54, 0.12);
  box-shadow: 0 10px 28px rgba(42, 47, 54, 0.08);
  scroll-margin-top: 140px;
}

.cd-estimator-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: stretch;
}

.cd-estimator-card {
  background: rgba(255,255,255,0.85);
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 16px;
  padding: 16px;
}

.cd-estimator-field {
  display: grid;
  gap: 8px;
  margin-bottom: 12px;
}

.cd-estimator-field label {
  font-weight: 650;
  font-size: 0.95rem;
}

.cd-estimator-field input {
  width: 100%;
  padding: 12px 12px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.15);
  background: #fff;
  font-size: 1rem;
}

.cd-estimator-field input:focus {
  outline: none;
  border-color: rgba(0,0,0,0.35);
  box-shadow: 0 0 0 4px rgba(66, 133, 244, 0.12);
}

.cd-estimator-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 6px;
}

.cd-estimator-btn {
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.15);
  background: #fff;
  cursor: pointer;
  font-weight: 650;
}

.cd-estimator-btn:hover {
  border-color: rgba(0,0,0,0.28);
}

.cd-estimator-note {
  margin: 12px 0 0;
  color: rgba(0,0,0,0.72);
  font-size: 0.95rem;
}

.cd-estimator-results {
  display: grid;
  gap: 12px;
}

.cd-estimator-kpi-label {
  color: rgba(0,0,0,0.72);
  font-size: 0.95rem;
}

.cd-estimator-kpi-value {
  font-size: 1.6rem;
  font-weight: 800;
  margin-top: 4px;
}

.cd-estimator-divider {
  height: 1px;
  background: rgba(0,0,0,0.10);
  margin: 6px 0;
}

.cd-estimator-summary {
  color: rgba(0,0,0,0.80);
  font-size: 0.98rem;
  line-height: 1.35;
}

.cd-estimator-foot {
  margin-top: 12px;
  color: rgba(0,0,0,0.60);
  font-size: 0.92rem;
}

@media (max-width: 820px) {
  .cd-estimator-grid {
    grid-template-columns: 1fr;
  }
}


/* CopyDock.app pricing conversion buttons */
.cd-pricing-cta {
  margin: 24px 0 30px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 10px 24px rgba(0,0,0,0.06);
}

.cd-pricing-cta p {
  margin: 0 0 14px;
  font-weight: 700;
}

.cd-pricing-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cd-pricing-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.2;
}

.cd-pricing-btn:hover {
  text-decoration: none;
  transform: translateY(-1px);
}

.cd-pricing-btn-primary {
  background: #1a73e8;
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(26,115,232,0.28);
}

.cd-pricing-btn-dark {
  background: #111827;
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(17,24,39,0.20);
}

.cd-pricing-cta-note {
  margin-top: 12px;
  color: #5f6b7a;
  font-size: 0.94rem;
}

.cd-seat-selector { margin: 18px 0 24px; padding: 18px; border-radius: 18px; background: rgba(255,255,255,0.78); border: 1px solid rgba(0,0,0,0.08); box-shadow: 0 10px 24px rgba(0,0,0,0.06); max-width: 760px; }
.cd-seat-selector label { display: block; font-weight: 750; margin-bottom: 8px; }
.cd-seat-selector select { width: 100%; max-width: 420px; padding: 12px 14px; border-radius: 12px; border: 1px solid rgba(0,0,0,0.16); background: #ffffff; color: #111827; font-size: 1rem; }
.cd-browser-selector { margin-top: 14px; }
.cd-browser-selector label { display: block; font-weight: 750; margin-bottom: 8px; }
.cd-seat-result { margin-top: 14px; display: grid; gap: 6px; }
.cd-seat-price { font-size: 1.45rem; font-weight: 850; color: #111827; }
.cd-seat-note { color: #5f6b7a; font-size: 0.96rem; line-height: 1.45; }
.cd-seat-actions { margin-top: 16px; display: flex; gap: 12px; flex-wrap: wrap; }

.cd-seat-billing-note {
  margin-top: 7px;
  color: #6b7280;
  font-size: 0.92rem;
  line-height: 1.35;
}



.cd-install-card { margin: 22px 0 0; padding: 18px; border-radius: 16px; background: #ffffff; border: 1px solid rgba(0,0,0,0.08); box-shadow: 0 10px 24px rgba(0,0,0,0.05); max-width: 760px; }
.cd-install-card h3 { margin: 0 0 6px; font-size: 1.05rem; }
.cd-install-card p { margin: 0 0 12px; color: #5f6b7a; font-size: 0.95rem; line-height: 1.45; }
.cd-install-card select { width: 100%; max-width: 420px; padding: 12px 14px; border-radius: 12px; border: 1px solid rgba(0,0,0,0.16); background: #ffffff; color: #111827; font-size: 1rem; }
.cd-install-actions { margin-top: 12px; }



/* CopyDock pricing alignment fix: keep pricing, install, and calculator the same width */
.page {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.cd-seat-selector,
.cd-install-card,
.cd-estimator-section {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.cd-estimator-section {
  padding: 28px;
}

.cd-estimator {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

@media (max-width: 820px) {
  .cd-estimator-section {
    padding: 20px;
  }
}


/* CopyDock pricing 1-glance buy panel */
.cd-seat-selector {
  padding: 18px;
}

.cd-seat-top-row {
  display: flex;
  align-items: flex-end;
  gap: 28px;
  flex-wrap: wrap;
}

.cd-seat-picker {
  flex: 1 1 260px;
  min-width: 220px;
}

.cd-seat-selector select {
  max-width: 100%;
}

.cd-seat-actions {
  margin-top: 0;
  flex: 0 0 auto;
}

.cd-pricing-btn-dark {
  background: #0f172a;
  color: #ffffff;
  font-size: 1rem;
  padding: 14px 22px;
  box-shadow: 0 10px 20px rgba(15,23,42,0.24);
}

.cd-seat-result {
  margin-top: 12px;
}

.cd-seat-billing-note {
  margin-top: 12px;
  color: #6b7280;
  font-size: 0.92rem;
  line-height: 1.35;
}

.cd-pricing-cta-note {
  margin-top: 12px;
  color: #5f6b7a;
  font-size: 0.94rem;
}

.cd-install-card {
  margin-top: 28px;
}

.cd-install-row {
  display: flex;
  align-items: flex-end;
  gap: 28px;
  flex-wrap: wrap;
}

.cd-install-picker {
  flex: 1 1 260px;
  min-width: 220px;
}

.cd-install-actions {
  margin-top: 0;
  flex: 0 0 auto;
}

.cd-install-card select {
  max-width: 100%;
}

@media (max-width: 640px) {
  .cd-seat-top-row,
  .cd-install-row {
    align-items: stretch;
  }

  .cd-seat-actions,
  .cd-install-actions,
  .cd-pricing-btn {
    width: 100%;
  }

  .cd-pricing-btn {
    box-sizing: border-box;
  }
}


/* CopyDock final pricing polish */
.cd-seat-actions,
.cd-install-actions {
  display: flex;
  align-items: flex-end;
}

.cd-seat-proof {
  margin-top: 4px;
  color: #111827;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.35;
}

.cd-roi-line {
  margin-top: 4px;
  font-size: 0.92rem;
  color: #111827;
  font-weight: 650;
  line-height: 1.35;
}

.cd-install-card {
  margin-top: 32px;
}

/* Button width + height consistency */
.cd-seat-actions .cd-pricing-btn,
.cd-install-actions .cd-pricing-btn {
  width: 240px;
  min-width: 240px;
  justify-content: center;
  text-align: center;
}

.cd-pricing-btn {
  padding: 14px 22px;
  font-size: 1rem;
}


/* Pricing page CTA hierarchy: Buy is the dominant action. */
.cd-pricing-btn {
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.cd-seat-actions .cd-pricing-btn-dark {
  padding: 15px 24px;
  background: linear-gradient(135deg, #1558d6 0%, #1a73e8 46%, #0b4fc7 100%);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(26,115,232,0.34);
}

.cd-seat-actions .cd-pricing-btn-dark:hover {
  background: linear-gradient(135deg, #124ec0 0%, #1769dc 46%, #0946b4 100%);
  box-shadow: 0 18px 36px rgba(26,115,232,0.42);
}

.cd-install-actions .cd-pricing-btn-primary {
  background: #1a73e8;
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(26,115,232,0.22);
}

.cd-install-actions .cd-pricing-btn-primary:hover {
  background: #1769dc;
  box-shadow: 0 10px 22px rgba(26,115,232,0.28);
}

.cd-roi-line a {
  color: #2563eb;
  text-decoration: none;
  font-weight: 500;
}
.cd-roi-line a:hover {
  color: #1d4ed8;
  text-decoration: underline;
}

.csp-inline-f4e719ae06 { margin:10px 0 }
.cd-billing-spacer {
  height: 20px;
}
