/* TCS production design — centralized, Elementor-compatible visual system. */

:root {
  --tcs-navy-950: #061529;
  --tcs-navy-900: #071a33;
  --tcs-navy-800: #102a4f;
  --tcs-slate: rgba(255, 255, 255, 0.08);
  --tcs-slate-strong: rgba(255, 255, 255, 0.12);
  --tcs-border: rgba(255, 255, 255, 0.18);
  --tcs-divider: rgba(255, 255, 255, 0.14);
  --tcs-white: #ffffff;
  --tcs-body: #e5e7eb;
  --tcs-muted: #bfdbfe;
  --tcs-gold: #facc15;
  --tcs-gold-hover: #fde047;
  --tcs-blue: #60a5fa;
  --tcs-blue-hover: #93c5fd;
  --tcs-ink: #061529;
  --tcs-shadow: 0 22px 60px rgba(0, 0, 0, 0.24);
  --tcs-radius-sm: 12px;
  --tcs-radius: 20px;
  --tcs-radius-lg: 30px;
  --tcs-content: 1180px;
  --tcs-reading: 780px;
  --tcs-section-space: clamp(64px, 8vw, 112px);
}

html {
  scroll-behavior: smooth;
  color-scheme: dark;
}

body.tcs-modern-site {
  margin: 0;
  color: var(--tcs-body);
  background: linear-gradient(180deg, var(--tcs-navy-950) 0%, var(--tcs-navy-900) 42%, var(--tcs-navy-800) 100%);
  background-attachment: fixed;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.tcs-modern-site :where(h1, h2, h3, h4, h5, h6, .elementor-heading-title) {
  color: var(--tcs-white);
  font-family: inherit;
  font-weight: 760;
  letter-spacing: -0.035em;
  line-height: 1.08;
  text-wrap: balance;
}

body.tcs-modern-site :where(p, li) {
  color: var(--tcs-body);
}

body.tcs-modern-site :where(a:not(.elementor-button):not(.wpforms-submit)) {
  color: var(--tcs-muted);
  text-underline-offset: 0.18em;
}

body.tcs-modern-site :where(a:not(.elementor-button):not(.wpforms-submit)):hover {
  color: var(--tcs-gold);
}

body.tcs-modern-site :where(a, button, input, select, textarea, [tabindex]:not([tabindex="-1"])):focus-visible {
  outline: 3px solid var(--tcs-gold) !important;
  outline-offset: 3px !important;
}

body.tcs-modern-site :where(img, picture, video, iframe, .elementor-social-icon, [class*="payment"], [class*="google"], [class*="facebook"], [class*="linkedin"], [class*="youtube"]) {
  filter: none;
}

body.tcs-modern-site .tcs-section {
  width: min(calc(100% - 32px), var(--tcs-content));
  margin-inline: auto;
  padding-block: var(--tcs-section-space);
}

body.tcs-modern-site .tcs-section + .tcs-section {
  border-top: 1px solid var(--tcs-divider);
}

body.tcs-modern-site .tcs-grid-2.e-con > .e-con-inner {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  align-items: center !important;
  gap: clamp(30px, 5vw, 72px) !important;
  width: 100% !important;
  min-width: 0;
}

body.tcs-modern-site .tcs-eyebrow {
  margin-bottom: 14px;
}

body.tcs-modern-site .tcs-eyebrow p {
  display: inline-flex;
  margin: 0;
  padding: 7px 12px;
  color: var(--tcs-gold);
  background: rgba(250, 204, 21, 0.09);
  border: 1px solid rgba(250, 204, 21, 0.32);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1.25;
  text-transform: uppercase;
}

body.tcs-modern-site .tcs-page-title .elementor-heading-title,
body.tcs-modern-site h1.tcs-page-title {
  margin: 0;
  font-size: clamp(2.5rem, 5.7vw, 5.35rem);
}

body.tcs-modern-site .tcs-section-title .elementor-heading-title {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.75rem);
}

body.tcs-modern-site .tcs-lead,
body.tcs-modern-site .tcs-section-lead {
  max-width: 760px;
}

body.tcs-modern-site .tcs-lead p {
  margin: 20px 0 0;
  color: #dbeafe;
  font-size: clamp(1.08rem, 1.6vw, 1.3rem);
  line-height: 1.68;
}

body.tcs-modern-site .tcs-section-lead p {
  margin: 18px 0 0;
  color: #dbeafe;
  font-size: clamp(1rem, 1.4vw, 1.16rem);
}

body.tcs-modern-site .tcs-rich-copy :where(p, li) {
  font-size: 1.03rem;
}

body.tcs-modern-site .tcs-rich-copy ul,
body.tcs-modern-site .tcs-rich-copy ol,
body.tcs-modern-site .tcs-card-copy ul {
  padding-left: 1.2rem;
}

body.tcs-modern-site .tcs-rich-copy li::marker,
body.tcs-modern-site .tcs-card-copy li::marker {
  color: var(--tcs-gold);
}

body.tcs-modern-site .tcs-hero {
  margin-top: clamp(24px, 4vw, 58px);
  padding: clamp(34px, 5vw, 70px);
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 8%, rgba(96, 165, 250, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.055));
  border: 1px solid var(--tcs-border);
  border-radius: var(--tcs-radius-lg);
  box-shadow: var(--tcs-shadow);
}

body.tcs-modern-site .tcs-hero-copy,
body.tcs-modern-site .tcs-split-copy {
  min-width: 0;
}

body.tcs-modern-site .tcs-hero-visual,
body.tcs-modern-site .tcs-split-visual {
  position: relative;
  min-width: 0;
}

body.tcs-modern-site .tcs-hero-visual::after,
body.tcs-modern-site .tcs-split-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(135deg, rgba(6, 21, 41, 0.08), rgba(16, 42, 79, 0.2));
  border-radius: var(--tcs-radius);
}

body.tcs-modern-site :where(.tcs-hero-image img, .tcs-section-image img) {
  display: block;
  width: 100%;
  min-height: 320px;
  max-height: 580px;
  object-fit: cover;
  border: 1px solid var(--tcs-border);
  border-radius: var(--tcs-radius);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.28);
}

body.tcs-modern-site .tcs-actions {
  margin-top: 28px;
}

body.tcs-modern-site .tcs-actions.e-con > .e-con-inner {
  display: flex !important;
  flex-flow: row wrap !important;
  gap: 12px !important;
  width: 100% !important;
  min-width: 0;
}

body.tcs-modern-site :where(.tcs-button-primary, .tcs-button-secondary) .elementor-button,
body.tcs-modern-site .tcs-header-cta .elementor-button,
body.tcs-modern-site .wpforms-submit {
  min-height: 48px;
  padding: 13px 21px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

body.tcs-modern-site .tcs-button-primary .elementor-button,
body.tcs-modern-site .tcs-header-cta .elementor-button,
body.tcs-modern-site .wpforms-submit {
  color: var(--tcs-ink) !important;
  background: var(--tcs-gold) !important;
  border-color: var(--tcs-gold) !important;
  box-shadow: 0 10px 28px rgba(250, 204, 21, 0.18);
}

body.tcs-modern-site .tcs-button-secondary .elementor-button {
  color: var(--tcs-ink) !important;
  background: var(--tcs-blue) !important;
  border-color: var(--tcs-blue) !important;
}

body.tcs-modern-site :where(.tcs-button-primary, .tcs-button-secondary) .elementor-button:hover,
body.tcs-modern-site .tcs-header-cta .elementor-button:hover,
body.tcs-modern-site .wpforms-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.25);
}

body.tcs-modern-site .tcs-button-primary .elementor-button:hover,
body.tcs-modern-site .tcs-header-cta .elementor-button:hover,
body.tcs-modern-site .wpforms-submit:hover {
  background: var(--tcs-gold-hover) !important;
}

body.tcs-modern-site .tcs-button-secondary .elementor-button:hover {
  background: var(--tcs-blue-hover) !important;
}

body.tcs-modern-site .tcs-card-grid.e-con > .e-con-inner,
body.tcs-modern-site .tcs-trust-grid.e-con > .e-con-inner {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  grid-auto-flow: row !important;
  align-items: stretch !important;
  gap: 20px;
  margin-top: clamp(28px, 4vw, 48px);
}

body.tcs-modern-site .tcs-trust-grid.e-con > .e-con-inner {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  padding-block: clamp(38px, 5vw, 64px);
}

