.elementor-392 .elementor-element.elementor-element-cb95330{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-fd1443b */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
  --ccs-primary: #0f172a;
  --ccs-primary-2: #13233f;
  --ccs-accent: #19c6a4;
  --ccs-accent-2: #ff8d4d;
  --ccs-bg: #f5f7fb;
  --ccs-surface: #ffffff;
  --ccs-surface-2: #eef3f9;
  --ccs-text: #122033;
  --ccs-text-muted: #5d6b7e;
  --ccs-text-light: #cfd8e6;
  --ccs-border: #dbe4ef;
  --ccs-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
  --ccs-shadow-lg: 0 30px 80px rgba(7, 16, 34, 0.18);
  --ccs-radius-sm: 16px;
  --ccs-radius-md: 24px;
  --ccs-radius-lg: 32px;
  --ccs-max-width: 1180px;
  --ccs-section-space: clamp(72px, 8vw, 124px);
}

.ccs-page,
.ccs-page * {
  box-sizing: border-box;
}

.ccs-page {
  color: var(--ccs-text);
  background: var(--ccs-bg);
  font-family: "Inter", sans-serif;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.ccs-page section,
.ccs-page footer {
  position: relative;
}

.ccs-container {
  width: min(100% - 32px, var(--ccs-max-width));
  margin-inline: auto;
}

.ccs-section {
  padding: var(--ccs-section-space) 0;
}

.ccs-page h1,
.ccs-page h2,
.ccs-page h3 {
  margin: 0 0 16px;
  color: var(--ccs-text);
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.ccs-page h1 {
  font-size: clamp(2.5rem, 6vw, 4.8rem);
  font-weight: 800;
  max-width: 12ch;
}

.ccs-page h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 800;
  max-width: 14ch;
}

.ccs-page h3 {
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  font-weight: 700;
}

.ccs-page p {
  margin: 0 0 18px;
  color: var(--ccs-text-muted);
  font-size: 1rem;
}

.ccs-page ul,
.ccs-page ol {
  margin: 0;
  padding-left: 20px;
}

.ccs-page li {
  margin-bottom: 10px;
  color: var(--ccs-text-muted);
}

.ccs-eyebrow,
.ccs-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 8px 14px;
  border: 1px solid rgba(25, 198, 164, 0.18);
  border-radius: 999px;
  background: rgba(25, 198, 164, 0.08);
  color: #0f7f6f;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ccs-kicker::before,
.ccs-eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ccs-accent);
  box-shadow: 0 0 0 6px rgba(25, 198, 164, 0.14);
}

.ccs-section-heading {
  margin-bottom: 42px;
}

.ccs-section-heading-light h2,
.ccs-section-heading-light .ccs-kicker {
  color: #ffffff;
}

.ccs-section-heading-light .ccs-kicker {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
}

.ccs-section-intro,
.ccs-choice-intro {
  max-width: 860px;
  margin-bottom: 28px;
}

.ccs-hero {
  padding: clamp(56px, 7vw, 88px) 0 var(--ccs-section-space);
  background:
    radial-gradient(circle at top right, rgba(25, 198, 164, 0.16), transparent 32%),
    linear-gradient(135deg, #0b1220 0%, #112240 55%, #102a44 100%);
  color: #ffffff;
  overflow: hidden;
}

.ccs-hero::after {
  content: "";
  position: absolute;
  inset: auto -8% -120px auto;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 141, 77, 0.28), transparent 68%);
  pointer-events: none;
}

.ccs-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 28px;
  align-items: center;
}

.ccs-hero-copy h1,
.ccs-hero-copy p,
.ccs-hero-note p {
  color: #ffffff;
}

.ccs-hero-copy > p {
  max-width: 720px;
  font-size: clamp(1.04rem, 1.2vw, 1.14rem);
  color: rgba(255, 255, 255, 0.84);
}

.ccs-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 28px 0 18px;
}

.ccs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none !important;
  font-size: 0.98rem;
  font-weight: 700;
  text-align: center;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease, border-color 0.22s ease, color 0.22s ease;
  cursor: pointer;
}

.ccs-btn:hover,
.ccs-btn:focus {
  transform: translateY(-2px);
}

