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


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: 1.5rem auto 2.5rem;
}
h1 {
  font-size: 2rem;
  font-weight: 600;
  margin: 1.25rem 0 0.85rem;
}
h2 {
  font-size: 1.25rem;
  margin-top: 1.4rem;
}
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;
}
.meta {
  font-size: 0.88rem;
  color: #6b7280;
  margin-bottom: 1.2rem;
}

/* 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: 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"); }


.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;
    }

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

/* 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}

.csp-inline-f4e719ae06 { margin:10px 0 }