body.tcs-modern-site .tcs-card-grid.e-con > .e-con-inner > .e-con,
body.tcs-modern-site .tcs-trust-grid.e-con > .e-con-inner > .e-con {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  align-self: stretch !important;
}

body.tcs-modern-site .tcs-card,
body.tcs-modern-site .tcs-faq-item,
body.tcs-modern-site .tcs-review-panel,
body.tcs-modern-site .tcs-pricing-callout,
body.tcs-modern-site .tcs-policy-content {
  padding: clamp(24px, 3vw, 36px);
  background: var(--tcs-slate);
  border: 1px solid var(--tcs-border);
  border-radius: var(--tcs-radius);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.16);
}

body.tcs-modern-site .tcs-card {
  height: 100%;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

body.tcs-modern-site .tcs-card:hover {
  transform: translateY(-4px);
  background: var(--tcs-slate-strong);
  border-color: rgba(96, 165, 250, 0.42);
}

body.tcs-modern-site .tcs-card-title .elementor-heading-title {
  margin: 0;
  font-size: clamp(1.24rem, 2vw, 1.55rem);
  letter-spacing: -0.02em;
}

body.tcs-modern-site .tcs-card-copy {
  flex-grow: 1;
}

body.tcs-modern-site .tcs-card-copy :where(p, li) {
  color: var(--tcs-body);
}

body.tcs-modern-site .tcs-card-link {
  margin-top: auto;
}

body.tcs-modern-site .tcs-price {
  color: var(--tcs-white);
  font-size: 1.24rem;
}

body.tcs-modern-site .tcs-price strong {
  color: var(--tcs-gold);
  font-size: 1.55em;
}

body.tcs-modern-site .tcs-split {
  padding-inline: clamp(0px, 2vw, 28px);
}

body.tcs-modern-site .tcs-faqs {
  max-width: 980px;
}

body.tcs-modern-site .tcs-faq-item {
  margin-top: 16px;
  padding: 24px 28px;
}

body.tcs-modern-site .tcs-faq-question .elementor-heading-title {
  margin: 0;
  font-size: 1.22rem;
}

body.tcs-modern-site .tcs-faq-answer p {
  margin-bottom: 0;
}

body.tcs-modern-site .tcs-final-cta {
  margin-bottom: clamp(42px, 7vw, 90px);
  padding: clamp(38px, 6vw, 76px);
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(250, 204, 21, 0.11), transparent 42%),
    rgba(255, 255, 255, 0.09);
  border: 1px solid var(--tcs-border);
  border-radius: var(--tcs-radius-lg);
  box-shadow: var(--tcs-shadow);
}

body.tcs-modern-site .tcs-final-cta :where(.tcs-section-lead, .tcs-actions) {
  margin-inline: auto;
}

body.tcs-modern-site .tcs-final-cta .tcs-actions.e-con > .e-con-inner {
  justify-content: center;
}

body.tcs-modern-site .tcs-article-content,
body.tcs-modern-site .tcs-policy-content {
  max-width: var(--tcs-reading);
}

body.tcs-modern-site :where(.tcs-article-content, .tcs-policy-content) .elementor-heading-title {
  margin-top: 34px;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
}

body.tcs-modern-site .tcs-quote-grid {
  align-items: start;
}

body.tcs-modern-site .tcs-quote-form-card {
  position: sticky;
  top: 24px;
}

body.tcs-modern-site .wpforms-container {
  margin: 0;
}

body.tcs-modern-site .wpforms-container :where(label, legend) {
  color: var(--tcs-white) !important;
  font-weight: 700 !important;
}

body.tcs-modern-site .wpforms-container :where(input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), select, textarea) {
  width: 100%;
  color: var(--tcs-white) !important;
  background: rgba(6, 21, 41, 0.78) !important;
  border: 1px solid var(--tcs-border) !important;
  border-radius: var(--tcs-radius-sm) !important;
  caret-color: var(--tcs-gold);
}

body.tcs-modern-site .wpforms-container :where(input, select) {
  min-height: 48px;
}

body.tcs-modern-site .wpforms-container textarea {
  min-height: 150px;
}

body.tcs-modern-site .wpforms-container :where(input, select, textarea):focus {
  border-color: var(--tcs-blue) !important;
  box-shadow: 0 0 0 3px rgba(96, 165, 250, 0.18) !important;
}

body.tcs-modern-site .wpforms-container .wpforms-required-label {
  color: var(--tcs-gold) !important;
}

/* Existing Elementor Header & Footer Builder templates remain editable. */
body.tcs-modern-site :where(.elementor-location-header, .hfe-site-header, .elementor-22) {
  position: relative;
  z-index: 1000;
  background: rgba(6, 21, 41, 0.94);
  border-bottom: 1px solid var(--tcs-border);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(16px) saturate(130%);
  -webkit-backdrop-filter: blur(16px) saturate(130%);
}

body.tcs-modern-site .tcs-site-header {
  width: min(calc(100% - 32px), var(--tcs-content));
  margin-inline: auto;
  padding-block: 16px;
}

body.tcs-modern-site :where(.elementor-location-header, .hfe-site-header, .elementor-22) .elementor-heading-title {
  color: var(--tcs-white);
}

body.tcs-modern-site :where(.elementor-location-header, .hfe-site-header, .elementor-22) .elementor-widget-text-editor,
body.tcs-modern-site :where(.elementor-location-header, .hfe-site-header, .elementor-22) .elementor-widget-text-editor p {
  color: #dbeafe;
}

body.tcs-modern-site :where(.hfe-nav-menu__layout-horizontal, .hfe-dropdown, .hfe-dropdown-expandible, .hfe-nav-menu .sub-menu) {
  background: rgba(16, 42, 79, 0.97) !important;
  border: 1px solid var(--tcs-border) !important;
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3);
}

body.tcs-modern-site :where(.hfe-nav-menu a.hfe-menu-item, .hfe-nav-menu a.hfe-sub-menu-item) {
  color: var(--tcs-body) !important;
  background: transparent !important;
  border-radius: 10px;
  font-weight: 700;
  transition: color 150ms ease, background-color 150ms ease;
}

body.tcs-modern-site :where(.hfe-nav-menu a.hfe-menu-item, .hfe-nav-menu a.hfe-sub-menu-item):is(:hover, :focus-visible),
body.tcs-modern-site .hfe-nav-menu .current-menu-item > a {
  color: var(--tcs-gold) !important;
  background: rgba(250, 204, 21, 0.1) !important;
}

body.tcs-modern-site .hfe-nav-menu .tcs-menu-quote > a {
  color: var(--tcs-ink) !important;
  background: var(--tcs-gold) !important;
}

body.tcs-modern-site :where(.hfe-nav-menu-icon, .hfe-nav-menu__toggle) {
  color: var(--tcs-gold) !important;
  background: var(--tcs-slate) !important;
  border: 1px solid var(--tcs-border) !important;
  border-radius: var(--tcs-radius-sm) !important;
}

body.tcs-modern-site :where(.elementor-location-footer, .hfe-site-footer, .elementor-45) {
  color: var(--tcs-body);
  background: var(--tcs-navy-950);
  border-top: 1px solid var(--tcs-border);
}

body.tcs-modern-site .tcs-site-footer.e-con > .e-con-inner {
  display: grid !important;
  grid-template-columns: 1.5fr 1fr 1fr !important;
  gap: clamp(28px, 5vw, 64px) !important;
  padding-block: 62px 34px;
}

body.tcs-modern-site .tcs-footer-legal {
  grid-column: 1 / -1;
  padding-top: 24px;
  border-top: 1px solid var(--tcs-divider);
}

body.tcs-modern-site .tcs-footer-legal p {
  margin: 4px 0;
  color: var(--tcs-muted);
  font-size: 0.9rem;
}