.ccs-btn-primary {
  background: linear-gradient(135deg, var(--ccs-accent), #10b89a);
  color: #06211d;
  box-shadow: 0 16px 35px rgba(25, 198, 164, 0.28);
}

.ccs-btn-primary:hover,
.ccs-btn-primary:focus {
  box-shadow: 0 22px 40px rgba(25, 198, 164, 0.34);
}

.ccs-btn-secondary {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
}

.ccs-btn-secondary:hover,
.ccs-btn-secondary:focus {
  background: rgba(255, 255, 255, 0.14);
}

.ccs-btn-accent {
  background: linear-gradient(135deg, var(--ccs-accent-2), #ffb06d);
  color: #2d1205;
  box-shadow: 0 18px 38px rgba(255, 141, 77, 0.25);
}

.ccs-btn-accent:hover,
.ccs-btn-accent:focus {
  box-shadow: 0 22px 42px rgba(255, 141, 77, 0.34);
}

.ccs-btn-ghost {
  background: transparent;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.24);
}

.ccs-btn-ghost:hover,
.ccs-btn-ghost:focus {
  background: rgba(255, 255, 255, 0.08);
}

.ccs-btn-full {
  width: 100%;
}

.ccs-hero-note {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.ccs-hero-note p {
  margin: 0;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.72);
}

.ccs-hero-panel {
  display: grid;
  gap: 18px;
}

.ccs-panel-card,
.ccs-stat-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  border-radius: var(--ccs-radius-md);
  box-shadow: var(--ccs-shadow-lg);
}

.ccs-panel-card {
  padding: 24px;
}

.ccs-panel-label {
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.88rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ccs-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  list-style: none;
}

.ccs-chip-list li {
  margin: 0;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 600;
}

.ccs-panel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.ccs-stat-card {
  padding: 20px;
}

.ccs-stat-number {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 800;
}

.ccs-stat-text {
  display: block;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.92rem;
}

.ccs-panel-card-accent {
  background: linear-gradient(135deg, rgba(255, 141, 77, 0.18), rgba(25, 198, 164, 0.12));
}

.ccs-panel-card-accent p {
  margin: 0;
  color: #ffffff;
}

.ccs-problem-layout,
.ccs-two-col,
.ccs-final-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(290px, 0.7fr);
  gap: 28px;
  align-items: start;
}

.ccs-content-block,
.ccs-side-card,
.ccs-choice-card,
.ccs-service-card,
.ccs-step-card,
.ccs-result-card,
.ccs-price-card,
.ccs-callout-card,
.ccs-contact-card {
  background: var(--ccs-surface);
  border: 1px solid var(--ccs-border);
  border-radius: var(--ccs-radius-md);
  box-shadow: var(--ccs-shadow);
}

.ccs-side-card,
.ccs-callout-card,
.ccs-contact-card {
  padding: 28px;
}

.ccs-content-block {
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

.ccs-callout-card {
  position: sticky;
  top: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.ccs-callout-card h3 {
  max-width: 14ch;
}

.ccs-text-link,
.ccs-footer-link,
.ccs-contact-direct a {
  color: #0f7f6f;
  font-weight: 700;
  text-decoration: none;
}

.ccs-text-link:hover,
.ccs-footer-link:hover,
.ccs-contact-direct a:hover {
  text-decoration: underline;
}

.ccs-feature-list,
.ccs-check-list {
  list-style: none;
  padding: 0;
}

.ccs-feature-list li,
.ccs-check-list li {
  position: relative;
  margin: 0 0 14px;
  padding-left: 28px;
}

.ccs-feature-list li::before,
.ccs-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--ccs-accent), var(--ccs-accent-2));
  transform: translateY(-50%);
}

.ccs-choice-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin: 28px 0 36px;
}

.ccs-choice-card,
.ccs-service-card,
.ccs-step-card,
.ccs-result-card,
.ccs-price-card {
  padding: 28px;
}

.ccs-choice-number {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--ccs-primary), var(--ccs-primary-2));
  color: #ffffff;
  font-weight: 800;
}

.ccs-table-wrap {
  margin-top: 14px;
}

.ccs-table-scroll {
  overflow-x: auto;
  border: 1px solid var(--ccs-border);
  border-radius: var(--ccs-radius-md);
  background: var(--ccs-surface);
  box-shadow: var(--ccs-shadow);
}

.ccs-comparison-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}

.ccs-comparison-table th,
.ccs-comparison-table td {
  padding: 18px 16px;
  border-bottom: 1px solid var(--ccs-border);
  text-align: left;
  font-size: 0.96rem;
}

.ccs-comparison-table thead th {
  background: #f7fafc;
  color: var(--ccs-text);
  font-weight: 700;
}

