/* Canonical service family bundle. */

body.page-service .hero-visual img {width: 100%; height: 100%; object-fit: cover; border-radius: 20px;}

body.page-service .cta-section .section-label {color: var(--gold);}

body.page-service *, body.page-service *::before, body.page-service *::after {box-sizing: border-box; margin: 0; padding: 0;}

body.page-service {font-family: "Inter", sans-serif; color: var(--text); background: var(--cs-white); line-height: 1.6;}

body.page-service h1, body.page-service h2, body.page-service h3, body.page-service h4 {font-family: "Patua One", serif; letter-spacing: 0.04em;}

body.page-service a {text-decoration: none; color: inherit;}

body.page-service nav {position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: rgba(255,255,255,.97); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(0,0,102,.08); padding: 0 5%; display: flex; align-items: center; justify-content: space-between; height: 68px;}

body.page-service .nav-logo img {height: 36px;}

body.page-service .nav-links {display: flex; gap: 32px; list-style: none; align-items: center;}

body.page-service .nav-links a {font-size: 14px; font-weight: 500; color: var(--navy); transition: color .2s;}

body.page-service .nav-links a:hover {color: var(--blue);}

body.page-service .nav-dropdown {position: relative;}

body.page-service .nav-dropdown-toggle {display: flex; align-items: center; gap: 5px; font-size: 14px; font-weight: 500; color: var(--navy); cursor: pointer; background: none; border: none; font-family: inherit; padding: 0; transition: color .2s;}

body.page-service .nav-dropdown-toggle:hover {color: var(--blue);}

body.page-service .nav-dropdown-toggle svg {transition: transform .2s;}

body.page-service .nav-dropdown.open .nav-dropdown-toggle svg {transform: rotate(180deg);}

body.page-service .nav-dropdown-menu {display: none; position: absolute; top: calc(100% + 16px); left: 50%; transform: translateX(-50%); background: var(--cs-white); border-radius: 12px; box-shadow: 0 8px 40px rgba(0,0,102,.13); border: 1px solid rgba(0,0,102,.08); min-width: 240px; padding: 8px; z-index: 200;}

body.page-service .nav-dropdown.open .nav-dropdown-menu {display: block;}

body.page-service .nav-dropdown-menu a {display: block; padding: 10px 16px; border-radius: 8px; font-size: 14px; font-weight: 500; color: var(--navy); transition: background .15s, color .15s;}

body.page-service .nav-dropdown-menu a:hover, body.page-service .nav-dropdown-menu a.active {background: var(--light); color: var(--blue); font-weight: 600;}

body.page-service .nav-cta {background: var(--navy); color: var(--cs-white); padding: 10px 22px; border-radius: 6px; font-size: 14px; font-weight: 600; transition: background .2s, transform .15s;}

body.page-service .nav-cta:hover {background: var(--blue); transform: scale(1.1);}

body.page-service .hero {min-height: 800px; height: auto; box-sizing: border-box; padding: 100px 5% 60px; background: var(--cs-blue-10); position: relative; overflow: hidden;}

body.page-service .hero-media {position: absolute; inset: 0; z-index: 0; display: block;}

body.page-service .hero-bg {display: block; width: 100%; height: 100%; object-fit: cover; object-position: center;}

body.page-service .hero-overlay {position: absolute; inset: 0; background: linear-gradient(to right, var(--cs-blue-10) 0%, var(--cs-blue-10) 38%, color-mix(in srgb, var(--cs-blue-10) 70%, transparent) 55%, transparent 75%); z-index: 1;}

body.page-service .hero-inner {max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 60px; align-items: center; position: relative; z-index: 2;}

body.page-service .hero-content {max-width: 560px;}

body.page-service .breadcrumb {font-size: 13px; color: var(--muted); margin-bottom: 16px; display: flex; align-items: center; gap: 8px; flex-wrap: wrap;}