@media (max-width: 1024px) {
  body.tcs-modern-site .tcs-grid-2.e-con > .e-con-inner {
    grid-template-columns: 1fr !important;
  }

  body.tcs-modern-site .tcs-card-grid.e-con > .e-con-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.tcs-modern-site .tcs-trust-grid.e-con > .e-con-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.tcs-modern-site .tcs-hero-visual {
    order: -1;
  }

  body.tcs-modern-site .tcs-quote-form-card {
    position: static;
  }

  body.tcs-modern-site :where(.elementor-location-header, .hfe-site-header, .elementor-22) {
    z-index: 10000;
  }

  body.tcs-modern-site :where(.elementor-location-header, .hfe-site-header, .elementor-22) .hfe-nav-menu__toggle {
    position: relative;
    z-index: 2;
    width: fit-content;
    min-width: 50px;
    min-height: 50px;
    margin-inline: auto;
  }

  body.tcs-modern-site :where(.elementor-location-header, .hfe-site-header, .elementor-22) .hfe-nav-menu__layout-horizontal {
    position: relative !important;
    inset: auto !important;
    width: min(100%, 680px) !important;
    max-height: min(68vh, 720px);
    margin: 10px auto 0 !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
  }

  body.tcs-modern-site :where(.elementor-location-header, .hfe-site-header, .elementor-22) .hfe-nav-menu {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
  }

  body.tcs-modern-site :where(.elementor-location-header, .hfe-site-header, .elementor-22) .hfe-nav-menu a {
    min-height: 48px;
    padding: 12px 16px !important;
    border-bottom: 1px solid var(--tcs-divider);
  }
}

@media (max-width: 767px) {
  :root {
    --tcs-section-space: 56px;
  }

  body.tcs-modern-site {
    background-attachment: scroll;
  }

  body.tcs-modern-site .tcs-section {
    width: min(calc(100% - 24px), var(--tcs-content));
  }

  body.tcs-modern-site .tcs-hero {
    width: min(calc(100% - 20px), var(--tcs-content));
    margin-top: 16px;
    padding: 24px 18px 30px;
    border-radius: 22px;
  }

  body.tcs-modern-site .tcs-page-title .elementor-heading-title {
    font-size: clamp(2.15rem, 11vw, 3.45rem);
    overflow-wrap: anywhere;
  }

  body.tcs-modern-site .tcs-section-title .elementor-heading-title {
    font-size: clamp(1.85rem, 8vw, 2.7rem);
  }

  body.tcs-modern-site :where(.tcs-hero-image img, .tcs-section-image img) {
    min-height: 230px;
    max-height: 440px;
  }

  body.tcs-modern-site .tcs-card-grid.e-con > .e-con-inner,
  body.tcs-modern-site .tcs-trust-grid.e-con > .e-con-inner,
  body.tcs-modern-site .tcs-site-footer.e-con > .e-con-inner {
    grid-template-columns: 1fr !important;
  }

  body.tcs-modern-site .tcs-card,
  body.tcs-modern-site .tcs-faq-item,
  body.tcs-modern-site .tcs-review-panel,
  body.tcs-modern-site .tcs-pricing-callout,
  body.tcs-modern-site .tcs-policy-content {
    padding: 22px 18px;
    border-radius: 16px;
  }

  body.tcs-modern-site .tcs-actions.e-con > .e-con-inner {
    display: grid !important;
    grid-template-columns: 1fr;
  }

  body.tcs-modern-site .tcs-actions .elementor-button {
    width: 100%;
    justify-content: center;
  }

  body.tcs-modern-site .tcs-eyebrow p {
    font-size: 0.7rem;
  }

  body.tcs-modern-site .tcs-site-header {
    width: calc(100% - 24px);
    padding-block: 12px;
  }

  body.tcs-modern-site .tcs-site-footer.e-con > .e-con-inner {
    padding-block: 48px 28px;
  }

  body.tcs-modern-site .tcs-footer-legal {
    grid-column: 1;
  }
}

@media (hover: none) and (pointer: coarse) {
  body.tcs-modern-site :where(.elementor-button, .hfe-menu-item, .hfe-sub-menu-item, .wpforms-submit) {
    min-height: 48px;
  }
}

/* Elementor boxed containers place child containers inside `.e-con-inner`.
 * Normalize that wrapper without changing Elementor's native outer container. */
body.tcs-modern-site :where(
  .tcs-grid-2.e-con,
  .tcs-card-grid.e-con,
  .tcs-trust-grid.e-con,
  .tcs-site-footer.e-con,
  .tcs-actions.e-con
) > .e-con-inner {
  flex: 1 1 100%;
  width: 100% !important;
  min-width: 0;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  body.tcs-modern-site *,
  body.tcs-modern-site *::before,
  body.tcs-modern-site *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Website Design & Managed Hosting service page. Scoped to page components. */
body.tcs-modern-site .tcs-website-service-strip.e-con > .e-con-inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

body.tcs-modern-site .tcs-website-hero .tcs-hero-image img {
  object-position: 68% center;
}

body.tcs-modern-site .tcs-website-service-strip > .e-con-inner > .e-con,
body.tcs-modern-site .tcs-website-service-strip .elementor-widget-text-editor {
  min-width: 0;
}

body.tcs-modern-site .tcs-website-service-strip .elementor-widget-text-editor {
  height: 100%;
  padding: 14px 16px;
  color: var(--tcs-white);
  text-align: center;
  font-weight: 700;
  background: rgba(96, 165, 250, 0.1);
  border: 1px solid var(--tcs-line-bright);
  border-radius: 999px;
}

body.tcs-modern-site .tcs-website-pricing-grid.e-con > .e-con-inner {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
}

body.tcs-modern-site .tcs-website-pricing-grid > .e-con-inner > .tcs-card {
  grid-column: span 2;
  min-width: 0;
}

body.tcs-modern-site .tcs-website-pricing-grid > .e-con-inner > .tcs-card:nth-child(4),
body.tcs-modern-site .tcs-website-pricing-grid > .e-con-inner > .tcs-card:nth-child(5) {
  grid-column: span 3;
}

body.tcs-modern-site .tcs-website-pricing-card .tcs-price {
  margin: 0 0 18px;
  color: var(--tcs-muted);
  font-size: 1rem;
  line-height: 1.35;
}

body.tcs-modern-site .tcs-website-pricing-card .tcs-price strong {
  display: block;
  margin-top: 4px;
  color: var(--tcs-gold);
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  line-height: 1.05;
}

body.tcs-modern-site .tcs-website-pricing-card ul,
body.tcs-modern-site .tcs-website-checklist ul,
body.tcs-modern-site .tcs-website-feature ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

body.tcs-modern-site .tcs-website-pricing-card li,
body.tcs-modern-site .tcs-website-checklist li,
body.tcs-modern-site .tcs-website-feature li {
  position: relative;
  padding: 7px 0 7px 28px;
}

body.tcs-modern-site .tcs-website-pricing-card li::before,
body.tcs-modern-site .tcs-website-checklist li::before,
body.tcs-modern-site .tcs-website-feature li::before {
  position: absolute;
  top: 7px;
  left: 0;
  color: var(--tcs-gold);
  font-weight: 900;
  content: "✓";
}

body.tcs-modern-site .tcs-website-feature {
  padding: clamp(34px, 5vw, 64px);
  background:
    radial-gradient(circle at 92% 10%, rgba(250, 204, 21, 0.14), transparent 34%),
    linear-gradient(145deg, rgba(24, 56, 92, 0.9), rgba(7, 26, 51, 0.96));
  border: 1px solid rgba(250, 204, 21, 0.48);
  border-radius: var(--tcs-radius-lg);
  box-shadow: var(--tcs-shadow);
}

body.tcs-modern-site .tcs-website-feature-grid.e-con > .e-con-inner,
body.tcs-modern-site .tcs-website-check-grid.e-con > .e-con-inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 44px;
}

body.tcs-modern-site .tcs-website-process-grid.e-con > .e-con-inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

body.tcs-modern-site .tcs-website-process-grid > .e-con-inner > .tcs-card {
  min-width: 0;
}

body.tcs-modern-site .tcs-website-process-grid .tcs-card-title .elementor-heading-title {
  font-size: 1.15rem !important;
}

body.tcs-modern-site .tcs-website-faq .elementor-accordion-item {
  margin-bottom: 12px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--tcs-line-bright) !important;
  border-radius: var(--tcs-radius-sm);
}

body.tcs-modern-site .tcs-website-faq .elementor-tab-title {
  padding: 20px 22px !important;
  color: var(--tcs-white) !important;
  font-weight: 750;
}

body.tcs-modern-site .tcs-website-faq .elementor-tab-title.elementor-active,
body.tcs-modern-site .tcs-website-faq .elementor-tab-title:hover {
  color: var(--tcs-gold) !important;
  background: rgba(96, 165, 250, 0.08);
}

body.tcs-modern-site .tcs-website-faq .elementor-tab-content {
  padding: 0 22px 22px !important;
  color: var(--tcs-body) !important;
  border-top: 0 !important;
}