.ccs-comparison-table tbody tr:last-child th,
.ccs-comparison-table tbody tr:last-child td {
  border-bottom: none;
}

.ccs-inline-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 28px;
  padding: 24px 26px;
  border: 1px solid var(--ccs-border);
  border-radius: var(--ccs-radius-md);
  background: linear-gradient(180deg, #ffffff 0%, #f9fcff 100%);
  box-shadow: var(--ccs-shadow);
}

.ccs-inline-cta p {
  margin: 0;
  max-width: 720px;
}

.ccs-services {
  background: linear-gradient(180deg, #f9fbff 0%, #f3f7fc 100%);
}

.ccs-service-grid,
.ccs-results-grid,
.ccs-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.ccs-service-card,
.ccs-price-card,
.ccs-result-card {
  height: 100%;
}

.ccs-service-card:hover,
.ccs-choice-card:hover,
.ccs-step-card:hover,
.ccs-result-card:hover,
.ccs-price-card:hover,
.ccs-contact-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 55px rgba(15, 23, 42, 0.11);
}

.ccs-service-subhead {
  margin: 18px 0 12px;
  color: var(--ccs-text);
  font-weight: 700;
}

.ccs-ai {
  background:
    radial-gradient(circle at top left, rgba(25, 198, 164, 0.12), transparent 32%),
    linear-gradient(135deg, #0b1220 0%, #0e1d35 48%, #10253e 100%);
}

.ccs-ai-shell {
  padding: clamp(28px, 4vw, 40px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--ccs-radius-lg);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: var(--ccs-shadow-lg);
}

.ccs-ai-intro p,
.ccs-ai-copy p,
.ccs-inline-cta-light p,
.ccs-ai-shell h2,
.ccs-ai-shell h3,
.ccs-light-list li {
  color: #ffffff;
}

.ccs-ai-intro p,
.ccs-ai-copy p,
.ccs-light-list li {
  color: rgba(255, 255, 255, 0.84);
}

.ccs-ai-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 30px 0;
}

.ccs-ai-card {
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--ccs-radius-md);
  background: rgba(255, 255, 255, 0.05);
}

.ccs-light-list {
  list-style: none;
  padding: 0;
}

.ccs-light-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 14px;
}

.ccs-light-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--ccs-accent);
  transform: translateY(-50%);
}

.ccs-inline-cta-light {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
}

.ccs-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.ccs-step-number {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(25, 198, 164, 0.09);
  color: #0f7f6f;
  font-size: 0.84rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.ccs-step-card-wide {
  grid-column: span 3;
}

.ccs-proof {
  background: #ffffff;
}

.ccs-metric-groups {
  list-style: none;
  padding: 0;
}

.ccs-metric-groups li {
  display: grid;
  gap: 8px;
  margin-bottom: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--ccs-border);
}

.ccs-metric-groups li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.ccs-metric-groups strong {
  color: var(--ccs-text);
  font-size: 1rem;
}

.ccs-proof-note {
  margin-top: 28px;
  padding: 26px;
  border: 1px solid var(--ccs-border);
  border-radius: var(--ccs-radius-md);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: var(--ccs-shadow);
}

.ccs-results {
  background: linear-gradient(180deg, #f6f9fd 0%, #edf3fa 100%);
}

.ccs-pricing-grid {
  margin-bottom: 24px;
}

.ccs-pricing-factors {
  margin-top: 8px;
}

.ccs-small-note {
  font-size: 0.92rem;
  color: var(--ccs-text-muted);
}

.ccs-faq {
  background: #ffffff;
}

.ccs-faq-list {
  display: grid;
  gap: 14px;
}

.ccs-faq-item {
  border: 1px solid var(--ccs-border);
  border-radius: 18px;
  background: var(--ccs-surface);
  box-shadow: var(--ccs-shadow);
  overflow: hidden;
}

.ccs-faq-item summary {
  position: relative;
  padding: 22px 60px 22px 22px;
  cursor: pointer;
  list-style: none;
  color: var(--ccs-text);
  font-size: 1.02rem;
  font-weight: 700;
}

.ccs-faq-item summary::-webkit-details-marker {
  display: none;
}

.ccs-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: #0f7f6f;
  font-size: 1.5rem;
  font-weight: 400;
}

.ccs-faq-item[open] summary::after {
  content: "–";
}

.ccs-faq-content {
  padding: 0 22px 22px;
}

.ccs-faq-content p {
  margin: 0;
}

