@font-face {
  font-family: Sourcesanspro;
  src: url('../fonts/SourceSansPro-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sourcesanspro;
  src: url('../fonts/SourceSansPro-Light.otf') format("opentype"), url('../fonts/SourceSansPro-LightIt.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sourcesanspro;
  src: url('../fonts/SourceSansPro-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sourcesanspro;
  src: url('../fonts/SourceSansPro-ExtraLight.otf') format("opentype"), url('../fonts/SourceSansPro-ExtraLightIt.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sourcesanspro;
  src: url('../fonts/SourceSansPro-Bold.otf') format("opentype"), url('../fonts/SourceSansPro-BoldIt.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sourcesanspro It;
  src: url('../fonts/SourceSansPro-It.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sourcesanspro;
  src: url('../fonts/SourceSansPro-BlackIt.otf') format("opentype"), url('../fonts/SourceSansPro-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --black-smoke: #333;
  --white: #fff;
  --primary: #19b13d;
  --secondary: #1f6fff;
}

body {
  color: var(--black-smoke);
  font-family: Sourcesanspro, Tahoma, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.4;
}

.navbar {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  height: 80px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.footer {
  background-color: #ecf9ef;
  padding: 80px 20px 20px;
  position: relative;
}

.section_hero-home {
  background-image:
    linear-gradient(90deg, rgba(31, 111, 255, 0.03) 1px, transparent 1px),
    linear-gradient(rgba(31, 111, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(25, 177, 61, 0.05) 1px, transparent 1px),
    linear-gradient(rgba(25, 177, 61, 0.05) 1px, transparent 1px);
  background-size: 80px 80px, 80px 80px, 20px 20px, 20px 20px;
  background-color: #fafcff;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.container_primary {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.container_primary.hs {
  z-index: 1;
  height: 100%;
  position: sticky;
  top: 100px;
}

.container_primary.up {
  z-index: 10;
  position: relative;
}

.container_primary.is-medium {
  max-width: 1000px;
}

.wrapper_hero-home {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.content_hero-home {
  max-width: 460px;
}

.creative_hero-home {
  z-index: 2;
  background-image: url('../images/legal-operations-hero.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 20px;
  flex: none;
  width: 540px;
  height: 540px;
  position: relative;
}

.creative_hero-home::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 450px;
  height: 450px;
  border-radius: 50%;
  border: 2px solid rgba(31, 111, 255, 0.15);
  box-shadow:
    0 0 0 40px rgba(25, 177, 61, 0.08),
    0 0 0 80px rgba(31, 111, 255, 0.06),
    0 0 0 120px rgba(25, 177, 61, 0.04),
    0 0 0 160px rgba(31, 111, 255, 0.02);
  z-index: -1;
}

.creative_hero-home::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  height: 700px;
  background-image: url('../images/circular-arrows.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  animation: rotate-arrows 90s linear infinite;
}

@keyframes rotate-arrows {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes rotate-reverse {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(-360deg); }
}

.dotted-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  height: 700px;
  background-image: url('../images/dotted-circle.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  animation: rotate-reverse 90s linear infinite;
}

.hero-statement {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
}

.btn_primary {
  background-color: var(--primary);
  border-radius: 5px;
  margin-top: 10px;
  padding: 10px 25px;
  font-size: 18px;
  transition: opacity .2s;
}

.btn_primary:hover {
  opacity: .9;
}

.btn_secondary {
  background-color: transparent;
  border: 2px solid var(--primary);
  color: var(--primary);
  border-radius: 5px;
  margin-top: 10px;
  margin-left: 10px;
  padding: 8px 25px;
  font-size: 18px;
  transition: all .2s;
}

.btn_secondary:hover {
  background-color: var(--primary);
  color: var(--white);
}

.btn_primary.is-nav {
  border: 1px solid var(--primary);
  margin-top: 0;
  margin-left: 56px;
  padding: 6px 16px;
  font-size: 16px;
  transition: opacity .2s;
}

.btn_primary.is-nav:hover {
  opacity: .9;
}

.btn_primary.is-small {
  border: 1px solid var(--primary);
  padding: 6px 16px;
  font-size: 16px;
}

.btn_primary.is-small.is-card {
  margin-top: auto;
}

.btn_primary.is-404 {
  margin-top: 20px;
}

.ellipse_hero-home {
  display: none;
}

/* Expertise Section */
.section_expertise {
  padding-top: 40px;
  padding-bottom: 80px;
  background-image:
    linear-gradient(90deg, rgba(31, 111, 255, 0.03) 1px, transparent 1px),
    linear-gradient(rgba(31, 111, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(25, 177, 61, 0.05) 1px, transparent 1px),
    linear-gradient(rgba(25, 177, 61, 0.05) 1px, transparent 1px);
  background-size: 80px 80px, 80px 80px, 20px 20px, 20px 20px;
  background-color: #fafcff;
}

.wrapper_expertise {
  max-width: 100%;
}

.content_expertise {
  text-align: left;
}

.paragraph_expertise-lead {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 30px;
  color: var(--black-smoke);
}

.paragraph_expertise {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 30px;
  color: #555;
}

.expertise-highlights {
  display: flex;
  gap: 80px;
  margin-bottom: 30px;
}

.expertise-item {
  display: flex;
  flex-direction: column;
}

.expertise-number {
  font-size: 42px;
  font-weight: 700;
  color: var(--primary);
  line-height: 1;
}

.expertise-label {
  font-size: 14px;
  color: var(--secondary);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 5px;
}

/* Redesigned Services Section */
.section_services-redesign {
  padding: 100px 0;
  background-color: #f9fafb;
}

.services-layout {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

.services-left {
  flex: 0 0 380px;
  position: sticky;
  top: 100px;
}

.services-heading {
  font-size: 40px;
  font-weight: 700;
  color: #1f6fff;
  margin: 0 0 30px 0;
  line-height: 1.3;
}

.services-intro {
  font-size: 20px;
  line-height: 1.7;
  color: #4b5563;
  margin-bottom: 40px;
}

.services-grid {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.service-card {
  background: #fff;
  border: 1px solid #d1d5db;
  border-radius: 16px;
  padding: 40px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  cursor: pointer;
}

.service-card::after {
  content: 'Click to expand';
  position: absolute;
  bottom: 16px;
  left: 40px;
  font-size: 13px;
  color: var(--secondary);
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.service-card:hover::after {
  opacity: 1;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--primary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.service-card:nth-child(2)::before {
  background: var(--secondary);
}

.service-card:nth-child(3)::before {
  background: #f59e0b;
}

.service-card:nth-child(4)::before {
  background: #8b5cf6;
}

.service-card:hover {
  border-color: transparent;
  box-shadow: 0 12px 40px rgba(0,0,0,0.12);
  transform: translateY(-4px);
}

.service-card:hover::before {
  transform: scaleX(1);
}

.service-icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  color: var(--primary);
  background: rgba(31, 111, 255, 0.1);
  border-radius: 14px;
  transition: transform 0.3s ease;
}

.service-card:hover .service-icon {
  transform: scale(1.1);
}

.service-card:nth-child(2) .service-icon {
  color: var(--secondary);
  background: rgba(25, 177, 61, 0.1);
}

.service-card:nth-child(3) .service-icon {
  color: #f59e0b;
  background: rgba(245, 158, 11, 0.1);
}

.service-card:nth-child(4) .service-icon {
  color: #8b5cf6;
  background: rgba(139, 92, 246, 0.1);
}

.service-title {
  font-size: 18px;
  font-weight: 700;
  font-style: normal !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--black-smoke);
  margin: 0 0 16px 0;
}

h3.service-title {
  font-style: normal !important;
}

.service-description {
  font-size: 17px;
  line-height: 1.7;
  color: #4b5563;
  margin: 0;
}

/* Service Modal */
.service-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.service-modal.active {
  opacity: 1;
  visibility: visible;
}

.service-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
}

.service-modal-content {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 48px;
  max-width: 600px;
  width: 90%;
  max-height: 85vh;
  overflow-y: auto;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.3);
  transform: translateY(20px) scale(0.95);
  transition: transform 0.3s ease;
}

.service-modal.active .service-modal-content {
  transform: translateY(0) scale(1);
}

.service-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border: none;
  background: #f3f4f6;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b7280;
  transition: all 0.2s ease;
}

.service-modal-close:hover {
  background: #e5e7eb;
  color: #1f2937;
}

.service-modal-icon {
  width: 80px;
  height: 80px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.service-modal-title {
  font-size: 32px;
  font-weight: 700;
  color: #0f0f0f;
  margin: 0 0 24px 0;
}

.service-modal-body {
  font-size: 16px;
  line-height: 1.7;
  color: #4b5563;
}

.service-modal-body p {
  margin: 0 0 20px 0;
}

.service-modal-body h4 {
  font-size: 18px;
  font-weight: 600;
  color: #1f2937;
  margin: 24px 0 16px 0;
}

.service-modal-body ul {
  margin: 0;
  padding: 0 0 0 20px;
}

.service-modal-body li {
  margin-bottom: 12px;
}

.service-modal-body li strong {
  color: #1f2937;
}

.service-modal-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 32px;
  padding: 14px 28px;
  background: #0f0f0f;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.2s ease;
}

.service-modal-link:hover {
  background: #2a2a2a;
  transform: translateY(-2px);
}

.service-modal-link .arrow {
  transition: transform 0.2s ease;
}

.service-modal-link:hover .arrow {
  transform: translateX(4px);
}

.service-modal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #e5e7eb;
}

.service-modal-link {
  margin-top: 0;
}

.service-modal-logo {
  max-width: 120px;
  height: auto;
  opacity: 0.7;
}

@media screen and (max-width: 479px) {
  .service-modal-content {
    padding: 32px 24px;
  }

  .service-modal-title {
    font-size: 26px;
  }

  .service-modal-footer {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }

  .service-modal-logo {
    max-width: 100px;
  }

  .service-modal-icon {
    width: 64px;
    height: 64px;
  }
}

/* Why Section Redesign - Statement Style */
.section_why-redesign {
  padding: 120px 0;
  background-color: #f5f5f5;
}

.wrapper_why-statement {
  max-width: 900px;
}

.statement-headline {
  font-size: 52px;
  font-weight: 400;
  line-height: 1.25;
  margin: 0;
  letter-spacing: -0.5px;
}

.statement-dark {
  color: var(--black-smoke);
}

.statement-light {
  color: #9ca3af;
}

/* AI Section Redesign */
.section_ai-redesign {
  padding: 100px 0;
  background-color: #f5f5f5;
}

.ai-header {
  display: flex;
  gap: 60px;
  align-items: flex-start;
  margin-bottom: 60px;
}

.ai-headline {
  flex: 1.2;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.25;
  margin: 0;
  letter-spacing: -0.5px;
}

.ai-description {
  flex: 1;
  font-size: 17px;
  line-height: 1.7;
  color: #555;
  margin: 0;
  padding-top: 10px;
}

.ai-showcase {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 4px 30px rgba(0,0,0,0.08);
}

.ai-showcase-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
}

/* Left-align modifiers */
.h2_services-home.is-left {
  text-align: left;
}

.paragraph_benefits-services.is-left {
  text-align: left;
}

.wrapper_nav {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menu_nav {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image {
  max-width: 160px;
}

.links_nav {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navlink {
  color: var(--black-smoke);
  font-size: 18px;
  text-decoration: none;
  transition: color .2s;
}

.navlink:hover {
  color: var(--primary);
}

.section_services-home {
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.wrapper_services-home {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: grid;
}

.card_services-home {
  background-color: #ecf9ef;
  border-radius: 15px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.image_card-services {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 260px;
  margin-bottom: 25px;
}

.heading_card-service {
  margin-top: 0;
  font-size: 25px;
}

.h2_services-home {
  color: var(--secondary);
  text-align: center;
  margin-top: 0;
  margin-bottom: 21px;
  font-size: 50px;
}

.section_process {
  background-color: var(--secondary);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.wrapper_process {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.h2_process {
  color: var(--white);
}

.content_process {
  max-width: 400px;
  position: sticky;
  top: 25px;
  left: 0;
}

.steps_process {
  border-left: 1.5px solid var(--white);
  flex: 1;
  margin-left: auto;
  padding-top: 30px;
  padding-left: 40px;
}

.step_process {
  background-color: var(--white);
  border-radius: 10px;
  max-width: 520px;
  margin-bottom: 30px;
  padding: 25px;
  position: relative;
}

.heading_step {
  color: var(--black-smoke);
  margin-top: 0;
}

.paragraph_process {
  color: var(--black-smoke);
}

.img_btn-process {
  width: 22px;
  position: absolute;
  inset: 60px auto auto -52px;
}

.paragraph {
  color: var(--white);
}

.section_why {
  background-color: #ecf9ef;
  padding-top: 40px;
  padding-bottom: 40px;
}

.wrapper_why {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h2_why {
  color: var(--secondary);
  margin-top: 0;
}

.image_why {
  object-fit: cover;
  background-color: #19b13d1a;
  border-radius: 50%;
  flex: none;
  width: 300px;
  height: 300px;
  padding: 40px;
}

.section_ai {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.wrapper_ai {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image_ai {
  width: 100%;
}

.h2_ai {
  color: var(--secondary);
  margin-top: 0;
}

.section_cta {
  background-color: var(--black-smoke);
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.wrapper_cta {
  background-color: var(--black-smoke);
  color: var(--white);
  border-radius: 15px;
  justify-content: space-between;
  padding: 60px 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img_cta {
  z-index: 1;
  object-fit: cover;
  width: 50vw;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.paragraph_card {
  margin-bottom: 25px;
}

.img_process._1 {
  position: absolute;
  inset: 0% auto auto 0%;
}

.img_process._2 {
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.image_process {
  margin-bottom: -300px;
}

.paragraph_lg {
  font-size: 20px;
}

.list {
  margin-top: 20px;
  margin-bottom: 20px;
}

.content_cta {
  z-index: 5;
  max-width: 460px;
  position: relative;
}

.h2_cta {
  margin-top: 0;
  margin-bottom: 20px;
}

.paragraph_cta {
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 400;
}

.img_cta-deco {
  z-index: 2;
  max-width: 290px;
  position: absolute;
  inset: 0% auto auto 0%;
}

/* Services CTA Section */
.cta-services {
  position: relative;
  z-index: 5;
  max-width: 750px;
}

.cta-services_headline {
  font-size: 44px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 20px 0;
}

.cta-services_light {
  display: block;
  color: #9ca3af;
  font-style: italic;
}

.cta-services_bold {
  display: block;
  color: var(--white);
}

.cta-services_subtext {
  font-size: 18px;
  line-height: 1.6;
  color: #d1d5db;
  margin-bottom: 30px;
}

.creative_ai {
  position: relative;
}

.wrapper_footer {
  z-index: 2;
  position: relative;
}

.upperpart_footer {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.logo_footer {
  max-width: 240px;
  margin-bottom: 25px;
}

.text_footer {
  max-width: 500px;
  margin-bottom: 50px;
  font-size: 22px;
  line-height: 1.4;
}

.holder_links-footer {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link_footer {
  color: var(--black-smoke);
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  transition: color .2s;
}

.link_footer:hover {
  color: var(--primary);
}

.link_footer.light {
  color: #333333b3;
  font-size: 14px;
}

.link_footer.light:hover {
  color: var(--primary);
}

.divider_footer {
  background-color: #d7f2dd;
  height: 1px;
  margin-top: 45px;
  margin-bottom: 20px;
}

.lowerpart_footer {
  justify-content: space-between;
  display: flex;
}

.copyright {
  color: #333333b3;
}

.image-2 {
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-3 {
  z-index: 0;
  max-width: 260px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.section_hero-services {
  text-align: center;
  background-image: linear-gradient(#0009, #0009), url('../images/jj-ying-8bghKxNU1j0-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.wrapper_hero-services {
  max-width: 900px;
  text-align: left;
}

.h1_services {
  color: var(--white);
  font-size: 52px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.5px;
  margin-top: 0;
  margin-bottom: 20px;
}

.paragraph_hero-services {
  color: var(--white);
  font-size: 28px;
  line-height: 1.5;
  opacity: 0.9;
}

.h1_services .text-muted {
  font-weight: 300;
  opacity: 0.7;
}

.section_hero-about {
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('https://images.unsplash.com/photo-1522071820081-009f0129c71c?q=80&w=2670&auto=format&fit=crop');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.section_about-content {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fafafa;
}

.about-content_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 48px;
  max-width: 1100px;
  align-items: start;
}

.about-content_text {
  font-size: 18px;
  line-height: 1.7;
  color: #4b5563;
  margin-bottom: 0;
}

.about-content_text strong {
  color: #1f2937;
  font-weight: 600;
}

.section_services {
  padding-top: 80px;
  padding-bottom: 100px;
}

.item_service {
  grid-column-gap: 60px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  margin-top: 80px;
  padding-top: 80px;
  display: grid;
}

.item_service:first-child {
  margin-top: 0;
  padding-top: 0;
}

.item_service + .item_service {
  border-top: none;
}

.wrapper_services {
  position: relative;
}

.wrapper_services::after {
  content: '';
  position: absolute;
  right: calc((100% / 3) / 2);
  top: 280px;
  bottom: 180px;
  width: 2px;
  border-left: 2px dotted #cbd5e1;
  z-index: 0;
}

.creative_services {
  position: relative;
  z-index: 1;
}

.h2_services {
  text-align: left;
  font-size: 52px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.5px;
  margin-top: 0;
  margin-bottom: 40px;
}

.img_creative {
  border-radius: 12px;
  width: 100%;
  max-width: 400px;
}

/* Service Tiles Navigation */
.section_service-tiles {
  padding: 60px 0 80px 0;
  background-color: #f8fafc;
}

.service-tiles_wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.service-tile {
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 36px 32px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: block;
}

.service-tile:hover {
  border-color: #3b82f6;
  box-shadow: 0 8px 24px rgba(59, 130, 246, 0.15);
  transform: translateY(-4px);
}

.service-tile_icon {
  font-size: 14px;
  font-weight: 700;
  color: #3b82f6;
  margin-bottom: 12px;
}

.service-tile_title {
  font-size: 22px;
  font-weight: 600;
  color: #1f2937;
  line-height: 1.3;
  margin: 0 0 14px 0;
}

.service-tile_desc {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.5;
  margin: 0;
}

.h3_service {
  color: #3b82f6;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 20px;
  margin-top: 0;
}

.content_services p {
  font-size: 18px;
  line-height: 1.7;
  color: #4b5563;
}

.list_normal {
  list-style: none;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.list_normal li {
  background-color: #e0f2fe;
  border: 1px solid #3b82f6;
  border-radius: 25px;
  padding: 8px 18px;
  font-size: 15px;
  color: #1e40af;
  font-weight: 600;
  transition: all 0.2s ease;
}

.list_normal li p {
  margin: 0;
}

.list_normal li:hover {
  background-color: #3b82f6;
  border-color: #1e40af;
  color: #ffffff;
}

.list_normal li[data-service] {
  cursor: pointer;
}

.section_benefits-services {
  margin-top: 46px;
  padding-top: 0;
  padding-bottom: 100px;
}

.holder_benefits-services {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  margin-top: 60px;
}

.card_benefit-services {
  background-color: var(--secondary);
  color: var(--white);
  text-align: center;
  border-radius: 10px;
  padding: 40px 30px;
  position: relative;
}

.h2_benefits-services {
  color: var(--black-smoke);
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
}

.paragraph_benefits-services {
  text-align: center;
  margin-bottom: 60px;
  font-size: 24px;
}

.h3_card-benefit {
  margin-top: 0;
  font-size: 20px;
}

.icon_benefit {
  color: var(--primary);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

.img_card-deco {
  z-index: 2;
  width: 35%;
  max-width: 230px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.section_hero-about {
  text-align: center;
  padding-top: 100px;
}

.h1_about {
  text-align: center;
  margin-top: 0;
}

.paragraph_hero-about {
  color: var(--secondary);
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
}

.img_hero-about {
  border-radius: 15px;
  width: 100%;
  margin-top: 40px;
  display: block;
}

.section_founder {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section_founder .container_primary {
  max-width: 1400px;
  padding-left: 20px;
}

.wrapper_founder {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 60px;
  display: flex;
}

.creative_founder {
  position: relative;
}

.content_founder {
  background-color: #ecf4f9;
  border-radius: 15px;
  padding: 40px;
}

.h2_founder {
  color: var(--secondary);
  margin-top: 0;
  font-size: 40px;
}

.text-span {
  color: var(--black-smoke);
  font-size: 30px;
  display: block;
}

.item_content-founder {
  margin-bottom: 25px;
  font-size: 14px;
}

.item_content-founder.is-last {
  margin-bottom: 0;
}

.image_founder {
  background-color: #ecf9ef;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 420px;
  height: 420px;
  min-width: 420px;
  display: flex;
  position: sticky;
  top: 25px;
  left: 0;
  right: 0;
}

.img_founder {
  z-index: 20;
  object-fit: cover;
  border-radius: 500px;
  width: 92%;
  height: 92%;
  position: relative;
}

.bg_img-founder {
  z-index: 10;
  background-color: #1f6fff1a;
  border-radius: 50%;
  width: 90%;
  height: 90%;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.section_contact {
  color: var(--white);
  background-image: linear-gradient(90deg, #000, #fff0), linear-gradient(#0006, #0006), url('../images/sigmund-TkO7IXYys0k-unsplash.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section_contact.is-dark {
  background-color: #0f0f14;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 80px 80px;
  background-position: 0 0;
}

.section_contact.is-light {
  color: #1f2937;
  background-color: #f8fafc;
  background-image:
    linear-gradient(90deg, rgba(96, 165, 250, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(96, 165, 250, 0.08) 1px, transparent 1px);
  background-size: 80px 80px;
  background-position: 0 0;
  min-height: calc(100vh - 340px);
}

.content_contact.is-light {
  color: #1f2937;
}

.h1_contact-accent {
  font-size: 72px;
  font-weight: 700;
  color: #1f6fff;
  line-height: 1.1;
  margin: 0 0 30px 0;
}

.p_contact-bold {
  font-size: 24px;
  font-weight: 700;
  color: #1f2937;
  line-height: 1.4;
  margin: 0 0 20px 0;
}

.p_contact-light {
  font-size: 18px;
  font-weight: 400;
  color: #4b5563;
  line-height: 1.6;
  margin: 0;
}

.section_contact.is-light .block_contact {
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.section_contact.is-light .h2_contact-form {
  color: #1f2937;
}

.section_contact.is-light .label_field {
  color: #374151;
}

.section_contact.is-light .input_primary {
  background-color: #f9fafb;
  border-color: #d1d5db;
  color: #1f2937;
}

.section_contact.is-light .btn_form {
  background-color: #1f6fff;
}

.contact-details {
  margin-top: 30px;
}

.contact-detail-item {
  margin-bottom: 16px;
}

.contact-detail-item strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 6px;
}

.contact-detail-item p {
  font-size: 16px;
  color: #4b5563;
  margin: 0;
  line-height: 1.5;
}

.link_contact-light {
  color: #1f6fff;
  text-decoration: none;
  font-weight: 500;
}

.link_contact-light:hover {
  text-decoration: underline;
}

.locations_list-light {
  list-style: none;
  padding: 0;
  margin: 8px 0 0 0;
}

.locations_list-light li {
  font-size: 16px;
  color: #4b5563;
  padding-left: 16px;
  position: relative;
  margin-bottom: 4px;
}

.locations_list-light li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #1f6fff;
}

.wrapper_contact {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.block_contact {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  color: var(--white);
  background-color: #000000b3;
  border: 1px solid #ffffff29;
  border-radius: 10px;
  padding: 25px;
}

.label_field {
  font-style: italic;
  font-weight: 400;
}

.input_primary {
  color: var(--black-smoke);
  border-radius: 5px;
  height: 40px;
  font-size: 16px;
}

.input_primary::placeholder {
  font-size: 16px;
}

.input_primary.is-text-area {
  min-height: 100px;
}

.btn_form {
  background-color: var(--primary);
  border-radius: 5px;
  width: 100%;
  margin-top: 10px;
  padding: 10px 25px;
  font-size: 18px;
  transition: opacity .2s;
}

.btn_form:hover {
  opacity: .9;
}

.h2_contact-form {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
}

.h1_contact {
  font-size: 30px;
}

.link_contact {
  color: var(--white);
}

.locations_list {
  margin-top: 10px;
  line-height: 1.6;
  display: block;
}

.section_content {
  padding-top: 60px;
  padding-bottom: 60px;
}

.wrapper_hero-content {
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  padding: 60px;
  display: flex;
}

.h1_content {
  margin-top: 0;
  margin-bottom: 20px;
}

.wrapper_content {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.section_hero-survey {
  padding-top: 60px;
  padding-bottom: 100px;
}

.wrapper_hero-survey {
  color: var(--white);
  text-align: center;
  background-image: linear-gradient(#0009, #0009), url('../images/sajad-nori-21mJd5NUGZU-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 15px;
  padding: 50px 60px;
}

.section_survey {
  background-color: #fcfcfc;
  padding-top: 100px;
  padding-bottom: 100px;
}

.h1_assess {
  color: var(--white);
  max-width: 600px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.paragraph_assess {
  color: var(--white);
  max-width: 660px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
}

.wrapper_survey {
  grid-column-gap: 57px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.img_assess {
  border-radius: 10px;
  width: 100%;
  position: sticky;
  top: 25px;
  left: 0;
  right: 0;
}

.hypertext {
  color: var(--primary);
  font-size: 16px;
  font-weight: 700;
}

.section_hero-content {
  background-color: var(--black-smoke);
  background-image: linear-gradient(#000000bf, #000000bf), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section_hero-content.is-privacy {
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/Rectangle-15-4_1.avif');
}

.section_hero-content.is-terms {
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/Rectangle-15-5_1.avif');
}

.div-block-3 {
  z-index: 30;
  background-image: linear-gradient(90deg, var(--black-smoke), #fff0);
  width: 220px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  max-height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 500px;
  font-size: 16px;
  display: flex;
}

.h1_404 {
  margin-top: 0;
  margin-bottom: 20px;
}

.message_success {
  background-color: var(--primary);
  border-radius: 10px;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 20px;
  line-height: 1.2;
}

.section_assessment {
  min-height: 100vh;
  margin-bottom: 10px;
}

.btn_menu {
  background-color: var(--secondary);
  border-radius: 4px;
  padding: 10px;
  display: none;
}

.img_menu {
  width: 25px;
}

.img_cta-copy {
  z-index: 1;
  object-fit: cover;
  width: 40vw;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.paragraph_about {
  max-width: 1100px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}

.heading {
  color: var(--secondary);
  font-family: 'Inter', sans-serif;
  font-size: 72px;
  font-weight: 700;
}

.code-embed {
  margin-bottom: 10px;
  position: static;
}

.section-blog {
  padding-top: 100px;
  padding-bottom: 140px;
}

.section-blog.is-secondary {
  background-color: var(--secondary);
  color: var(--white);
  padding-top: 80px;
  padding-bottom: 80px;
}

.h1_blog {
  text-align: center;
  margin-top: 0;
}

.pragraph_blog {
  color: var(--black-smoke);
  text-align: center;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.pragraph_blog.is-white {
  color: var(--white);
}

.grid_blog {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.item_blog {
  background-color: var(--white);
  color: var(--black-smoke);
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 25px;
  display: flex;
  box-shadow: 0 0 5px #0003;
}

.image-blog-card {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 7.5px;
  width: 100%;
  margin-bottom: 15px;
}

.heading_blog-card {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.paragraph_item-card {
  margin-bottom: 20px;
  font-size: 16px;
}

.btn_blog {
  background-color: var(--black-smoke);
  border-radius: 50px;
  margin-top: auto;
  padding: 2px 12px 3px;
  transition: transform .2s;
}

.btn_blog:hover {
  transform: scale(1.1);
}

.section_hero-blog {
  opacity: 1;
  filter: contrast(200%);
  color: var(--white);
  text-align: center;
  background-image: url('../images/pexels-asim-razan-32997.jpg'), linear-gradient(#0009, #0009), linear-gradient(#060330 52%, #fff);
  background-position: 0 0, 0 0, 0 0;
  background-size: cover, auto, auto;
  padding-top: 140px;
  padding-bottom: 140px;
}

.h1_blog-post {
  margin-top: 5px;
}

.section_blog-content {
  padding-top: 60px;
  padding-bottom: 40px;
}

.btn_blog-post {
  background-color: var(--primary);
  border-radius: 5px;
  margin-top: 15px;
  padding: 12px 25px;
  font-size: 18px;
}

.section_author {
  background-color: #ecf9ef;
  padding-top: 80px;
  padding-bottom: 80px;
}

.wrapper_author {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding: 40px;
  display: grid;
  box-shadow: 0 0 5px #0000001a;
}

.image_author {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
}

.parent_social {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-social {
  max-width: 30px;
}

.paragraph_author {
  margin-bottom: 20px;
  font-size: 20px;
}

.span_author {
  color: var(--secondary);
  font-size: 20px;
}

.h2_author {
  margin-top: -15px;
}

.heading-blog {
  margin-bottom: 60px;
}

.grid_blog-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.item_blog-2 {
  color: #333;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 25px;
  display: flex;
  box-shadow: 0 0 5px #0003;
}

.btn_blog-2 {
  background-color: #333;
  border-radius: 50px;
  margin-top: auto;
  padding: 2px 12px 3px;
  transition: transform .2s;
}

.btn_blog-2:hover {
  transform: scale(1.1);
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 22px;
  }

  .section_hero-about {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .about-content_wrapper {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .about-content_text {
    margin-bottom: 0;
  }

  .service-tiles_wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .service-tile_title {
    font-size: 16px;
  }

  .services-layout {
    flex-direction: column;
    gap: 40px;
  }

  .services-left {
    flex: none;
    width: 100%;
    position: static;
  }

  .services-heading {
    font-size: 32px;
  }

  .section_why-redesign {
    padding: 80px 0;
  }

  .statement-headline {
    font-size: 32px;
  }

  .section_ai-redesign {
    padding: 60px 0;
  }

  .ai-header {
    flex-direction: column;
    gap: 20px;
  }

  .ai-headline {
    font-size: 32px;
  }

  .ai-showcase {
    padding: 12px;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .section_services-redesign {
    padding: 60px 0;
  }

  .footer {
    padding: 60px 10px;
  }

  .section_hero-home {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container_primary {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper_hero-home {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .creative_hero-home {
    width: 100%;
  }

  .ellipse_hero-home {
    max-width: 30%;
  }

  .section_services-home {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .wrapper_services-home {
    grid-template-columns: 1fr;
  }

  .h2_services-home {
    margin-bottom: 40px;
  }

  .section_process {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .wrapper_process {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .content_process {
    max-width: none;
    position: static;
  }

  .steps_process {
    margin-left: 20px;
    padding-left: 20px;
  }

  .step_process {
    max-width: 100%;
  }

  .img_btn-process {
    left: -32px;
  }

  .section_why {
    text-align: center;
  }

  .wrapper_why {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .image_why {
    width: 200px;
    height: 200px;
    padding: 25px;
  }

  .section_ai {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .wrapper_ai {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .wrapper_cta {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 40px 10px 0;
  }

  .cta-services_headline {
    font-size: 32px;
  }

  .cta-services_subtext {
    font-size: 16px;
  }

  .img_cta {
    z-index: 2;
    width: auto;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .paragraph_lg {
    font-size: 20px;
  }

  .content_cta {
    max-width: none;
  }

  .paragraph_cta {
    font-size: 20px;
  }

  .img_cta-deco {
    z-index: 0;
  }

  .creative_ai {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .logo_footer {
    max-width: 200px;
  }

  .text_footer {
    font-size: 18px;
  }

  .image-2 {
    max-width: 30%;
  }

  .section_hero-services, .section_services {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .item_service {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .wrapper_services::after {
    display: none;
  }

  .h2_services {
    margin-bottom: 60px;
  }

  .h3_service {
    margin-top: 10px;
  }

  .section_benefits-services {
    padding-bottom: 60px;
  }

  .holder_benefits-services {
    grid-template-columns: 1fr;
  }

  .section_hero-about, .section_founder {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .wrapper_founder {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .creative_founder {
    border-radius: 50%;
    margin-bottom: -60px;
    margin-left: 20px;
    box-shadow: 0 0 10px #0003;
  }

  .content_founder {
    padding-top: 100px;
  }

  .image_founder {
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .section_contact {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .h1_contact-accent {
    font-size: 52px;
  }

  .p_contact-bold {
    font-size: 20px;
  }

  .wrapper_hero-content {
    min-height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section_hero-survey {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .wrapper_hero-survey {
    padding: 60px 40px;
  }

  .section_survey {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .wrapper_survey {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .img_assess {
    position: static;
  }

  .div-block-3 {
    background-image: linear-gradient(90deg, var(--black-smoke) 25%, #fff0);
    width: 100%;
    display: none;
  }

  .img_cta-copy {
    z-index: 2;
    border-radius: 10px;
    width: auto;
    height: auto;
    position: relative;
  }

  .paragraph_about {
    font-size: 18px;
  }

  .section-blog, .section-blog.is-secondary {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid_blog {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: ".";
  }

  .section_hero-blog {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .wrapper_author {
    grid-template-columns: 1fr;
  }

  .image_author {
    aspect-ratio: 3 / 2;
  }

  .paragraph_author {
    font-size: 18px;
  }

  .span_author {
    font-size: 16px;
  }

  .grid_blog-2 {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: ".";
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }

  h3 {
    font-size: 20px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .container_primary {
    padding-left: 10px;
    padding-right: 10px;
  }

  .creative_hero-home {
    height: 320px;
  }

  .btn_primary.is-nav {
    margin-top: 10px;
    margin-left: 0;
  }

  .btn_primary.is-nav.w--current {
    margin-left: 0;
  }

  .menu_nav {
    z-index: 1;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    color: var(--white);
    background-color: #ecf9ef;
    border-bottom-right-radius: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 40px;
    position: absolute;
    inset: 100% auto auto 0%;
    box-shadow: 0 5px 8px #00000026;
  }

  .links_nav {
    flex-flow: column;
  }

  .card_services-home {
    padding: 20px;
  }

  .image_card-services {
    height: 200px;
  }

  .step_process {
    padding: 20px;
  }

  .wrapper_why {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .logo_footer {
    max-width: 180px;
  }

  .text_footer {
    margin-bottom: 40px;
  }

  .divider_footer {
    margin-top: 30px;
  }

  .lowerpart_footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .image_founder {
    width: 200px;
    height: 200px;
  }

  .section_contact {
    background-image: linear-gradient(90deg, #000, #fff0), linear-gradient(#0000, #0000), url('../images/getty-images-y4vWenhumxk-unsplash_1.avif');
    background-position: 0 0, 0 0, 0%;
  }

  .wrapper_contact {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .h1_contact-accent {
    font-size: 40px;
  }

  .p_contact-bold {
    font-size: 18px;
  }

  .p_contact-light {
    font-size: 16px;
  }

  .div-block-3 {
    background-color: #0000006e;
  }

  .btn_menu {
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    display: flex;
  }

  .img_menu {
    width: 18px;
  }

  .section_blog-content {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .btn_blog-post {
    padding: 6px 20px;
    font-size: 16px;
  }

  .wrapper_author {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 25px;
  }
}

@media screen and (max-width: 479px) {
  .service-tiles_wrapper {
    grid-template-columns: 1fr;
  }

  .section_service-tiles {
    padding: 40px 0;
  }

  .creative_hero-home {
    height: 240px;
  }

  .wrapper_cta {
    padding-top: 20px;
  }

  .holder_links-footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .copyright {
    margin-top: 20px;
  }

  .holder_benefits-services {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .card_benefit-services {
    padding: 30px 25px;
  }

  .section_contact {
    background-image: linear-gradient(90deg, black, #fff0), linear-gradient(to bottom, null, null), url('../images/getty-images-y4vWenhumxk-unsplash_1.avif');
    background-position: 0 0, 0 0, 0%;
  }

  .grid_blog {
    grid-template-columns: 1fr;
  }

  .item_blog {
    padding: 15px;
  }

  .grid_blog-2 {
    grid-template-columns: 1fr;
  }

  .item_blog-2 {
    padding: 15px;
  }
}

#w-node-_6760f481-eaab-1c16-976b-c4f1fa375613-d952b499 {
  align-self: center;
}

#w-node-_76662f6e-16a9-7a1c-2829-9c9ec37d7a65-eae838a1, #w-node-_76662f6e-16a9-7a1c-2829-9c9ec37d7a65-e9638361, #w-node-_76662f6e-16a9-7a1c-2829-9c9ec37d7a65-d3912cf8, #w-node-_76662f6e-16a9-7a1c-2829-9c9ec37d7a65-6afa7ae4, #w-node-_76662f6e-16a9-7a1c-2829-9c9ec37d7a65-46ef503d, #w-node-_76662f6e-16a9-7a1c-2829-9c9ec37d7a65-c647effe {
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_8ffb99cd-0d9e-b5f8-ec0d-eca8f5ff2916-d952b499, #w-node-fb3afc71-7aa5-83c0-8137-012e55cf8378-88571c2c, #w-node-eb010bdb-d0dd-e781-4d54-c9605b0f46c7-88571c2c {
    order: -9999;
  }
}

/* Dark Process Section */
.section_process-dark {
  background-color: #0f0f0f;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  padding: 120px 0;
  position: relative;
}

.wrapper_process-dark {
  display: flex;
  gap: 100px;
  align-items: flex-start;
}

.content_process-dark {
  flex: 0 0 420px;
  position: sticky;
  top: 100px;
}

.h2_process-dark {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
  margin: -6px 0 30px 0;
}

.h2_process-dark .text-muted {
  color: #6b7280;
}

.subtitle_process-dark {
  font-size: 14px;
  color: #6b7280;
  margin: 0;
}

.steps_process-dark {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.step_process-dark {
  border-left: 2px solid #2a2a2a;
  padding: 0 0 50px 30px;
  transition: border-color 0.3s ease;
}

.step_process-dark:last-of-type {
  padding-bottom: 0;
}

.step_process-dark:hover {
  border-color: #4b5563;
}

.heading_step-dark {
  font-size: 26px;
  font-weight: 600;
  font-style: normal !important;
  background: linear-gradient(90deg, #60a5fa, #a78bfa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0 0 15px 0;
}

.paragraph_step-dark {
  font-size: 16px;
  line-height: 1.7;
  color: #9ca3af;
  margin: 0 0 15px 0;
}

.step-label {
  font-size: 13px;
  color: #6b7280;
}

.link_process-dark {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #9ca3af;
  font-size: 15px;
  text-decoration: none;
  margin-top: 40px;
  padding-left: 30px;
  transition: color 0.3s ease;
}

.link_process-dark:hover {
  color: #fff;
}

.link_process-dark .arrow {
  transition: transform 0.3s ease;
}

.link_process-dark:hover .arrow {
  transform: translateX(4px);
}

@media screen and (max-width: 991px) {
  .section_process-dark {
    padding: 80px 0;
  }

  .wrapper_process-dark {
    flex-direction: column;
    gap: 60px;
  }

  .content_process-dark {
    flex: none;
    width: 100%;
    position: static;
  }

  .h2_process-dark {
    font-size: 32px;
  }
}

@media screen and (max-width: 479px) {
  .section_process-dark {
    padding: 60px 0;
  }

  .h2_process-dark {
    font-size: 26px;
  }

  .step_process-dark {
    padding-left: 20px;
    padding-bottom: 40px;
  }

  .heading_step-dark {
    font-size: 22px;
  }

  .link_process-dark {
    padding-left: 20px;
  }
}

/* Article Subtitle */
.article-subtitle {
  font-size: 24px;
  font-weight: 400;
  color: #6b7280;
  margin-top: 16px;
  margin-bottom: 24px;
  font-style: italic;
}

/* Contact Hero Section */
.section_contact-hero {
  background-color: #0f0f14;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 80px 80px;
  padding: 120px 0;
  min-height: 70vh;
  display: flex;
  align-items: center;
}

.contact-hero_content {
  max-width: 800px;
}

.contact-hero_heading {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  margin: 0 0 40px 0;
}

.contact-hero_heading .text-accent-light {
  display: block;
  font-style: italic;
  font-weight: 400;
  color: #6b7280;
  margin-bottom: 8px;
}

.contact-hero_link {
  color: #6b7280;
  font-size: 18px;
  text-decoration: none;
  transition: color 0.2s ease;
}

.contact-hero_link:hover {
  color: #9ca3af;
}

/* Text CTA Section */
.section_cta-text {
  background-color: #1a1a2e;
  background-image:
    linear-gradient(135deg, rgba(26, 26, 46, 0.9) 0%, rgba(22, 33, 62, 0.9) 50%, rgba(15, 52, 96, 0.9) 100%),
    linear-gradient(90deg, rgba(96, 165, 250, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(96, 165, 250, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(96, 165, 250, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(96, 165, 250, 0.04) 1px, transparent 1px);
  background-size: 100% 100%, 80px 80px, 80px 80px, 20px 20px, 20px 20px;
  padding: 60px 0;
}

.section_cta-text .container_primary {
  max-width: 1200px;
}

.cta-text_wrapper {
  display: flex;
  gap: 30px;
  align-items: center;
}

.cta-text_left {
  flex: 0 0 50%;
}

.cta-text_right {
  flex: 1;
}

.cta-text_heading {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  margin: 0;
}

.cta-text_heading .text-accent {
  display: block;
  background: linear-gradient(90deg, #60a5fa, #93c5fd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-style: italic;
}

.cta-text_paragraph {
  font-size: 16px;
  line-height: 1.6;
  color: #cbd5e1;
  margin: 0 0 20px 0;
}

.cta-text_paragraph:last-child {
  margin-bottom: 0;
}

.cta-text_paragraph-bold {
  font-weight: 600;
  color: #fff;
}

.cta-text_btn {
  display: inline-block;
  background-color: #3b82f6;
  color: #fff;
  padding: 14px 28px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 12px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.cta-text_btn:hover {
  background-color: #2563eb;
  transform: translateY(-2px);
}

@media screen and (max-width: 991px) {
  .section_contact-hero {
    padding: 80px 0;
    min-height: auto;
  }

  .contact-hero_heading {
    font-size: 38px;
  }

  .section_cta-text {
    padding: 50px 0;
  }

  .cta-text_wrapper {
    flex-direction: column;
    gap: 30px;
  }

  .cta-text_left {
    flex: none;
  }

  .cta-text_heading {
    font-size: 30px;
  }
}

@media screen and (max-width: 479px) {
  .section_contact-hero {
    padding: 60px 0;
  }

  .contact-hero_heading {
    font-size: 28px;
  }

  .section_cta-text {
    padding: 40px 0;
  }

  .cta-text_heading {
    font-size: 26px;
  }

  .cta-text_paragraph {
    font-size: 15px;
  }
}

/* Blog/Resources Page */
.blog-hero {
  position: relative;
  background: linear-gradient(135deg, #4B7BF5 0%, #6C8FF8 50%, #8BA4FA 100%);
  padding: 70px 0 90px;
  overflow: hidden;
}

.blog-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 50px 50px;
  pointer-events: none;
}

.blog-hero_circle {
  position: absolute;
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}

.blog-hero_circle-1 {
  width: 600px;
  height: 600px;
  top: -200px;
  right: -150px;
}

.blog-hero_circle-2 {
  width: 450px;
  height: 450px;
  top: 30px;
  right: 30px;
}

.blog-hero_wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 80px;
  align-items: start;
}

.blog-hero_right {
  padding-top: 36px;
}

.blog-hero_label {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 16px;
}

.blog-hero_title {
  font-size: 48px;
  font-weight: 400;
  line-height: 1.15;
  color: #fff;
  margin: 0;
}

.blog-hero_form {
  display: flex;
  gap: 0;
  max-width: 400px;
  margin-top: 24px;
}

.blog-hero_input {
  flex: 1;
  padding: 14px 20px;
  font-size: 15px;
  border: none;
  border-radius: 8px 0 0 8px;
  background: #fff;
  color: #1a1a1a;
  outline: none;
}

.blog-hero_input::placeholder {
  color: #9ca3af;
}

.blog-hero_btn {
  padding: 14px 24px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background: #1f6fff;
  border: none;
  border-radius: 0 8px 8px 0;
  cursor: pointer;
  transition: background 0.2s ease;
}

.blog-hero_btn:hover {
  background: #1a5fe0;
}

.blog-hero_text {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 0 0;
}

.blog-section {
  padding: 80px 0 100px;
  background-color: #fff;
}

/* Featured Article */
.featured-article {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 40px;
  align-items: stretch;
  margin-bottom: 100px;
  border-radius: 16px;
  transition: box-shadow 0.3s ease;
  text-decoration: none;
  color: inherit;
}

.featured-article:hover {
  box-shadow: 0 0 32px rgba(59, 130, 246, 0.4), 0 0 64px rgba(59, 130, 246, 0.2);
}

.featured-article_img-wrapper {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  min-height: 240px;
}

.featured-article_img-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.15) 0%, rgba(37, 99, 235, 0.25) 100%);
  pointer-events: none;
  border-radius: 12px;
}

.featured-article_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  display: block;
  transition: transform 0.3s ease;
}

.featured-article:hover .featured-article_img {
  transform: scale(1.02);
}

.featured-article_content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 24px 32px 24px 0;
}

.featured-article_eyebrow {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #3b82f6;
  margin-bottom: 16px;
}

.featured-article_title {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.25;
  color: #1a1a1a;
  margin: 0 0 20px 0;
}

.featured-article_desc {
  font-size: 19px;
  line-height: 1.7;
  color: #6b7280;
  margin: 0 0 28px 0;
}

.featured-article_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.featured-article_date {
  font-size: 14px;
  color: #9ca3af;
  margin-bottom: 8px;
  font-family: Aptos, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.blog-card_date {
  font-size: 13px;
  color: #9ca3af;
  margin-bottom: 8px;
  font-family: Aptos, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

/* Blog Grid Layouts */
.blog-grid-two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-bottom: 32px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 40px;
}

.blog-card {
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative;
  border-radius: 12px;
  padding: 12px;
  margin: -12px;
  transition: box-shadow 0.3s ease;
}

.blog-card:hover {
  box-shadow: 0 0 24px rgba(59, 130, 246, 0.4), 0 0 48px rgba(59, 130, 246, 0.2);
}

.blog-card:hover .blog-card_img {
  transform: scale(1.02);
}

.blog-card_img-wrapper {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
}

.blog-card_img-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.15) 0%, rgba(37, 99, 235, 0.25) 100%);
  pointer-events: none;
  border-radius: 8px;
}

.blog-card_img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
  transition: transform 0.3s ease;
}

.blog-card_content {
  /* Content wrapper */
}

.blog-card_title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
  color: #1a1a1a;
  margin: 0 0 12px 0;
}

.blog-card_desc {
  font-size: 15px;
  line-height: 1.6;
  color: #6b7280;
  margin: 0 0 16px 0;
}

.blog-card_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.blog-tag {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  color: #4b5563;
  padding: 6px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  transition: all 0.2s ease;
}

.blog-card:hover .blog-tag {
  border-color: #d1d5db;
}

.blog-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 48px;
}

.blog-filter {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  color: #4b5563;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.blog-filter:hover {
  border-color: #1f6fff;
  color: #1f6fff;
}

.blog-filter.active {
  background: #1f6fff;
  border-color: #1f6fff;
  color: #fff;
}

/* Resources Page Aptos Font Override */
.blog-hero,
.blog-section,
.featured-article,
.blog-card,
.blog-filters {
  font-family: Aptos, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.blog-hero_title {
  font-family: Aptos, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 52px;
}

.blog-hero_text {
  font-family: Aptos, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 18px;
}

.blog-hero_label {
  font-family: Aptos, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 15px;
}

.featured-article_eyebrow,
.featured-article_title,
.featured-article_desc {
  font-family: Aptos, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.blog-card_title {
  font-family: Aptos, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 22px;
}

.blog-card_desc {
  font-family: Aptos, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px;
}

.blog-filter {
  font-family: Aptos, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 15px;
}

.blog-tag {
  font-family: Aptos, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

/* Legacy Resources Styles */
.resources-section {
  padding: 60px 0 100px;
  background-color: #fff;
}

.resources-header {
  margin-bottom: 60px;
}

.resources-title {
  font-size: 64px;
  font-weight: 300;
  letter-spacing: -1px;
  margin: 0 0 24px 0;
  color: #0f0f0f;
}

.resources-divider {
  height: 1px;
  background-color: #e5e7eb;
  width: 100%;
}

.resources-layout {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  align-items: start;
  margin-bottom: 80px;
}

.resources-featured {
  padding-right: 0;
}

.featured-card {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease;
}

.featured-card:hover {
  transform: translateY(-4px);
}

.featured-image {
  height: 340px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  overflow: hidden;
}

.featured-image-text {
  color: rgba(255,255,255,0.2);
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 2px;
}

.featured-img {
  width: 100%;
  height: 280px;
  border-radius: 12px;
  object-fit: cover;
  margin-bottom: 24px;
}

.featured-content {
  padding-right: 20px;
}

.resource-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #6b7280;
  border: 1px solid #e5e7eb;
  padding: 2px 6px;
  border-radius: 3px;
  margin-bottom: 8px;
}

.featured-title {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 0 16px 0;
  color: #0f0f0f;
}

.featured-description {
  font-size: 16px;
  line-height: 1.7;
  color: #6b7280;
  margin: 0;
}

.resources-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.resource-item {
  display: flex;
  gap: 20px;
  padding: 20px 0;
  text-decoration: none;
  color: inherit;
  transition: background-color 0.2s ease;
}

.resource-item:first-child {
  padding-top: 0;
}

.resource-item:hover {
  background-color: #f9fafb;
}

.resource-item-image {
  width: 180px;
  height: 120px;
  border-radius: 8px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.resource-item-img {
  width: 140px;
  height: 95px;
  border-radius: 8px;
  flex-shrink: 0;
  object-fit: cover;
}

.resource-item-image-text {
  color: rgba(255,255,255,0.15);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
}

.resource-item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.resource-item-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 4px 0;
  color: #0f0f0f;
}

.resource-item-desc {
  font-size: 14px;
  line-height: 1.5;
  color: #6b7280;
  margin: 0;
}

.resources-all {
  margin-top: 40px;
}

.resources-section-title {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 32px 0;
  color: #0f0f0f;
}

.resources-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.resource-card {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e7eb;
  transition: all 0.2s ease;
}

.resource-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.1);
  border-color: transparent;
}

.resource-card-image {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.resource-card-img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.resource-card-image-text {
  color: rgba(255,255,255,0.15);
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 1px;
}

.resource-card-content {
  padding: 24px;
}

.resource-card-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 8px 0;
  color: #0f0f0f;
}

.resource-card-desc {
  font-size: 14px;
  line-height: 1.5;
  color: #6b7280;
  margin: 0;
}

@media screen and (max-width: 991px) {
  .blog-hero {
    padding: 80px 0 60px;
  }

  .blog-hero_wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .blog-hero_title {
    font-size: 36px;
  }

  .blog-hero_circle-1 {
    width: 300px;
    height: 300px;
    top: -100px;
    right: -80px;
  }

  .blog-hero_circle-2 {
    width: 200px;
    height: 200px;
    top: 20px;
    right: 20px;
  }

  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .blog-grid-two {
    grid-template-columns: repeat(2, 1fr);
  }

  .featured-article {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

  .featured-article_img {
    height: 100%;
  }

  .featured-article_title {
    font-size: 26px;
  }

  .featured-article_desc {
    font-size: 15px;
  }

  .resources-layout {
    grid-template-columns: 1fr;
  }

  .resources-featured {
    border-right: none;
    padding-right: 0;
    padding-bottom: 40px;
  }

  .resources-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .resources-title {
    font-size: 48px;
  }
}

@media screen and (max-width: 767px) {
  .blog-hero {
    padding: 60px 0 50px;
  }

  .blog-hero_title {
    font-size: 28px;
  }

  .blog-hero_text {
    font-size: 15px;
  }

  .blog-hero_circle {
    display: none;
  }

  .blog-section {
    padding: 60px 0 80px;
  }

  .blog-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .blog-grid-two {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 40px;
  }

  .featured-article {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 40px;
  }

  .featured-article_img {
    aspect-ratio: 16 / 10;
  }

  .featured-article_title {
    font-size: 24px;
  }

  .featured-article_desc {
    font-size: 15px;
    margin-bottom: 16px;
  }

  .blog-card_img {
    height: 200px;
  }

  .blog-card_title {
    font-size: 18px;
  }

  .resources-grid {
    grid-template-columns: 1fr;
  }

  .resources-title {
    font-size: 36px;
  }

  .featured-image {
    height: 240px;
  }

  .featured-title {
    font-size: 24px;
  }

  .resource-item {
    flex-direction: column;
    gap: 12px;
  }

  .resource-item-image {
    width: 100%;
    height: 160px;
  }

  .resource-item-img {
    width: 100%;
    height: 160px;
  }

  .featured-img {
    height: 200px;
  }
}

/* Dark Footer */
.footer-dark {
  background-color: #0f0f0f;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  padding: 80px 0 40px 0;
}

.footer-dark_upper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

.footer-dark_left {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-dark_logo {
  max-width: 200px;
  filter: brightness(0) invert(1);
}

.footer-dark_tagline {
  font-size: 16px;
  color: #9ca3af;
}

.footer-dark_center {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-dark_heading {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 4px;
}

.footer-dark_right {
  display: flex;
  gap: 32px;
  align-items: center;
}

.footer-dark_link {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.3s ease;
}

.footer-dark_link:hover {
  color: #60a5fa;
}

.footer-dark_divider {
  height: 1px;
  background-color: #2a2a2a;
  margin: 50px 0 30px 0;
}

.footer-dark_lower {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.footer-dark_legal {
  display: flex;
  gap: 24px;
}

.footer-dark_link-small {
  color: #6b7280;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-dark_link-small:hover {
  color: #9ca3af;
}

.footer-dark_copyright {
  color: #6b7280;
  font-size: 14px;
}

@media screen and (max-width: 991px) {
  .footer-dark_upper {
    flex-direction: column;
    gap: 40px;
  }

  .footer-dark_center {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
  }

  .footer-dark_heading {
    width: 100%;
  }

  .footer-dark_right {
    flex-wrap: wrap;
    gap: 20px;
  }

  .footer-dark_lower {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

@media screen and (max-width: 479px) {
  .footer-dark {
    padding: 60px 0 30px 0;
  }

  .footer-dark_right {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .footer-dark_legal {
    flex-direction: column;
    gap: 12px;
  }
}

/* Article Page Styles */
.section_hero-blog.is-article {
  padding: 50px 0 40px;
  text-align: left;
}

/* Article Hero - Two Column Layout */
.section_article-hero {
  padding: 50px 0;
  background-color: #fafcff;
  background-image:
    linear-gradient(90deg, rgba(31, 111, 255, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(31, 111, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(25, 177, 61, 0.03) 1px, transparent 1px),
    linear-gradient(rgba(25, 177, 61, 0.03) 1px, transparent 1px);
  background-size: 80px 80px, 80px 80px, 20px 20px, 20px 20px;
}

.section_article-hero .container_primary {
  max-width: 1000px;
}

.article-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 50px;
  align-items: start;
}

.article-hero-title {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
}

.article-hero-title .text-bold {
  font-weight: 700;
  color: #1a1a1a;
}

.article-hero-title .text-muted {
  font-weight: 400;
  color: #9ca3af;
}

.article-hero-description {
  font-size: 16px;
  line-height: 1.6;
  color: #4b5563;
  margin: 0 0 24px 0;
}

.article-share {
  display: flex;
  align-items: center;
  gap: 16px;
}

.share-label {
  font-size: 14px;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.share-buttons {
  display: flex;
  gap: 12px;
}

.share-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  color: #4b5563;
  transition: all 0.2s ease;
  border: 1px solid #e5e7eb;
}

.share-btn:hover {
  background-color: #1f6fff;
  color: #fff;
  border-color: #1f6fff;
}

@media screen and (max-width: 991px) {
  .article-hero-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .article-hero-title {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .section_article-hero {
    padding: 40px 0;
  }

  .article-hero-title {
    font-size: 24px;
  }

  .article-hero-description {
    font-size: 15px;
  }
}

/* Numbered Content Section - Two Column Layout */
.section_numbered-content {
  padding: 80px 0 60px;
  background-color: #fff;
}

.numbered-item {
  display: grid;
  grid-template-columns: 30% 70%;
  gap: 40px;
  padding: 32px 0;
  border-bottom: 1px solid #e5e7eb;
}

.numbered-item:first-child {
  padding-top: 0;
}

.numbered-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.numbered-item_left {
  position: relative;
}

.numbered-item_number {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #1f6fff;
  letter-spacing: 1px;
  margin-top: 10px;
}

.numbered-item_title {
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.3;
  margin: 0;
}

.numbered-item_right p {
  font-size: 18px;
  line-height: 1.5;
  color: #4b5563;
  margin: 0 0 16px 0;
}

.numbered-item_right p:last-child {
  margin-bottom: 0;
}

.numbered-item_right strong {
  color: #1f6fff;
  font-weight: 600;
}

.numbered-item_right ul {
  margin: 0 0 16px 0;
  padding-left: 24px;
}

.numbered-item_right li {
  font-size: 18px;
  line-height: 1.5;
  color: #4b5563;
  margin-bottom: 6px;
}

@media screen and (max-width: 991px) {
  .numbered-item {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .numbered-item_title {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .section_numbered-content {
    padding: 16px 0 40px;
  }

  .numbered-item {
    padding: 24px 0;
  }

  .numbered-item_right p,
  .numbered-item_right li {
    font-size: 16px;
  }
}

/* Article Content Styling */
.wrapper_blog-post .w-richtext strong {
  color: #1f6fff;
  font-weight: 600;
}

/* Article Content Spacing */
.wrapper_blog-post .w-richtext h2 {
  font-size: 30px;
  margin-top: 56px;
  margin-bottom: 28px;
}

.wrapper_blog-post .w-richtext h2:first-child {
  margin-top: 0;
}

.wrapper_blog-post .w-richtext h3 {
  margin-top: 48px;
  margin-bottom: 24px;
}

.wrapper_blog-post .w-richtext p {
  margin-bottom: 20px;
  line-height: 1.5;
}

.wrapper_blog-post .w-richtext ul {
  margin-bottom: 20px;
}

.wrapper_blog-post .w-richtext li {
  margin-bottom: 6px;
  line-height: 1.5;
}

/* Article Image */
.article-image {
  width: 100%;
  max-width: 800px;
  height: auto;
  border-radius: 12px;
  margin: 56px 0 64px 0;
  display: block;
}

/* Stat Callout / Infographic */
.stat-callout {
  background: linear-gradient(135deg, #f0f7ff 0%, #e8f4fd 100%);
  border-left: 4px solid #1f6fff;
  border-radius: 0 12px 12px 0;
  padding: 32px 40px;
  margin: 48px 0;
}

.stat-callout_eyebrow {
  font-size: 14px;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.stat-callout_number {
  font-size: 56px;
  font-weight: 700;
  color: #1f6fff;
  line-height: 1;
  margin-bottom: 12px;
}

.stat-callout_label {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.stat-callout_source {
  font-size: 14px;
  color: #6b7280;
  font-style: italic;
}

@media screen and (max-width: 767px) {
  .section_hero-blog.is-article {
    padding: 40px 0 30px;
  }

  .section_hero-blog.is-article .h1_blog-post {
    font-size: 28px;
  }

  .wrapper_blog-post .w-richtext h2 {
    margin-top: 44px;
    margin-bottom: 20px;
  }

  .wrapper_blog-post .w-richtext h3 {
    margin-top: 36px;
    margin-bottom: 18px;
  }

  .wrapper_blog-post .w-richtext p {
    margin-bottom: 20px;
  }

  .article-image {
    margin: 40px 0 48px 0;
  }

  .stat-callout {
    padding: 24px;
    margin: 36px 0;
  }

  .stat-callout_number {
    font-size: 42px;
  }
}

/* ========================================
   Service Detail Page Styles
   ======================================== */

/* Hero Section */
.section_service-detail-hero {
  background:
    linear-gradient(rgba(203, 213, 225, 0.3) 1px, transparent 1px),
    linear-gradient(90deg, rgba(203, 213, 225, 0.3) 1px, transparent 1px),
    linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  background-size: 40px 40px, 40px 40px, 100% 100%;
  padding: 100px 0 80px;
}

.service-detail-hero_wrapper {
  max-width: 800px;
}

.service-detail-hero_back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #6b7280;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 24px;
  transition: color 0.2s ease;
}

.service-detail-hero_back:hover {
  color: #3b82f6;
}

.service-detail-hero_back svg {
  width: 18px;
  height: 18px;
}

.service-detail-hero_title {
  font-size: 60px;
  font-weight: 400;
  color: #1f2937;
  line-height: 1.15;
  margin: 0 0 24px 0;
  letter-spacing: -0.5px;
}

.service-detail-hero_description {
  font-size: 20px;
  color: #4b5563;
  line-height: 1.6;
  margin: 0;
}

/* Overview Section */
.section_service-detail-overview {
  padding: 80px 0;
}

.service-detail-overview_grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: start;
}

.service-detail-overview_content p {
  font-size: 18px;
  line-height: 1.7;
  color: #4b5563;
  margin-bottom: 20px;
}

.service-detail-overview_content p:last-child {
  margin-bottom: 0;
}

.service-detail-overview_img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* Section Titles */
.service-detail-section_title {
  font-size: 36px;
  font-weight: 600;
  color: #1f2937;
  margin: 0 0 24px 0;
  line-height: 1.3;
}

.service-detail-section_title.is-centered {
  text-align: center;
}

.service-detail-section_subtitle {
  font-size: 18px;
  color: #6b7280;
  margin: 0 0 32px 0;
}

/* Offerings Section */
.section_service-detail-offerings {
  background-color: #f8fafc;
  padding: 80px 0;
}

.list_normal.is-centered {
  justify-content: center;
}

/* Results Section */
.section_service-detail-results {
  padding: 80px 0;
  background-color: #ffffff;
}

.service-detail-results_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-top: 48px;
}

.service-detail-result_card {
  background: #f8fafc;
  border-radius: 12px;
  padding: 32px 24px;
  text-align: center;
  transition: all 0.3s ease;
}

.service-detail-result_card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.service-detail-result_icon {
  width: 64px;
  height: 64px;
  background: #e0f2fe;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: #3b82f6;
}

.service-detail-result_title {
  font-size: 18px;
  font-weight: 600;
  color: #1f2937;
  margin: 0 0 12px 0;
}

.service-detail-result_desc {
  font-size: 15px;
  color: #6b7280;
  line-height: 1.5;
  margin: 0;
}

/* Responsive Styles for Service Detail Pages */
@media screen and (max-width: 991px) {
  .section_service-detail-hero {
    padding: 80px 0 60px;
  }

  .service-detail-hero_title {
    font-size: 36px;
  }

  .service-detail-overview_grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .service-detail-overview_image {
    order: -1;
  }

  .service-detail-results_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .section_service-detail-hero {
    padding: 60px 0 40px;
  }

  .service-detail-hero_title {
    font-size: 28px;
  }

  .service-detail-hero_description {
    font-size: 17px;
  }

  .section_service-detail-overview,
  .section_service-detail-offerings,
  .section_service-detail-results {
    padding: 60px 0;
  }

  .service-detail-section_title {
    font-size: 28px;
  }

  .service-detail-results_grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .service-detail-result_card {
    padding: 24px 20px;
  }
}

@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-Light.otf') format('opentype'), url('../fonts/SourceSansPro-LightIt.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-ExtraLight.otf') format('opentype'), url('../fonts/SourceSansPro-ExtraLightIt.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-Bold.otf') format('opentype'), url('../fonts/SourceSansPro-BoldIt.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro It';
  src: url('../fonts/SourceSansPro-It.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-BlackIt.otf') format('opentype'), url('../fonts/SourceSansPro-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}