body.tcs-modern-site .tcs-website-pricing-note {
  padding: 24px 28px;
  color: var(--tcs-body);
  background: rgba(255, 255, 255, 0.05);
  border-left: 4px solid var(--tcs-gold);
  border-radius: var(--tcs-radius-sm);
}

body.tcs-modern-site .tcs-website-pricing-note p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  body.tcs-modern-site .tcs-website-service-strip.e-con > .e-con-inner,
  body.tcs-modern-site .tcs-website-process-grid.e-con > .e-con-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.tcs-modern-site .tcs-website-pricing-grid.e-con > .e-con-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.tcs-modern-site .tcs-website-pricing-grid > .e-con-inner > .tcs-card,
  body.tcs-modern-site .tcs-website-pricing-grid > .e-con-inner > .tcs-card:nth-child(4),
  body.tcs-modern-site .tcs-website-pricing-grid > .e-con-inner > .tcs-card:nth-child(5) {
    grid-column: auto;
  }
}

@media (max-width: 767px) {
  body.tcs-modern-site .tcs-website-service-strip.e-con > .e-con-inner,
  body.tcs-modern-site .tcs-website-pricing-grid.e-con > .e-con-inner,
  body.tcs-modern-site .tcs-website-feature-grid.e-con > .e-con-inner,
  body.tcs-modern-site .tcs-website-check-grid.e-con > .e-con-inner,
  body.tcs-modern-site .tcs-website-process-grid.e-con > .e-con-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  body.tcs-modern-site .tcs-website-service-strip .elementor-widget-text-editor {
    border-radius: var(--tcs-radius-sm);
  }

  body.tcs-modern-site .tcs-website-feature {
    padding: 30px 20px;
  }

  body.tcs-modern-site .tcs-website-faq .elementor-tab-title {
    padding: 18px !important;
  }

  body.tcs-modern-site .tcs-website-faq .elementor-tab-content {
    padding: 0 18px 18px !important;
  }
}

/* V2 professional glass-and-motion refinement. */
:root {
  --tcs-glass: rgba(18, 47, 82, 0.58);
  --tcs-glass-strong: rgba(24, 56, 92, 0.76);
  --tcs-glass-soft: rgba(255, 255, 255, 0.055);
  --tcs-line-bright: rgba(191, 219, 254, 0.24);
  --tcs-glow-blue: rgba(96, 165, 250, 0.22);
  --tcs-glow-gold: rgba(250, 204, 21, 0.16);
}

body.tcs-modern-site {
  position: relative;
  min-height: 100vh;
  overflow-x: clip;
  background:
    radial-gradient(circle at 8% 4%, rgba(40, 112, 173, 0.26), transparent 28rem),
    radial-gradient(circle at 92% 22%, rgba(250, 204, 21, 0.075), transparent 24rem),
    radial-gradient(circle at 46% 78%, rgba(96, 165, 250, 0.13), transparent 32rem),
    linear-gradient(145deg, #041124 0%, #071a33 44%, #102a4f 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

body.tcs-modern-site::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(191, 219, 254, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(191, 219, 254, 0.055) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 82%);
}

body.tcs-modern-site :where(h1, h2, h3, h4, h5, h6, .elementor-heading-title) {
  color: var(--tcs-white) !important;
  font-family: inherit !important;
  letter-spacing: -0.045em !important;
}

body.tcs-modern-site :where(p, li, .elementor-widget-text-editor) {
  font-family: inherit !important;
}

body.tcs-modern-site .tcs-section {
  width: min(calc(100% - 40px), 1200px);
  padding-block: clamp(72px, 8vw, 118px);
}

body.tcs-modern-site .tcs-section + .tcs-section {
  border-top: 0;
}

body.tcs-modern-site .tcs-section + .tcs-section::before {
  display: none;
  content: none;
}

body.tcs-modern-site .tcs-eyebrow p {
  gap: 8px;
  align-items: center;
  padding: 8px 13px;
  color: var(--tcs-gold) !important;
  background: linear-gradient(135deg, rgba(250, 204, 21, 0.13), rgba(255, 255, 255, 0.045));
  border-color: rgba(250, 204, 21, 0.4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

body.tcs-modern-site .tcs-eyebrow p::before {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  content: "";
  background: var(--tcs-gold);
  border-radius: 50%;
  box-shadow: 0 0 16px rgba(250, 204, 21, 0.72);
}

body.tcs-modern-site .tcs-page-title .elementor-heading-title,
body.tcs-modern-site h1.tcs-page-title {
  max-width: 780px;
  font-size: clamp(2.85rem, 4.5vw, 4.55rem) !important;
  line-height: 0.99 !important;
  text-wrap: balance;
}

body.tcs-modern-site .tcs-section-title .elementor-heading-title {
  max-width: 840px;
  font-size: clamp(2.15rem, 3.8vw, 3.65rem) !important;
  line-height: 1.02 !important;
}

body.tcs-modern-site .tcs-lead p,
body.tcs-modern-site .tcs-section-lead p {
  color: #dbeafe !important;
}

body.tcs-modern-site .tcs-lead p {
  max-width: 680px;
  margin-top: 22px;
  font-size: clamp(1.05rem, 1.35vw, 1.22rem);
}

body.tcs-modern-site .tcs-hero {
  position: relative;
  isolation: isolate;
  margin-top: clamp(30px, 4vw, 58px);
  padding: clamp(28px, 4vw, 54px);
  overflow: visible;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.045)),
    rgba(7, 26, 51, 0.62);
  border-color: var(--tcs-line-bright);
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 0 0 1px rgba(96, 165, 250, 0.035);
  backdrop-filter: blur(24px) saturate(138%);
  -webkit-backdrop-filter: blur(24px) saturate(138%);
}

body.tcs-modern-site .tcs-hero.e-con > .e-con-inner {
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr) !important;
  align-items: stretch !important;
  gap: clamp(30px, 4vw, 58px) !important;
}

body.tcs-modern-site .tcs-hero::before {
  position: absolute;
  inset: -1px;
  z-index: -1;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(circle at 78% 18%, rgba(96, 165, 250, 0.22), transparent 32%),
    radial-gradient(circle at 18% 92%, rgba(250, 204, 21, 0.11), transparent 26%);
  border-radius: inherit;
}

body.tcs-modern-site .tcs-hero-copy {
  align-self: center;
  padding: clamp(8px, 1.3vw, 18px) 0;
}

body.tcs-modern-site .tcs-hero-visual {
  position: relative;
  min-height: clamp(390px, 35vw, 530px);
  overflow: visible;
  border-radius: 24px;
}