body.page-service .breadcrumb a {color: var(--blue);}

body.page-service .hero-label {display: inline-flex; align-items: center; gap: 10px; background: color-mix(in srgb, var(--cs-blue-10) 92%, transparent); border: 1px solid var(--cs-amber); color: var(--navy); padding: 8px 18px; border-radius: 999px; font-size: 13px; font-weight: 700; margin-bottom: 24px; box-shadow: 0 8px 24px rgba(0,0,102,.06);}

body.page-service .hero-label::before {content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--cs-amber);}

body.page-service .hero h1 {font-size: clamp(42px, 7vw, 72px); font-weight: 800; line-height: 0.95; letter-spacing: -0.02em; color: var(--navy); margin-bottom: 24px;}

body.page-service .hero h1 span {color: var(--blue);}

body.page-service .hero-sub {font-size: 18px; color: var(--muted); line-height: 1.75; margin-bottom: 36px; max-width: 520px;}

body.page-service .hero-btns {display: flex; gap: 14px; flex-wrap: wrap;}

body.page-service .btn-primary:hover {background: var(--blue); transform: scale(1.1); box-shadow: 0 8px 24px rgba(0,0,102,.2);}

body.page-service .btn-secondary:hover {background: var(--navy); color: var(--cs-white); transform: scale(1.1);}

body.page-service .hero-visual {display: none;}

body.page-service .stats-bar {background: var(--navy); padding: 48px 5%;}

body.page-service .stats-bar-inner {max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr);}

body.page-service .sbi {text-align: center; padding: 0 24px; border-right: 1px solid rgba(255,255,255,.1); min-width: 0;}

body.page-service .sbi:last-child {border-right: none;}

body.page-service .sbi strong {font-family: "Patua One", serif; font-size: 42px; color: var(--gold); line-height: 1.05; display: block; margin-bottom: 10px; overflow-wrap: anywhere;}

body.page-service .sbi span {font-size: 13px; color: rgba(255,255,255,.65); line-height: 1.6; overflow-wrap: anywhere;}

body.page-service .features-section {padding: 100px 5%; background: var(--cs-white);}

body.page-service .section-label {font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--blue); margin-bottom: 12px; text-align: center;}

body.page-service .section-title {font-size: clamp(26px, 3vw, 40px); color: var(--navy); text-align: center; margin-bottom: 12px; line-height: 1.2;}

body.page-service .section-sub {font-size: 16px; color: var(--muted); text-align: center; max-width: 560px; margin: 0 auto 60px; line-height: 1.7;}

body.page-service .features-grid {max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;}

body.page-service .feat-card {padding: 32px; border-radius: 16px; border: 1px solid var(--cs-card-border); transition: border-color .25s, transform .25s, box-shadow .25s; transform-origin: center; will-change: transform; position: relative;}

body.page-service .feat-card:hover {border-color: var(--gold); transform: translateY(-4px) scale(1.05) !important; box-shadow: 0 16px 48px rgba(0,0,102,.08); z-index: 2;}

body.page-service .feat-card:hover .feat-icon {background: var(--navy); color: var(--cs-white);}

body.page-service .feat-card h3 {font-size: 17px; color: var(--navy); margin-bottom: 10px;}

body.page-service .feat-card p {font-size: 14px; color: var(--muted); line-height: 1.7;}

body.page-service .cta-section {padding: 100px 5%; background: linear-gradient(135deg, var(--navy), var(--cs-navy-bright)); text-align: center; position: relative; overflow: hidden;}

body.page-service .cta-section::before {content: ""; position: absolute; top: -80px; right: -80px; width: 500px; height: 500px; background: radial-gradient(circle, rgba(245,181,5,.1), transparent 70%); border-radius: 50%;}

body.page-service .cta-inner {position: relative; z-index: 1; max-width: 700px; margin: 0 auto;}