.ccs-final-cta {
  background:
    radial-gradient(circle at top right, rgba(255, 141, 77, 0.16), transparent 30%),
    linear-gradient(135deg, #0b1220 0%, #10213b 55%, #132946 100%);
}

.ccs-final-shell {
  gap: 24px;
  align-items: stretch;
}

.ccs-final-copy,
.ccs-contact-card {
  padding: clamp(28px, 4vw, 38px);
  border-radius: var(--ccs-radius-lg);
}

.ccs-final-copy {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: var(--ccs-shadow-lg);
}

.ccs-final-copy p,
.ccs-final-copy li,
.ccs-final-copy h3,
.ccs-final-copy strong {
  color: #ffffff;
}

.ccs-next-steps {
  margin: 26px 0;
  padding: 24px;
  border-radius: var(--ccs-radius-md);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ccs-number-list {
  padding-left: 22px;
}

.ccs-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 24px 0;
}

.ccs-final-prompts {
  display: grid;
  gap: 16px;
}

.ccs-final-prompts p {
  margin: 0;
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ccs-contact-card {
  background: #ffffff;
  border: 1px solid rgba(219, 228, 239, 0.8);
  box-shadow: var(--ccs-shadow-lg);
}

.ccs-contact-card h3 {
  margin-bottom: 10px;
}

.ccs-form {
  display: grid;
  gap: 16px;
  margin-top: 22px;
}

.ccs-form-row {
  display: grid;
  gap: 8px;
}

.ccs-label {
  color: var(--ccs-text);
  font-size: 0.92rem;
  font-weight: 700;
}

.ccs-input,
.ccs-textarea {
  width: 100%;
  border: 1px solid var(--ccs-border);
  border-radius: 16px;
  background: #f8fbfe;
  color: var(--ccs-text);
  font: inherit;
  padding: 14px 16px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.ccs-input:focus,
.ccs-textarea:focus {
  border-color: rgba(25, 198, 164, 0.72);
  box-shadow: 0 0 0 4px rgba(25, 198, 164, 0.12);
  background: #ffffff;
}

.ccs-textarea {
  resize: vertical;
  min-height: 140px;
}

.ccs-contact-direct {
  margin: 18px 0 0;
  font-size: 0.94rem;
}

.ccs-footer {
  padding: 28px 0 40px;
  background: #0b1220;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.ccs-footer p {
  max-width: 860px;
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.72);
}

.ccs-footer-link {
  color: #ffffff;
  font-weight: 700;
}

@media (max-width: 1120px) {
  .ccs-choice-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ccs-service-grid,
  .ccs-results-grid,
  .ccs-pricing-grid,
  .ccs-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ccs-step-card-wide {
    grid-column: span 2;
  }
}

@media (max-width: 860px) {
  .ccs-hero-grid,
  .ccs-problem-layout,
  .ccs-two-col,
  .ccs-final-shell,
  .ccs-ai-grid {
    grid-template-columns: 1fr;
  }

  .ccs-choice-grid,
  .ccs-service-grid,
  .ccs-results-grid,
  .ccs-pricing-grid,
  .ccs-process-grid,
  .ccs-panel-grid {
    grid-template-columns: 1fr;
  }

  .ccs-step-card-wide {
    grid-column: span 1;
  }

  .ccs-callout-card {
    position: static;
  }

  .ccs-hero-copy h1 {
    max-width: 100%;
  }

  .ccs-page h2 {
    max-width: 100%;
  }

  .ccs-inline-cta,
  .ccs-hero-actions,
  .ccs-final-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .ccs-inline-cta .ccs-btn,
  .ccs-hero-actions .ccs-btn,
  .ccs-final-actions .ccs-btn {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .ccs-container {
    width: min(100% - 20px, var(--ccs-max-width));
  }

  .ccs-section,
  .ccs-hero {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .ccs-side-card,
  .ccs-callout-card,
  .ccs-contact-card,
  .ccs-choice-card,
  .ccs-service-card,
  .ccs-step-card,
  .ccs-result-card,
  .ccs-price-card,
  .ccs-panel-card,
  .ccs-proof-note {
    padding: 22px;
  }

  .ccs-faq-item summary {
    padding: 20px 52px 20px 18px;
    font-size: 0.98rem;
  }

  .ccs-faq-content {
    padding: 0 18px 18px;
  }

  .ccs-btn {
    width: 100%;
    min-height: 52px;
  }

  .ccs-hero-note {
    flex-direction: column;
    gap: 8px;
  }
}/* End custom CSS */