body.tcs-modern-site .tcs-hero-visual::before {
  position: absolute;
  inset: auto 18px 18px auto !important;
  z-index: 3;
  width: auto !important;
  height: auto !important;
  max-width: calc(100% - 36px);
  padding: 10px 14px;
  content: "Serving businesses since 2002";
  color: var(--tcs-white);
  background: rgba(6, 21, 41, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

body.tcs-modern-site .tcs-hero-visual::after {
  z-index: 2;
  background:
    linear-gradient(180deg, transparent 54%, rgba(6, 21, 41, 0.34)),
    linear-gradient(135deg, rgba(96, 165, 250, 0.08), rgba(6, 21, 41, 0.1));
  border-radius: 24px;
}

body.tcs-modern-site .tcs-hero-image,
body.tcs-modern-site .tcs-hero-image .elementor-widget-container,
body.tcs-modern-site .tcs-hero-image a {
  display: block;
  height: 100%;
}

body.tcs-modern-site .tcs-hero-image img {
  height: 100% !important;
  min-height: clamp(390px, 35vw, 530px) !important;
  max-height: none !important;
  object-fit: cover;
  object-position: center;
  border-color: rgba(191, 219, 254, 0.28);
  border-radius: 24px;
  box-shadow: 0 26px 64px rgba(0, 0, 0, 0.34);
}

body.tcs-modern-site .tcs-actions {
  margin-top: 30px;
}

body.tcs-modern-site .tcs-actions.e-con > .e-con-inner {
  gap: 13px !important;
}

body.tcs-modern-site :where(.tcs-button-primary, .tcs-button-secondary) .elementor-button,
body.tcs-modern-site .tcs-header-cta .elementor-button,
body.tcs-modern-site .wpforms-submit {
  min-height: 52px;
  padding: 14px 23px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

body.tcs-modern-site .tcs-button-primary .elementor-button,
body.tcs-modern-site .tcs-header-cta .elementor-button,
body.tcs-modern-site .wpforms-submit {
  background: linear-gradient(135deg, #fde047, #facc15) !important;
  box-shadow: 0 12px 32px rgba(250, 204, 21, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

body.tcs-modern-site .tcs-button-secondary .elementor-button {
  color: var(--tcs-white) !important;
  background: linear-gradient(135deg, rgba(96, 165, 250, 0.24), rgba(96, 165, 250, 0.1)) !important;
  border-color: rgba(147, 197, 253, 0.38) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

body.tcs-modern-site .tcs-button-secondary .elementor-button:hover {
  color: var(--tcs-ink) !important;
  background: var(--tcs-blue-hover) !important;
}

body.tcs-modern-site .tcs-card-grid.e-con > .e-con-inner,
body.tcs-modern-site .tcs-trust-grid.e-con > .e-con-inner {
  gap: 22px !important;
}

body.tcs-modern-site .tcs-card,
body.tcs-modern-site .tcs-faq-item,
body.tcs-modern-site .tcs-review-panel,
body.tcs-modern-site .tcs-pricing-callout,
body.tcs-modern-site .tcs-policy-content,
body.tcs-modern-site .tcs-split,
body.tcs-modern-site .tcs-final-cta {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.035)),
    rgba(10, 35, 66, 0.56);
  border: 1px solid var(--tcs-line-bright);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(22px) saturate(132%);
  -webkit-backdrop-filter: blur(22px) saturate(132%);
}

body.tcs-modern-site .tcs-card::after,
body.tcs-modern-site .tcs-faq-item::after,
body.tcs-modern-site .tcs-final-cta::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.09), transparent 22%, transparent 78%, rgba(96, 165, 250, 0.06));
  opacity: 0.7;
}

body.tcs-modern-site .tcs-card {
  padding: 30px;
  transform: translateZ(0);
  transition: transform 220ms ease, border-color 220ms ease, background-color 220ms ease, box-shadow 220ms ease;
}

body.tcs-modern-site .tcs-card:hover {
  transform: translateY(-7px);
  border-color: rgba(147, 197, 253, 0.48);
  box-shadow: 0 30px 72px rgba(0, 0, 0, 0.3), 0 0 34px rgba(96, 165, 250, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

body.tcs-modern-site .tcs-card::before {
  position: relative;
  z-index: 1;
  display: block;
  width: 52px;
  height: 52px;
  margin-bottom: 22px;
  content: "";
  background-color: rgba(250, 204, 21, 0.08);
  background-image: var(--tcs-card-icon), linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(96, 165, 250, 0.04));
  background-repeat: no-repeat;
  background-position: center;
  background-size: 27px 27px, auto;
  border: 1px solid rgba(250, 204, 21, 0.28);
  border-radius: 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 10px 26px rgba(0, 0, 0, 0.16);
}

body.tcs-modern-site .tcs-card-has-icon::before {
  display: none;
  content: none;
}

body.tcs-modern-site .tcs-service-icon {
  position: relative;
  z-index: 2;
  width: fit-content;
  margin: 0 0 22px;
}

body.tcs-modern-site .tcs-service-icon .elementor-icon-wrapper {
  display: flex;
  line-height: 1;
}

body.tcs-modern-site .tcs-service-icon .elementor-icon {
  display: inline-flex;
  width: 62px;
  height: 62px;
  align-items: center;
  justify-content: center;
  color: var(--tcs-gold) !important;
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.2), transparent 38%),
    linear-gradient(145deg, rgba(96, 165, 250, 0.2), rgba(250, 204, 21, 0.08));
  border: 1px solid rgba(250, 204, 21, 0.34);
  border-radius: 18px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  font-size: 27px;
  transform: translateZ(0);
  transition: transform 220ms ease, color 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

body.tcs-modern-site .tcs-card:hover .tcs-service-icon .elementor-icon {
  color: var(--tcs-white) !important;
  border-color: rgba(147, 197, 253, 0.58);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.25), 0 0 28px rgba(96, 165, 250, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transform: translateY(-3px) rotate(-2deg);
}

body.tcs-modern-site .tcs-card:nth-child(6n + 1) {
  --tcs-card-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23facc15' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3l7 3v5c0 4.7-2.8 8.1-7 10-4.2-1.9-7-5.3-7-10V6l7-3z'/%3E%3Cpath d='M9 12l2 2 4-4'/%3E%3C/svg%3E");
}

body.tcs-modern-site .tcs-card:nth-child(6n + 2) {
  --tcs-card-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23facc15' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='12' rx='2'/%3E%3Cpath d='M8 20h8M12 16v4M8 10h8'/%3E%3C/svg%3E");
}

body.tcs-modern-site .tcs-card:nth-child(6n + 3) {
  --tcs-card-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23facc15' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='5' r='2'/%3E%3Ccircle cx='5' cy='18' r='2'/%3E%3Ccircle cx='19' cy='18' r='2'/%3E%3Cpath d='M12 7v4M12 11l-7 5M12 11l7 5'/%3E%3C/svg%3E");
}

body.tcs-modern-site .tcs-card:nth-child(6n + 4) {
  --tcs-card-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23facc15' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 18a4.5 4.5 0 01.8-8.9A6 6 0 0119 11a3.5 3.5 0 01-2 6.9H7z'/%3E%3Cpath d='M9 14h6M12 11v6'/%3E%3C/svg%3E");
}

body.tcs-modern-site .tcs-card:nth-child(6n + 5) {
  --tcs-card-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23facc15' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 7v5h-5M4 17v-5h5'/%3E%3Cpath d='M18 12a6 6 0 00-10-4L5 11M6 12a6 6 0 0010 4l3-3'/%3E%3C/svg%3E");
}

body.tcs-modern-site .tcs-card:nth-child(6n + 6) {
  --tcs-card-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23facc15' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 6l4-4 4 4-4 4M3 21l7.5-7.5M13 11l-2-2-8 8v4h4l8-8-2-2z'/%3E%3C/svg%3E");
}

body.tcs-modern-site .tcs-card > *,
body.tcs-modern-site .tcs-faq-item > *,
body.tcs-modern-site .tcs-final-cta > * {
  position: relative;
  z-index: 1;
}

body.tcs-modern-site .tcs-card-title .elementor-heading-title {
  font-size: clamp(1.28rem, 1.8vw, 1.56rem) !important;
  line-height: 1.12 !important;
}

body.tcs-modern-site .tcs-trust-grid .tcs-card {
  min-height: 230px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.025)),
    rgba(9, 33, 62, 0.52);
}

body.tcs-modern-site .tcs-split {
  margin-block: clamp(24px, 4vw, 48px);
  padding: clamp(30px, 4.5vw, 58px);
  border-radius: var(--tcs-radius-lg);
}

body.tcs-modern-site .tcs-split.e-con > .e-con-inner {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr) !important;
  align-items: center !important;
  gap: clamp(36px, 5vw, 70px) !important;
}

body.tcs-modern-site .tcs-split-visual,
body.tcs-modern-site .tcs-section-image,
body.tcs-modern-site .tcs-section-image .elementor-widget-container {
  height: 100%;
}

body.tcs-modern-site .tcs-section-image img {
  height: 100% !important;
  min-height: 390px !important;
  max-height: 520px !important;
  object-position: center 28%;
}

body.tcs-modern-site .tcs-faqs {
  max-width: 1000px;
}

body.tcs-modern-site .tcs-faq-item {
  padding: 26px 30px;
  transition: border-color 180ms ease, transform 180ms ease;
}

body.tcs-modern-site .tcs-faq-item:hover {
  transform: translateX(4px);
  border-color: rgba(147, 197, 253, 0.4);
}

body.tcs-modern-site .tcs-pricing-callout,
body.tcs-modern-site .tcs-review-panel,
body.tcs-modern-site .tcs-final-cta {
  padding: clamp(42px, 6vw, 78px);
  border-radius: var(--tcs-radius-lg);
}

body.tcs-modern-site .tcs-pricing-callout {
  background:
    radial-gradient(circle at 90% 10%, rgba(250, 204, 21, 0.16), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035)),
    rgba(10, 35, 66, 0.62);
}

body.tcs-modern-site :where(.elementor-location-header, .hfe-site-header, .elementor-22) {
  position: sticky;
  top: 0;
  z-index: 10000;
  background: rgba(4, 17, 36, 0.78);
  border-bottom-color: rgba(191, 219, 254, 0.18);
  box-shadow: 0 12px 42px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(24px) saturate(145%);
  -webkit-backdrop-filter: blur(24px) saturate(145%);
}