body.page-service .cta-section h2 {font-size: clamp(28px, 3.5vw, 44px); color: var(--cs-white); margin-bottom: 16px;}

body.page-service .cta-section p {font-size: 17px; color: rgba(255,255,255,.75); margin-bottom: 36px; line-height: 1.7;}

body.page-service .cta-btns {display: flex; gap: 14px; justify-content: center; flex-wrap: wrap;}

body.page-service .btn-gold {background: var(--gold); color: var(--navy); padding: 14px 32px; border-radius: 8px; font-weight: 700; font-size: 15px; border: none; cursor: pointer; transition: all .2s; font-family: inherit; display: inline-flex; align-items: center; justify-content: center; text-align: center;}

body.page-service .btn-gold:hover {background: var(--cs-amber-hover); transform: scale(1.1);}

body.page-service .btn-outline-white {background: transparent; color: var(--cs-white); padding: 14px 32px; border-radius: 8px; font-weight: 600; font-size: 15px; border: 2px solid rgba(255,255,255,.4); transition: all .2s; display: inline-flex; align-items: center; justify-content: center; text-align: center;}

body.page-service .btn-outline-white:hover {background: rgba(255,255,255,.1); border-color: var(--cs-white); transform: scale(1.1);}

body.page-service footer {background: var(--cs-white); padding: 64px 5% 32px; border-top: 1px solid var(--cs-footer-border);}

body.page-service .footer-grid {max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px;}

body.page-service .footer-brand img {height: 32px; margin-bottom: 18px;}

body.page-service .footer-brand p {font-size: 14px; color: var(--muted); line-height: 1.7; max-width: 260px;}

body.page-service .footer-socials {display: flex; gap: 12px; margin-top: 20px;}

body.page-service .social-btn {width: 36px; height: 36px; border-radius: 8px; background: var(--light); display: flex; align-items: center; justify-content: center; color: var(--navy); transition: background .2s, color .2s;}

body.page-service .social-btn:hover {background: var(--gold); color: var(--navy);}

body.page-service .footer-col h4 {font-size: 13px; font-weight: 700; color: var(--navy); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 18px;}

body.page-service .footer-col ul {list-style: none; display: flex; flex-direction: column; gap: 10px;}

body.page-service .footer-col ul a {font-size: 14px; color: var(--muted); transition: color .2s;}

body.page-service .footer-col ul a:hover {color: var(--blue);}

body.page-service .footer-bottom {max-width: 1200px; margin: 0 auto; padding-top: 32px; border-top: 1px solid var(--cs-footer-border); display: flex; justify-content: space-between; align-items: center;}

body.page-service .footer-bottom-text {font-size: 13px; color: var(--cs-gray-400);}

body.page-service .footer-bottom-links {display: flex; gap: 24px;}

body.page-service .footer-bottom-links a {font-size: 13px; color: var(--cs-gray-400);}

body.page-service .footer-bottom-links a:hover {color: var(--blue);}

@media (max-width: 900px){
body.page-service .hero {min-height: 700px; height: auto; padding: 88px 5% 56px;}

body.page-service .hero-inner, body.page-service .features-grid, body.page-service .steps, body.page-service .footer-grid {grid-template-columns: 1fr;}

body.page-service .hero-overlay {background: linear-gradient(to bottom, color-mix(in srgb, var(--cs-blue-10) 92%, transparent) 0%, color-mix(in srgb, var(--cs-blue-10) 82%, transparent) 45%, color-mix(in srgb, var(--cs-blue-10) 65%, transparent) 100%);}

body.page-service .stats-bar-inner {grid-template-columns: repeat(2, 1fr); gap: 32px 0;}

body.page-service .sbi {padding: 0 20px 28px; border-right: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1);}

body.page-service .sbi strong {font-size: 34px;}

body.page-service .sbi:nth-child(2n) {border-right: none;}

body.page-service .sbi:nth-last-child(-n + 2) {border-bottom: none; padding-bottom: 0;}

