html, body { overflow-x: hidden; max-width: 100%; }

    /* ── Hero ── */
    .co-hero {
      background: linear-gradient(140deg, #050d10 0%, #0d2e38 45%, #1c5266 100%);
      padding: 220px 0 80px;
      position: relative;
      overflow: hidden;
    }
    .co-hero::before {
      content: '';
      position: absolute; inset: 0;
      background-image: radial-gradient(rgba(126,166,172,0.07) 1px, transparent 1px);
      background-size: 28px 28px;
      pointer-events: none;
    }
    .co-hero-inner {
      display: grid;
      grid-template-columns: 1fr minmax(0, 480px);
      gap: 56px;
      align-items: center;
      max-width: 1140px;
      margin: 0 auto;
      padding: 0 32px;
      overflow: hidden;
    }
    .co-visual { min-width: 0; }
    .co-eyebrow {
      font-family: 'Oswald', sans-serif;
      font-size: 0.75rem; font-weight: 600;
      letter-spacing: 3px; text-transform: uppercase;
      color: #7ea6ac; border-left: 3px solid #7ea6ac;
      padding-left: 12px; margin-bottom: 20px; display: block;
    }
    .co-hero-text h1 {
      font-family: 'Oswald', sans-serif;
      font-size: clamp(2.4rem, 5vw, 4rem);
      font-weight: 700; letter-spacing: 1px; line-height: 1.1;
      color: #fff; margin-bottom: 20px;
    }
    .co-hero-text h1 span { color: #7ea6ac; }
    .co-hero-text p {
      font-family: 'Open Sans', sans-serif;
      font-size: 1.05rem; color: rgba(255,255,255,0.78);
      line-height: 1.75; margin-bottom: 32px; max-width: 500px;
    }
    .co-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

    /* ── Hero Graphic, Consulting Visual ── */
    .co-visual {
      display: flex; flex-direction: column; gap: 14px;
    }
    .co-card {
      background: rgba(255,255,255,0.06);
      border: 1px solid rgba(126,166,172,0.2);
      border-radius: 14px;
      padding: 20px 22px;
      backdrop-filter: blur(8px);
      transition: background 0.2s;
    }
    .co-card-top {
      display: flex; align-items: center; gap: 12px; margin-bottom: 12px;
    }
    .co-card-icon {
      width: 36px; height: 36px; border-radius: 9px; flex-shrink: 0;
      background: linear-gradient(135deg, #226673, #7ea6ac);
      display: flex; align-items: center; justify-content: center;
    }
    .co-card-icon svg { width: 18px; height: 18px; stroke: #fff; fill: none; stroke-width: 2; }
    .co-card-label {
      font-family: 'Oswald', sans-serif;
      font-size: 0.85rem; font-weight: 600; color: #fff; letter-spacing: 0.5px;
    }
    .co-card-sub {
      font-family: 'Open Sans', sans-serif;
      font-size: 0.75rem; color: rgba(255,255,255,0.55); line-height: 1.6;
    }
    /* Progress bars inside card */
    .co-progress-row { display: flex; flex-direction: column; gap: 7px; }
    .co-progress-item { display: flex; align-items: center; gap: 10px; }
    .co-progress-name {
      font-family: 'Open Sans', sans-serif;
      font-size: 0.65rem; color: rgba(255,255,255,0.6);
      width: 110px; flex-shrink: 0;
    }
    .co-progress-track {
      flex: 1; height: 5px; background: rgba(255,255,255,0.1); border-radius: 3px; overflow: hidden;
    }
    .co-progress-fill {
      height: 100%; border-radius: 3px;
      background: linear-gradient(90deg, #226673, #7ea6ac);
    }
    .co-progress-pct {
      font-family: 'Oswald', sans-serif;
      font-size: 0.65rem; color: #7ea6ac; width: 28px; text-align: right;
    }
    /* Steps card */
    .co-steps { display: flex; flex-direction: column; gap: 0; }
    .co-step {
      display: flex; align-items: flex-start; gap: 12px;
      padding: 8px 0;
      border-bottom: 1px solid rgba(126,166,172,0.1);
    }
    .co-step:last-child { border-bottom: none; }
    .co-step-num {
      width: 22px; height: 22px; border-radius: 50%; flex-shrink: 0;
      background: #226673; display: flex; align-items: center; justify-content: center;
      font-family: 'Oswald', sans-serif; font-size: 0.65rem; font-weight: 700; color: #fff;
    }
    .co-step-text {
      font-family: 'Open Sans', sans-serif;
      font-size: 0.72rem; color: rgba(255,255,255,0.7); line-height: 1.5;
    }
    .co-step-text strong { color: #fff; display: block; margin-bottom: 1px; font-size: 0.75rem; }

    /* ── Shared ── */
    .co-container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }

    /* ── Intro ── */
    .co-intro {
      background: #fff;
      padding: 80px 0;
    }
    .co-intro-grid {
      display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start;
    }
    .co-intro h2 {
      font-family: 'Oswald', sans-serif;
      font-size: clamp(1.7rem, 3vw, 2.4rem);
      font-weight: 700; color: #0d2e38; margin-bottom: 20px;
    }
    .co-intro h2 span { color: #226673; }
    .co-intro p {
      font-family: 'Open Sans', sans-serif;
      font-size: 1rem; color: #3a5260; line-height: 1.8; margin-bottom: 16px;
    }
    .co-check-list { display: flex; flex-direction: column; gap: 16px; padding-top: 8px; }
    .co-check-item { display: flex; align-items: flex-start; gap: 14px; }
    .co-check-dot {
      width: 26px; height: 26px; border-radius: 50%; flex-shrink: 0;
      background: linear-gradient(135deg, #226673, #7ea6ac);
      display: flex; align-items: center; justify-content: center; margin-top: 2px;
    }
    .co-check-dot svg { width: 12px; height: 12px; stroke: #fff; stroke-width: 3; fill: none; }
    .co-check-text strong {
      font-family: 'Oswald', sans-serif;
      font-size: 0.95rem; font-weight: 600; color: #0d2e38; display: block; margin-bottom: 3px;
    }
    .co-check-text span {
      font-family: 'Open Sans', sans-serif;
      font-size: 0.85rem; color: #5a7a88; line-height: 1.6;
    }

    /* ── Services ── */
    .co-services {
      background: #226673;
      padding: 80px 0;
    }
    .co-services-header { text-align: center; margin-bottom: 48px; }
    .co-services-header h2 {
      font-family: 'Oswald', sans-serif;
      font-size: clamp(1.7rem, 3vw, 2.4rem);
      font-weight: 700; color: #fff; margin-bottom: 8px;
    }
    .co-services-header h2 span { color: #7ea6ac; }
    .co-services-header p {
      font-family: 'Open Sans', sans-serif;
      font-size: clamp(0.82rem, 1.8vw, 0.95rem); color: rgba(255,255,255,0.7); max-width: 900px; margin: 0 auto; white-space: nowrap;
    }
    @media (max-width: 800px) {
      .co-services-header p { white-space: normal; max-width: 100%; }
    }
    .co-services-grid {
      display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
    }
    .co-service-card {
      background: rgba(255,255,255,0.07);
      border: 1px solid rgba(255,255,255,0.14);
      border-radius: 14px; padding: 32px 28px;
      display: flex; flex-direction: column; gap: 12px;
      transition: background 0.2s, transform 0.2s;
    }
    .co-service-card:hover { background: rgba(255,255,255,0.12); transform: translateY(-3px); }
    .co-svc-icon {
      width: 48px; height: 48px; border-radius: 12px;
      background: rgba(255,255,255,0.12);
      display: flex; align-items: center; justify-content: center; flex-shrink: 0;
    }
    .co-svc-icon svg { width: 22px; height: 22px; stroke: #fff; fill: none; stroke-width: 2; }
    .co-service-card h3 {
      font-family: 'Oswald', sans-serif;
      font-size: 1.1rem; font-weight: 600; color: #fff;
    }
    .co-service-card p {
      font-family: 'Open Sans', sans-serif;
      font-size: 0.88rem; color: rgba(255,255,255,0.72); line-height: 1.7; flex: 1;
    }

    /* ── How We Work ── */
    .co-how {
      background: #fff;
      padding: 80px 0;
    }
    .co-how-header { text-align: center; margin-bottom: 56px; }
    .co-how-header h2 {
      font-family: 'Oswald', sans-serif;
      font-size: clamp(1.7rem, 3vw, 2.4rem);
      font-weight: 700; color: #0d2e38; margin-bottom: 8px;
    }
    .co-how-header h2 span { color: #226673; }
    .co-how-header p {
      font-family: 'Open Sans', sans-serif;
      font-size: clamp(0.82rem, 1.8vw, 0.95rem); color: #5a7a88; max-width: 720px; margin: 0 auto; white-space: nowrap;
    }
    @media (max-width: 760px) {
      .co-how-header p { white-space: normal; max-width: 100%; }
    }
    .co-how-steps {
      display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; position: relative;
    }
    .co-how-steps::before {
      content: '';
      position: absolute; top: 28px; left: calc(12.5% + 16px); right: calc(12.5% + 16px);
      height: 2px; background: linear-gradient(90deg, #226673, #7ea6ac);
    }
    .co-how-step { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 0 16px; }
    .co-how-num {
      width: 56px; height: 56px; border-radius: 50%; flex-shrink: 0;
      background: linear-gradient(135deg, #226673, #7ea6ac);
      display: flex; align-items: center; justify-content: center; margin-bottom: 20px;
      font-family: 'Oswald', sans-serif; font-size: 1.2rem; font-weight: 700; color: #fff;
      position: relative; z-index: 1;
      box-shadow: 0 4px 16px rgba(34,102,115,0.3);
    }
    .co-how-step h4 {
      font-family: 'Oswald', sans-serif;
      font-size: 1rem; font-weight: 600; color: #0d2e38; margin-bottom: 8px;
    }
    .co-how-step p {
      font-family: 'Open Sans', sans-serif;
      font-size: 0.82rem; color: #5a7a88; line-height: 1.65;
    }

    /* ── CTA ── */
    .co-cta {
      background: #226673;
      padding: 72px 0; text-align: center; color: #fff;
    }
    .co-cta h2 {
      font-family: 'Oswald', sans-serif;
      font-size: clamp(1.6rem, 3vw, 2.4rem);
      font-weight: 700; letter-spacing: 1px; margin-bottom: 14px;
    }
    .co-cta p {
      font-family: 'Open Sans', sans-serif;
      font-size: 1rem; color: rgba(255,255,255,0.75); margin-bottom: 28px;
    }

    /* ── Mobile ── */
    @media (max-width: 960px) {
      .co-hero-inner { grid-template-columns: 1fr; }
      .co-visual { display: block; max-width: 480px; margin: 32px auto 0; display: flex; }
      .co-intro-grid { grid-template-columns: 1fr; gap: 36px; }
      .co-services-grid { grid-template-columns: 1fr 1fr; }
      .co-how-steps { grid-template-columns: 1fr 1fr; gap: 40px; }
      .co-how-steps::before { display: none; }
    }
    @media (max-width: 560px) {
      .co-services-grid { grid-template-columns: 1fr; }
      .co-how-steps { grid-template-columns: 1fr; }
    }