body.tcs-modern-site .tcs-site-header {
  padding-block: 12px;
}

body.tcs-modern-site .tcs-header-cta {
  display: none !important;
}

body.tcs-modern-site :where(.hfe-nav-menu__layout-horizontal, .hfe-dropdown, .hfe-dropdown-expandible, .hfe-nav-menu .sub-menu) {
  background: rgba(18, 47, 82, 0.76) !important;
  border-color: rgba(191, 219, 254, 0.22) !important;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(22px) saturate(135%);
  -webkit-backdrop-filter: blur(22px) saturate(135%);
}

body.tcs-modern-site :where(.elementor-location-footer, .hfe-site-footer, .elementor-45) {
  background:
    linear-gradient(180deg, rgba(10, 35, 66, 0.9), rgba(4, 17, 36, 0.98));
  border-top-color: rgba(191, 219, 254, 0.18);
}

html.tcs-motion-ready body.tcs-modern-site .tcs-reveal {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition:
    opacity 640ms cubic-bezier(0.22, 1, 0.36, 1) var(--tcs-reveal-delay, 0ms),
    transform 640ms cubic-bezier(0.22, 1, 0.36, 1) var(--tcs-reveal-delay, 0ms);
}

html.tcs-motion-ready body.tcs-modern-site .tcs-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

body.elementor-editor-active .tcs-reveal {
  opacity: 1 !important;
  transform: none !important;
}

@media (max-width: 1024px) {
  body.tcs-modern-site .tcs-hero.e-con > .e-con-inner,
  body.tcs-modern-site .tcs-split.e-con > .e-con-inner {
    grid-template-columns: 1fr !important;
  }

  body.tcs-modern-site .tcs-hero-visual {
    order: 0;
    min-height: 360px;
  }

  body.tcs-modern-site .tcs-hero-image img {
    min-height: 360px !important;
    max-height: 500px !important;
  }

  body.tcs-modern-site :where(.elementor-location-header, .hfe-site-header, .elementor-22) .hfe-nav-menu__layout-horizontal {
    background: rgba(18, 47, 82, 0.96) !important;
  }
}