body.page-service .sbi:nth-child(n + 3) {padding-top: 18px;}

body.page-service .compare-inner {overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 8px;}

body.page-service .compare-table {min-width: 680px; margin-top: 32px;}

body.page-service .compare-table th,
body.page-service .compare-table td {padding: 12px 14px; font-size: 13px;}

body.page-service .compare-table th:first-child,
body.page-service .compare-table td:first-child {position: sticky; left: 0; z-index: 1; box-shadow: 1px 0 0 var(--cs-card-border);}

body.page-service .compare-table thead th:first-child {z-index: 2; background: var(--navy);}

body.page-service .compare-table tbody tr:nth-child(odd) td:first-child {background: var(--cs-white);}

body.page-service .compare-table tbody tr:nth-child(even) td:first-child {background: var(--cs-input-bg);}

body.page-service .nav-links {display: none;}

body.page-service .steps::before {display: none;}

body.page-service .footer-bottom {flex-direction: column; gap: 16px; align-items: flex-start;}

body.page-service .footer-bottom-links {flex-wrap: wrap;}
}

body.page-service .steps .step:last-child .step-num {background: var(--gold); color: var(--navy);}

body.page-service .btn-primary {background: var(--navy); color: var(--cs-white); padding: 14px 28px; border-radius: 8px; font-weight: 600; font-size: 15px; border: none; cursor: pointer; transition: all .2s; font-family: inherit; display: inline-flex; align-items: center; gap: 8px;}

body.page-service .btn-secondary {background: transparent; color: var(--navy); padding: 14px 28px; border-radius: 8px; font-weight: 600; font-size: 15px; border: 2px solid var(--navy); transition: all .2s; cursor: pointer; display: inline-flex; align-items: center; gap: 8px;}

body.page-service .feat-icon {width: 48px; height: 48px; border-radius: 12px; background: var(--light); display: flex; align-items: center; justify-content: center; color: var(--navy); margin-bottom: 20px; transition: background .25s, color .25s;}

body.page-service .compare-section {padding: 100px 5%; background: var(--cs-white);}

body.page-service .compare-inner {max-width: 860px; margin: 0 auto;}

body.page-service .compare-table {width: 100%; border-collapse: separate; border-spacing: 0; margin-top: 48px; border: 1px solid var(--cs-card-border); border-radius: 16px; overflow: hidden; background: var(--cs-white);}

body.page-service .compare-table th {padding: 16px 24px; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; border-bottom: 2px solid var(--cs-card-border); text-align: left; background: var(--navy); color: var(--cs-white);}

body.page-service .compare-table th:not(:first-child) {text-align: center;}

body.page-service .compare-table .th-trad {color: var(--cs-white);}

body.page-service .compare-table .th-cloud {color: var(--cs-white);}

body.page-service .compare-table td {padding: 14px 24px; font-size: 14px; color: var(--text); border-bottom: 1px solid var(--cs-light);}

body.page-service .compare-table tbody tr:nth-child(even) td {background: var(--cs-input-bg);}

body.page-service .compare-table tbody tr:last-child td {border-bottom: none;}

body.page-service .compare-table td:not(:first-child) {text-align: center;}

body.page-service .compare-table tr:hover td {background: var(--light);}

body.page-service .tick {color: var(--cs-green); font-size: 18px;}

body.page-service .cross {color: var(--cs-error); font-size: 18px;}

body.page-service .compare-section .section-label {text-align: left;}

body.page-service .compare-section .section-title {text-align: left;}

body.page-service .breadcrumb a:hover {color: var(--navy);}

body.page-service .hero-visual svg {width: 80%; height: auto;}


body.page-service .faq-section {padding: 100px 5%; background: var(--light);}

body.page-service .faq-inner {max-width: 860px; margin: 0 auto;}

body.page-service .faq-list {display: grid; gap: 16px; margin-top: 48px;}

body.page-service .faq-item {border: 1px solid var(--cs-card-border); border-radius: 16px; background: var(--cs-white); box-shadow: 0 10px 30px rgba(0,0,102,.05); overflow: hidden;}

body.page-service .faq-item summary {list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 28px; cursor: pointer; font-size: 17px; font-weight: 700; color: var(--navy); transition: background .2s, color .2s;}

body.page-service .faq-item summary::-webkit-details-marker {display: none;}

body.page-service .faq-item summary::after {content: "+"; flex-shrink: 0; font-size: 28px; line-height: 1; color: var(--blue); transition: transform .2s ease, color .2s ease;}

body.page-service .faq-item:hover summary {background: var(--cs-blue-10);}

body.page-service .faq-item[open] summary {background: var(--cs-blue-10); color: var(--navy);}

body.page-service .faq-item[open] summary::after {content: "−"; color: var(--navy);}

body.page-service .faq-item summary:focus-visible {outline: 2px solid var(--blue); outline-offset: -2px;}

body.page-service .faq-answer {padding: 0 28px 24px;}

body.page-service .faq-answer p {font-size: 15px; color: var(--muted); line-height: 1.8; margin-top: 8px;}

@media (max-width: 900px){
body.page-service .faq-section {padding: 80px 5%;}

body.page-service .faq-list {margin-top: 36px;}

body.page-service .faq-item summary {padding: 20px 22px; font-size: 16px;}

body.page-service .faq-answer {padding: 0 22px 20px;}
}

body.page-service .how-section {padding: 100px 5%; background: var(--light);}

body.page-service .how-inner {max-width: 1200px; margin: 0 auto;}

body.page-service .steps {display: grid; grid-template-columns: repeat(4,1fr); gap: 32px; position: relative; margin-top: 60px;}

body.page-service .steps::before {content: ""; position: absolute; top: 28px; left: 14%; right: 14%; height: 2px; background: linear-gradient(to right,var(--navy),var(--blue)); z-index: 0;}

body.page-service .step {text-align: center; position: relative; z-index: 1;}

body.page-service .step-num {width: 56px; height: 56px; border-radius: 50%; background: var(--navy); color: var(--cs-white); display: flex; align-items: center; justify-content: center; font-family: "Patua One",serif; font-size: 20px; margin: 0 auto 20px; border: 4px solid var(--light); box-shadow: 0 4px 16px rgba(0,0,102,.2); transition: background .2s;}

body.page-service .step:hover .step-num {background: var(--blue);}

body.page-service .step h4 {font-size: 15px; color: var(--navy); margin-bottom: 8px;}

body.page-service .step p {font-size: 13px; color: var(--muted); line-height: 1.6;}

@media (max-width:900px){
body.page-service .hero-inner, body.page-service .features-grid, body.page-service .footer-grid {grid-template-columns: 1fr;}

body.page-service .hero-inner, body.page-service .features-grid, body.page-service .steps, body.page-service .footer-grid {grid-template-columns: 1fr;}

body.page-service .hero-visual, body.page-service .nav-links {display: none;}

body.page-service .steps::before {display: none;}
}

@media (max-width: 620px){
body.page-service .hero {min-height: 600px; height: auto;}

body.page-service .stats-bar-inner {grid-template-columns: 1fr; gap: 0;}

body.page-service .sbi {border-right: none; padding: 0 0 28px;}

body.page-service .sbi:not(:last-child) {border-bottom: 1px solid rgba(255,255,255,.1);}

body.page-service .sbi:last-child {border-bottom: none; padding-bottom: 0;}

body.page-service .sbi + .sbi {padding-top: 18px;}
}

/* Managed Office Network page */
body.page-services-managed-office-network .hero-bg {
  object-fit: contain;
  object-position: right center;
}

body.page-services-managed-office-network .hero .btn-secondary:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--navy);
}