@media (max-width: 767px) {
  body.tcs-modern-site::before {
    background-size: 48px 48px;
  }

  body.tcs-modern-site .tcs-section {
    width: min(calc(100% - 24px), 1200px);
    padding-block: 58px;
  }

  body.tcs-modern-site .tcs-hero {
    width: min(calc(100% - 20px), 1200px);
    padding: 24px 18px 20px;
    gap: 28px;
    border-radius: 22px;
  }

  body.tcs-modern-site .tcs-page-title .elementor-heading-title {
    font-size: clamp(2.35rem, 12vw, 3.45rem) !important;
    line-height: 1 !important;
  }

  body.tcs-modern-site .tcs-section-title .elementor-heading-title {
    font-size: clamp(1.95rem, 9vw, 2.75rem) !important;
  }

  body.tcs-modern-site .tcs-hero-visual,
  body.tcs-modern-site .tcs-hero-image img {
    min-height: 250px !important;
    max-height: 360px !important;
  }

  body.tcs-modern-site .tcs-hero-visual::before {
    inset: auto 12px 12px auto !important;
    max-width: calc(100% - 24px);
    padding: 8px 11px;
    font-size: 0.7rem;
  }

  body.tcs-modern-site .tcs-split {
    width: min(calc(100% - 20px), 1200px);
    padding: 24px 18px;
    gap: 30px;
    border-radius: 20px;
  }

  body.tcs-modern-site .tcs-section-image img {
    min-height: 260px !important;
    max-height: 390px !important;
  }

  body.tcs-modern-site .tcs-card,
  body.tcs-modern-site .tcs-faq-item {
    padding: 24px 20px;
  }

  body.tcs-modern-site .tcs-card::before {
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
  }

  body.tcs-modern-site .tcs-pricing-callout,
  body.tcs-modern-site .tcs-review-panel,
  body.tcs-modern-site .tcs-final-cta {
    padding: 34px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.tcs-motion-ready body.tcs-modern-site .tcs-reveal,
  html.tcs-motion-ready body.tcs-modern-site .tcs-reveal.is-visible {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* Website Design & Managed Hosting V3.
 * Intentionally scoped to page 141 so no other Elementor page is affected. */
body.tcs-modern-site.page-id-141 .tcs-section {
  width: min(calc(100% - 48px), 1280px);
  padding-block: clamp(76px, 7vw, 108px);
}

body.tcs-modern-site.page-id-141 .tcs-web-section-head {
  margin-bottom: clamp(32px, 4vw, 52px);
}

body.tcs-modern-site.page-id-141 .tcs-web-section-head.e-con > .e-con-inner {
  align-items: center;
  text-align: center;
}

body.tcs-modern-site.page-id-141 .tcs-web-section-head .tcs-section-lead {
  max-width: 820px;
}

body.tcs-modern-site.page-id-141 .tcs-web-section-head .tcs-section-lead p {
  margin-inline: auto;
}

body.tcs-modern-site.page-id-141 .tcs-website-hero {
  padding: clamp(34px, 4vw, 62px);
}

body.tcs-modern-site.page-id-141 .tcs-website-hero.e-con > .e-con-inner {
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr) !important;
}

body.tcs-modern-site.page-id-141 .tcs-web-offerings {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
}

body.tcs-modern-site.page-id-141 .tcs-web-offerings span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 7px 12px;
  color: #dbeafe;
  background: rgba(96, 165, 250, 0.1);
  border: 1px solid rgba(147, 197, 253, 0.24);
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 750;
  letter-spacing: 0.025em;
}

body.tcs-modern-site.page-id-141 .tcs-web-confidence-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.tcs-modern-site.page-id-141 .tcs-web-confidence-list li {
  position: relative;
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 14px 16px 14px 46px;
  color: #eff6ff;
  background: rgba(255, 255, 255, 0.052);
  border: 1px solid rgba(191, 219, 254, 0.18);
  border-radius: 14px;
  font-weight: 700;
  line-height: 1.25;
}

body.tcs-modern-site.page-id-141 .tcs-web-confidence-list li::before {
  position: absolute;
  left: 16px;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  content: "✓";
  color: #071a33;
  background: var(--tcs-gold);
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 900;
}

body.tcs-modern-site.page-id-141 .tcs-website-service-strip.e-con > .e-con-inner {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

body.tcs-modern-site.page-id-141 .tcs-web-capability {
  min-height: 128px;
  padding: 20px;
  justify-content: center;
  text-align: left;
  border-radius: 18px;
}

body.tcs-modern-site.page-id-141 .tcs-web-capability.e-con > .e-con-inner {
  justify-content: center;
  align-items: flex-start;
}

body.tcs-modern-site.page-id-141 .tcs-web-capability::before {
  width: 42px;
  height: 42px;
  margin-bottom: 15px;
  background-size: 22px 22px, auto;
  border-radius: 13px;
}

body.tcs-modern-site.page-id-141 .tcs-web-capability .tcs-card-title .elementor-heading-title {
  font-size: 1rem !important;
  letter-spacing: -0.02em !important;
}

body.tcs-modern-site.page-id-141 .tcs-website-services {
  position: relative;
}

body.tcs-modern-site.page-id-141 .tcs-website-services::before,
body.tcs-modern-site.page-id-141 .tcs-website-hosting::before {
  position: absolute;
  inset: 3% -8% auto;
  z-index: -1;
  height: 62%;
  content: "";
  pointer-events: none;
  background: radial-gradient(circle at center, rgba(40, 112, 173, 0.14), transparent 68%);
}

body.tcs-modern-site.page-id-141 .tcs-website-pricing-grid.e-con > .e-con-inner {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

body.tcs-modern-site.page-id-141 .tcs-website-pricing-grid > .e-con-inner > .tcs-web-price-card {
  grid-column: span 2;
  min-width: 0;
  min-height: 590px;
  padding: 32px 30px;
}

body.tcs-modern-site.page-id-141 .tcs-website-pricing-grid > .e-con-inner > .tcs-web-price-card:nth-child(4),
body.tcs-modern-site.page-id-141 .tcs-website-pricing-grid > .e-con-inner > .tcs-web-price-card:nth-child(5) {
  grid-column: span 3;
  min-height: 530px;
}

body.tcs-modern-site.page-id-141 .tcs-web-price-card.e-con > .e-con-inner {
  height: 100%;
  align-content: flex-start;
  align-items: stretch;
}

body.tcs-modern-site.page-id-141 .tcs-web-price-card--featured {
  background:
    radial-gradient(circle at 86% 8%, rgba(250, 204, 21, 0.16), transparent 33%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
    rgba(12, 41, 75, 0.72);
  border-color: rgba(250, 204, 21, 0.42);
}

body.tcs-modern-site.page-id-141 .tcs-web-card-kicker p {
  width: fit-content;
  margin: -2px 0 14px;
  padding: 6px 10px;
  color: var(--tcs-gold) !important;
  background: rgba(250, 204, 21, 0.09);
  border: 1px solid rgba(250, 204, 21, 0.26);
  border-radius: 999px;
  font-size: 0.69rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  line-height: 1.1;
  text-transform: uppercase;
}

body.tcs-modern-site.page-id-141 .tcs-web-price p {
  margin: 8px 0 18px;
  color: #bfdbfe !important;
  font-size: 0.86rem;
  font-weight: 750;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

body.tcs-modern-site.page-id-141 .tcs-web-price strong {
  display: block;
  margin-top: 6px;
  color: var(--tcs-gold);
  font-size: clamp(1.75rem, 2.4vw, 2.35rem);
  font-weight: 850;
  letter-spacing: -0.045em;
  line-height: 1.02;
  text-transform: none;
}

body.tcs-modern-site.page-id-141 .tcs-web-card-copy p {
  margin-bottom: 13px;
}

body.tcs-modern-site.page-id-141 .tcs-web-feature-list,
body.tcs-modern-site.page-id-141 .tcs-web-package-list,
body.tcs-modern-site.page-id-141 .tcs-web-redesign-list,
body.tcs-modern-site.page-id-141 .tcs-web-hosting-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

body.tcs-modern-site.page-id-141 .tcs-web-feature-list li,
body.tcs-modern-site.page-id-141 .tcs-web-package-list li,
body.tcs-modern-site.page-id-141 .tcs-web-redesign-list li,
body.tcs-modern-site.page-id-141 .tcs-web-hosting-list li {
  position: relative;
  padding: 7px 0 7px 27px;
  line-height: 1.35;
}

body.tcs-modern-site.page-id-141 .tcs-web-feature-list li::before,
body.tcs-modern-site.page-id-141 .tcs-web-package-list li::before,
body.tcs-modern-site.page-id-141 .tcs-web-redesign-list li::before,
body.tcs-modern-site.page-id-141 .tcs-web-hosting-list li::before {
  position: absolute;
  top: 7px;
  left: 0;
  color: var(--tcs-gold);
  content: "✓";
  font-weight: 900;
}

body.tcs-modern-site.page-id-141 .tcs-web-term p {
  margin: 10px 0 0;
  padding: 11px 13px;
  color: #fff7cc !important;
  background: rgba(250, 204, 21, 0.09);
  border: 1px solid rgba(250, 204, 21, 0.24);
  border-radius: 10px;
  font-size: 0.86rem;
  font-weight: 800;
}

body.tcs-modern-site.page-id-141 .tcs-web-card-action {
  margin-top: auto;
  padding-top: 24px;
}

body.tcs-modern-site.page-id-141 .tcs-web-card-action .elementor-button {
  width: 100%;
  justify-content: center;
}

body.tcs-modern-site.page-id-141 .tcs-website-feature {
  padding: clamp(42px, 5vw, 72px);
}

body.tcs-modern-site.page-id-141 .tcs-website-feature.e-con > .e-con-inner {
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr) !important;
  gap: clamp(34px, 5vw, 72px) !important;
}

body.tcs-modern-site.page-id-141 .tcs-web-package-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px 28px;
  margin-top: 0;
}

body.tcs-modern-site.page-id-141 .tcs-web-package-list li {
  min-height: 44px;
  padding-block: 10px;
  border-bottom: 1px solid rgba(191, 219, 254, 0.12);
}

body.tcs-modern-site.page-id-141 .tcs-website-partner {
  padding: clamp(40px, 5vw, 68px);
}

body.tcs-modern-site.page-id-141 .tcs-website-partner.e-con > .e-con-inner {
  grid-template-columns: minmax(0, 1.03fr) minmax(420px, 0.97fr) !important;
}

body.tcs-modern-site.page-id-141 .tcs-web-ecosystem {
  padding: 28px;
  background:
    radial-gradient(circle at 50% 46%, rgba(96, 165, 250, 0.19), transparent 43%),
    rgba(4, 17, 36, 0.48);
  border: 1px solid rgba(147, 197, 253, 0.23);
  border-radius: 22px;
}

body.tcs-modern-site.page-id-141 .tcs-web-ecosystem-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

body.tcs-modern-site.page-id-141 .tcs-web-ecosystem-grid span {
  min-height: 48px;
  display: flex;
  align-items: center;
  padding: 10px 13px;
  color: #eff6ff;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(191, 219, 254, 0.16);
  border-radius: 12px;
  font-size: 0.88rem;
  font-weight: 750;
}

body.tcs-modern-site.page-id-141 .tcs-web-ecosystem-grid span::before {
  width: 8px;
  height: 8px;
  margin-right: 9px;
  flex: 0 0 8px;
  content: "";
  background: var(--tcs-gold);
  border-radius: 50%;
  box-shadow: 0 0 13px rgba(250, 204, 21, 0.45);
}

body.tcs-modern-site.page-id-141 .tcs-web-ecosystem-core {
  margin-top: 14px;
  padding: 18px;
  color: #dbeafe;
  text-align: center;
  background: linear-gradient(135deg, rgba(96, 165, 250, 0.18), rgba(250, 204, 21, 0.08));
  border: 1px solid rgba(147, 197, 253, 0.28);
  border-radius: 14px;
}

body.tcs-modern-site.page-id-141 .tcs-web-ecosystem-core strong {
  display: block;
  margin-bottom: 4px;
  color: var(--tcs-white);
  font-size: 1.02rem;
}

body.tcs-modern-site.page-id-141 .tcs-web-redesign-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 0;
}

body.tcs-modern-site.page-id-141 .tcs-web-redesign-list li {
  min-height: 68px;
  display: flex;
  align-items: center;
  padding: 15px 16px 15px 46px;
  color: #eff6ff;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(191, 219, 254, 0.17);
  border-radius: 14px;
  font-weight: 700;
}

body.tcs-modern-site.page-id-141 .tcs-web-redesign-list li::before {
  top: 50%;
  left: 17px;
  transform: translateY(-50%);
}

body.tcs-modern-site.page-id-141 .tcs-website-redesign > .e-con-inner > .tcs-actions {
  margin-inline: auto;
}

body.tcs-modern-site.page-id-141 .tcs-web-hosting-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 11px;
  margin-top: 0;
}

body.tcs-modern-site.page-id-141 .tcs-web-hosting-list li {
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 12px 12px 12px 38px;
  color: #eff6ff;
  background: rgba(96, 165, 250, 0.075);
  border: 1px solid rgba(147, 197, 253, 0.18);
  border-radius: 12px;
  font-size: 0.9rem;
  font-weight: 700;
}

body.tcs-modern-site.page-id-141 .tcs-web-hosting-list li::before {
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
}

body.tcs-modern-site.page-id-141 .tcs-web-hosting-cards.e-con > .e-con-inner {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px !important;
  margin-top: 28px;
}

body.tcs-modern-site.page-id-141 .tcs-web-hosting-cards .tcs-card {
  min-height: 310px;
}

body.tcs-modern-site.page-id-141 .tcs-website-process-grid.e-con > .e-con-inner {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
  counter-reset: tcs-web-process;
}

body.tcs-modern-site.page-id-141 .tcs-website-process-grid > .e-con-inner > .tcs-web-process-card {
  grid-column: span 3;
  min-width: 0;
  min-height: 290px;
  padding: 28px 24px;
  counter-increment: tcs-web-process;
}

body.tcs-modern-site.page-id-141 .tcs-website-process-grid > .e-con-inner > .tcs-web-process-card:nth-child(n + 5) {
  grid-column: span 4;
}

body.tcs-modern-site.page-id-141 .tcs-web-process-card::before {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  content: counter(tcs-web-process, decimal-leading-zero);
  color: #071a33;
  background: linear-gradient(135deg, #fde047, #facc15);
  border: 0;
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(250, 204, 21, 0.16);
  font-size: 0.86rem;
  font-weight: 900;
}

body.tcs-modern-site.page-id-141 .tcs-web-process-card .tcs-card-title .elementor-heading-title {
  font-size: 1.14rem !important;
}

body.tcs-modern-site.page-id-141 .tcs-website-faq-section {
  max-width: 1040px;
}

body.tcs-modern-site.page-id-141 .tcs-website-faq .elementor-accordion-item {
  margin-bottom: 12px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(9, 33, 62, 0.56);
  border-color: rgba(191, 219, 254, 0.2) !important;
  border-radius: 14px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12);
}

body.tcs-modern-site.page-id-141 .tcs-website-faq .elementor-tab-title {
  min-height: 64px;
  display: flex;
  align-items: center;
  padding: 19px 22px !important;
}

body.tcs-modern-site.page-id-141 .tcs-website-pricing-disclaimer {
  padding-block: 24px 70px;
}

body.tcs-modern-site.page-id-141 .tcs-website-pricing-note {
  max-width: 1040px;
  margin-inline: auto;
}

body.tcs-modern-site.page-id-141 .tcs-website-final-cta {
  max-width: 1180px;
  margin-bottom: clamp(60px, 8vw, 110px);
  text-align: center;
  background:
    radial-gradient(circle at 12% 20%, rgba(96, 165, 250, 0.2), transparent 34%),
    radial-gradient(circle at 90% 76%, rgba(250, 204, 21, 0.14), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035)),
    rgba(10, 35, 66, 0.68);
}