body.page-services-managed-office-network .stats-bar-inner {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-items: center;
}

body.page-services-managed-office-network .sbi {
  width: 100%;
  text-align: center;
}

body.page-services-managed-office-network .compare-inner-wide {
  max-width: 1200px;
}

body.page-services-managed-office-network .compare-table-wrap {
  width: 100%;
}

body.page-services-managed-office-network .compare-section .section-label,
body.page-services-managed-office-network .compare-section .section-title,
body.page-services-managed-office-network .compare-section .section-sub {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

body.page-services-managed-office-network .section-sub-wide {
  max-width: 820px;
}

body.page-services-managed-office-network .compare-table {
  border: 1px solid var(--cs-card-border);
  table-layout: auto;
}

body.page-services-managed-office-network .compare-table thead th {
  background: var(--navy);
  color: var(--cs-white);
  border-bottom-color: var(--navy);
}

body.page-services-managed-office-network .compare-table th,
body.page-services-managed-office-network .compare-table td {
  border-right: 1px solid var(--cs-card-border);
}

body.page-services-managed-office-network .compare-table th:last-child,
body.page-services-managed-office-network .compare-table td:last-child {
  border-right: none;
}

body.page-services-managed-office-network .compare-table tbody tr:nth-child(odd) td {
  background: var(--cs-white);
}

body.page-services-managed-office-network .compare-table tbody tr:nth-child(even) td {
  background: var(--light);
}

body.page-services-managed-office-network .network-pricing-table th:not(:first-child),
body.page-services-managed-office-network .network-pricing-table td:not(:first-child),
body.page-services-managed-office-network .network-feature-table th:not(:first-child),
body.page-services-managed-office-network .network-feature-table td:not(:first-child) {
  text-align: center;
}

body.page-services-managed-office-network .network-pricing-table td:first-child,
body.page-services-managed-office-network .network-feature-table td:first-child,
body.page-services-managed-office-network .network-details-table td:first-child {
  font-weight: 600;
}

body.page-services-managed-office-network .network-details-table td:last-child {
  text-align: left;
}

body.page-services-managed-office-network .features-section-alt {
  background: var(--light);
}

body.page-services-managed-office-network .features-section-alt .features-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

body.page-services-managed-office-network .features-section-alt .feat-card {
  height: 100%;
  background: var(--cs-white);
  box-shadow: 0 12px 32px rgba(0, 0, 102, 0.06);
}

body.page-services-managed-office-network .network-note {
  max-width: 860px;
  margin: 40px auto 0;
  padding: 20px 24px;
  border: 1px solid var(--cs-card-border);
  border-radius: 16px;
  background: var(--cs-white);
  color: var(--text);
  line-height: 1.7;
  text-align: center;
}

@media (max-width: 900px) {
  body.page-services-managed-office-network .compare-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
  }

  body.page-services-managed-office-network .features-section-alt .features-grid {
    grid-template-columns: 1fr;
  }

  body.page-services-managed-office-network .network-pricing-table,
  body.page-services-managed-office-network .network-feature-table {
    min-width: 760px;
  }

  body.page-services-managed-office-network .network-details-table {
    min-width: 680px;
  }

  body.page-services-managed-office-network .compare-table th,
  body.page-services-managed-office-network .compare-table td {
    padding: 12px 14px;
    font-size: 13px;
  }

  body.page-services-managed-office-network .compare-table th:first-child,
  body.page-services-managed-office-network .compare-table td:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
    box-shadow: 1px 0 0 var(--cs-card-border);
  }

  body.page-services-managed-office-network .compare-table thead th:first-child {
    z-index: 2;
    background: var(--navy);
  }

  body.page-services-managed-office-network .compare-table tbody tr:nth-child(odd) td:first-child {
    background: var(--cs-white);
  }

  body.page-services-managed-office-network .compare-table tbody tr:nth-child(even) td:first-child {
    background: var(--light);
  }
}