body.tcs-modern-site.page-id-141 .tcs-website-final-cta.e-con > .e-con-inner {
  align-items: center;
}

body.tcs-modern-site.page-id-141 .tcs-website-final-cta .tcs-section-title,
body.tcs-modern-site.page-id-141 .tcs-website-final-cta .tcs-section-lead {
  max-width: 850px;
}

@media (max-width: 1100px) {
  body.tcs-modern-site.page-id-141 .tcs-website-hero.e-con > .e-con-inner,
  body.tcs-modern-site.page-id-141 .tcs-website-feature.e-con > .e-con-inner,
  body.tcs-modern-site.page-id-141 .tcs-website-partner.e-con > .e-con-inner {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.tcs-modern-site.page-id-141 .tcs-website-service-strip.e-con > .e-con-inner,
  body.tcs-modern-site.page-id-141 .tcs-web-confidence-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.tcs-modern-site.page-id-141 .tcs-website-pricing-grid.e-con > .e-con-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.tcs-modern-site.page-id-141 .tcs-website-pricing-grid > .e-con-inner > .tcs-web-price-card,
  body.tcs-modern-site.page-id-141 .tcs-website-pricing-grid > .e-con-inner > .tcs-web-price-card:nth-child(4),
  body.tcs-modern-site.page-id-141 .tcs-website-pricing-grid > .e-con-inner > .tcs-web-price-card:nth-child(5) {
    grid-column: auto;
    min-height: 0;
  }

  body.tcs-modern-site.page-id-141 .tcs-website-pricing-grid > .e-con-inner > .tcs-web-price-card:last-child {
    grid-column: 1 / -1;
  }

  body.tcs-modern-site.page-id-141 .tcs-web-hosting-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.tcs-modern-site.page-id-141 .tcs-website-process-grid.e-con > .e-con-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.tcs-modern-site.page-id-141 .tcs-website-process-grid > .e-con-inner > .tcs-web-process-card,
  body.tcs-modern-site.page-id-141 .tcs-website-process-grid > .e-con-inner > .tcs-web-process-card:nth-child(n + 5) {
    grid-column: auto;
    min-height: 250px;
  }

  body.tcs-modern-site.page-id-141 .tcs-website-process-grid > .e-con-inner > .tcs-web-process-card:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  body.tcs-modern-site.page-id-141 .tcs-section {
    width: min(calc(100% - 24px), 1280px);
    padding-block: 58px;
  }

  body.tcs-modern-site.page-id-141 .tcs-web-section-head {
    margin-bottom: 28px;
  }

  body.tcs-modern-site.page-id-141 .tcs-website-hero {
    width: min(calc(100% - 20px), 1280px);
    padding: 26px 18px 20px;
  }

  body.tcs-modern-site.page-id-141 .tcs-page-title .elementor-heading-title {
    font-size: clamp(2.15rem, 10vw, 3rem) !important;
    letter-spacing: -0.055em !important;
  }

  body.tcs-modern-site.page-id-141 .tcs-web-offerings {
    gap: 7px;
    margin-top: 20px;
  }

  body.tcs-modern-site.page-id-141 .tcs-web-offerings span {
    font-size: 0.72rem;
  }

  body.tcs-modern-site.page-id-141 .tcs-website-service-strip.e-con > .e-con-inner,
  body.tcs-modern-site.page-id-141 .tcs-web-confidence-list,
  body.tcs-modern-site.page-id-141 .tcs-website-pricing-grid.e-con > .e-con-inner,
  body.tcs-modern-site.page-id-141 .tcs-web-package-list,
  body.tcs-modern-site.page-id-141 .tcs-web-redesign-list,
  body.tcs-modern-site.page-id-141 .tcs-web-hosting-list,
  body.tcs-modern-site.page-id-141 .tcs-web-hosting-cards.e-con > .e-con-inner,
  body.tcs-modern-site.page-id-141 .tcs-website-process-grid.e-con > .e-con-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  body.tcs-modern-site.page-id-141 .tcs-web-capability {
    min-height: 0;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 13px;
    padding: 15px 17px;
  }

  body.tcs-modern-site.page-id-141 .tcs-web-capability.e-con > .e-con-inner {
    width: 100%;
    min-width: 0;
    justify-content: center;
  }

  body.tcs-modern-site.page-id-141 .tcs-web-capability::before {
    margin: 0;
  }

  body.tcs-modern-site.page-id-141 .tcs-web-price-card,
  body.tcs-modern-site.page-id-141 .tcs-web-hosting-cards .tcs-card,
  body.tcs-modern-site.page-id-141 .tcs-web-process-card {
    min-height: 0;
  }

  body.tcs-modern-site.page-id-141 .tcs-website-feature,
  body.tcs-modern-site.page-id-141 .tcs-website-partner {
    width: min(calc(100% - 20px), 1280px);
    padding: 30px 20px;
  }

  body.tcs-modern-site.page-id-141 .tcs-web-ecosystem {
    padding: 18px;
  }

  body.tcs-modern-site.page-id-141 .tcs-web-ecosystem-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.tcs-modern-site.page-id-141 .tcs-web-redesign-list li,
  body.tcs-modern-site.page-id-141 .tcs-web-hosting-list li {
    min-height: 58px;
  }

  body.tcs-modern-site.page-id-141 .tcs-website-pricing-grid > .e-con-inner > .tcs-web-price-card:last-child,
  body.tcs-modern-site.page-id-141 .tcs-website-process-grid > .e-con-inner > .tcs-web-process-card:last-child {
    grid-column: auto;
  }

  body.tcs-modern-site.page-id-141 .tcs-website-faq .elementor-tab-title {
    min-height: 58px;
    padding: 17px 16px !important;
  }

  body.tcs-modern-site.page-id-141 .tcs-website-pricing-disclaimer {
    padding-top: 8px;
  }

  body.tcs-modern-site.page-id-141 .tcs-website-final-cta .tcs-actions,
  body.tcs-modern-site.page-id-141 .tcs-website-final-cta .tcs-actions.e-con > .e-con-inner {
    width: 100%;
  }

  body.tcs-modern-site.page-id-141 .tcs-website-final-cta .tcs-actions.e-con > .e-con-inner {
    flex-direction: column;
  }

  body.tcs-modern-site.page-id-141 .tcs-website-final-cta .elementor-button {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 390px) {
  body.tcs-modern-site.page-id-141 .tcs-web-offerings span {
    width: 100%;
    justify-content: center;
  }
}

/* Essential service, pricing, and process content must not depend on the
 * site-wide IntersectionObserver reveal effect firing. */
html.tcs-motion-ready body.tcs-modern-site.page-id-141 .tcs-reveal,
html.tcs-motion-ready body.tcs-modern-site.page-id-141 .tcs-reveal.is-visible {
  opacity: 1;
  transform: none;
  transition: none;
}
