:root {
        --ink: #17202a;
        --muted: #65717f;
        --brand: #0f5e5b;
        --brand-dark: #0a3f3d;
        --accent: #c7982c;
        --surface: #f6f8fb;
        --line: rgba(23, 32, 42, 0.1);
      }

      * {
        box-sizing: border-box;
      }

      body {
        margin: 0;
        font-family: "Google Sans", "Noto Sans", Arial, sans-serif;
        color: var(--ink);
        background: #ffffff;
        letter-spacing: 0;
      }

      a {
        text-decoration: none;
      }

      .has-reveal [data-animate] {
        opacity: 0;
        transform: translate3d(0, 28px, 0);
        transition: opacity 1.1s ease, transform 1.1s cubic-bezier(0.22, 1, 0.36, 1);
        transition-delay: var(--delay, 0ms);
        will-change: opacity, transform;
      }

      .has-reveal [data-animate="fade-left"] {
        transform: translate3d(30px, 0, 0);
      }

      .has-reveal [data-animate="fade-right"] {
        transform: translate3d(-30px, 0, 0);
      }

      .has-reveal [data-animate].is-visible {
        opacity: 1;
        transform: translate3d(0, 0, 0);
      }

      @media (prefers-reduced-motion: reduce) {
        .has-reveal [data-animate] {
          opacity: 1;
          transform: none;
          transition: none;
        }
      }

      .top-strip {
        background: var(--brand-dark);
        color: rgba(255, 255, 255, 0.9);
        font-size: 0.9rem;
      }

      .top-strip a {
        color: #ffffff;
      }

      .navbar {
        padding: 0.85rem 0;
        background: rgba(255, 255, 255, 0.96);
        border-bottom: 1px solid var(--line);
        box-shadow: 0 12px 34px rgba(16, 24, 32, 0.08);
        backdrop-filter: blur(16px);
      }

      .navbar-brand {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        min-width: 0;
      }

      .brand-mark {
        width: 46px;
        height: 46px;
        display: inline-grid;
        place-items: center;
        flex: 0 0 auto;
        border-radius: 6px;
        background: linear-gradient(135deg, var(--brand), #16847f);
        color: #ffffff;
        font-weight: 700;
        font-size: 1rem;
        box-shadow: 0 12px 22px rgba(15, 94, 91, 0.22);
      }

      .brand-name {
        display: block;
        color: var(--ink);
        font-weight: 700;
        font-size: clamp(0.9rem, 2.5vw, 1.08rem);
        line-height: 1.15;
        white-space: normal;
      }

      .brand-subtitle {
        display: block;
        color: var(--muted);
        font-size: 0.78rem;
        line-height: 1.2;
      }

      .navbar-nav .nav-link {
        color: #26313c;
        font-weight: 500;
        padding: 0.55rem 0.8rem;
        border-radius: 6px;
      }

      .navbar-nav .nav-link:hover,
      .navbar-nav .nav-link:focus,
      .navbar-nav .nav-link.show {
        background: rgba(15, 94, 91, 0.08);
        color: var(--brand);
      }

      .navbar-toggler {
        width: 44px;
        height: 40px;
        padding: 0;
        border-color: rgba(15, 94, 91, 0.22);
        border-radius: 6px;
      }

      .navbar-toggler:focus {
        box-shadow: 0 0 0 0.2rem rgba(15, 94, 91, 0.16);
      }

      .dropdown-menu {
        min-width: 270px;
        padding: 0.55rem;
        border: 1px solid rgba(23, 32, 42, 0.08);
        border-radius: 8px;
        box-shadow: 0 24px 60px rgba(16, 24, 32, 0.14);
      }

      .dropdown-item {
        display: flex;
        align-items: center;
        gap: 0.7rem;
        padding: 0.68rem 0.75rem;
        border-radius: 6px;
        color: #26313c;
        font-weight: 500;
      }

      .dropdown-item i {
        width: 20px;
        color: var(--brand);
        text-align: center;
      }

      .dropdown-item:hover,
      .dropdown-item:focus {
        background: rgba(15, 94, 91, 0.08);
        color: var(--brand-dark);
      }

      @media (min-width: 992px) {
        .navbar .dropdown:hover > .dropdown-menu,
        .navbar .dropdown:focus-within > .dropdown-menu {
          display: block;
          margin-top: 0;
        }

        .navbar .dropdown:hover > .nav-link,
        .navbar .dropdown:focus-within > .nav-link {
          background: rgba(15, 94, 91, 0.08);
          color: var(--brand);
        }
      }

      .btn-brand {
        --bs-btn-color: #ffffff;
        --bs-btn-bg: var(--brand);
        --bs-btn-border-color: var(--brand);
        --bs-btn-hover-color: #ffffff;
        --bs-btn-hover-bg: var(--brand-dark);
        --bs-btn-hover-border-color: var(--brand-dark);
        --bs-btn-focus-shadow-rgb: 15, 94, 91;
        border-radius: 6px;
        font-weight: 700;
      }

      .btn-outline-brand {
        --bs-btn-color: var(--brand);
        --bs-btn-border-color: rgba(15, 94, 91, 0.4);
        --bs-btn-hover-color: #ffffff;
        --bs-btn-hover-bg: var(--brand);
        --bs-btn-hover-border-color: var(--brand);
        border-radius: 6px;
        font-weight: 700;
      }

      .hero {
        position: relative;
        overflow: hidden;
        min-height: 560px;
        background:
          linear-gradient(90deg, rgba(8, 38, 42, 0.94) 0%, rgba(8, 38, 42, 0.8) 45%, rgba(8, 38, 42, 0.36) 100%),
          url("https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?auto=format&fit=crop&w=1800&q=80") center/cover;
        color: #ffffff;
      }

      .inner-hero {
        position: relative;
        overflow: hidden;
        background:
          linear-gradient(90deg, rgba(8, 38, 42, 0.95), rgba(8, 38, 42, 0.76)),
          url("https://images.unsplash.com/photo-1554224155-1696413565d3?auto=format&fit=crop&w=1800&q=80") center/cover;
        color: #ffffff;
      }

      .inner-hero-content {
        max-width: 760px;
        padding: clamp(3.25rem, 7vw, 5.5rem) 0;
      }

      .breadcrumb-lite {
        display: inline-flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 0.45rem;
        margin-bottom: 1rem;
        color: rgba(255, 255, 255, 0.78);
        font-size: 0.9rem;
      }

      .breadcrumb-lite a {
        color: #f6d67f;
        font-weight: 700;
      }

      .inner-hero h1 {
        margin: 0 0 1rem;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        font-weight: 700;
      }

      .inner-hero p {
        max-width: 700px;
        margin: 0;
        color: rgba(255, 255, 255, 0.84);
        font-size: 1.05rem;
        line-height: 1.7;
      }

      .inner-hero-points {
        display: flex;
        flex-wrap: wrap;
        gap: 0.65rem;
        margin-top: 1.6rem;
      }

      .inner-hero-point {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        padding: 0.55rem 0.7rem;
        border: 1px solid rgba(255, 255, 255, 0.16);
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.1);
        color: rgba(255, 255, 255, 0.9);
        font-size: 0.88rem;
        font-weight: 700;
      }

      .inner-hero-point i {
        color: #f6d67f;
      }

      .approach-section {
        padding: clamp(3.5rem, 7vw, 5.5rem) 0;
        background: #ffffff;
      }

      .approach-list {
        display: grid;
        gap: 0.8rem;
        margin-top: 1.5rem;
      }

      .approach-item {
        display: flex;
        align-items: flex-start;
        gap: 0.75rem;
        padding: 0.95rem;
        border: 1px solid rgba(23, 32, 42, 0.08);
        border-radius: 8px;
        background: var(--surface);
      }

      .approach-item i {
        width: 34px;
        height: 34px;
        display: inline-grid;
        place-items: center;
        flex: 0 0 auto;
        border-radius: 8px;
        background: rgba(15, 94, 91, 0.1);
        color: var(--brand);
      }

      .approach-item strong {
        display: block;
        color: var(--ink);
        font-size: 0.98rem;
        line-height: 1.25;
      }

      .approach-item span {
        display: block;
        margin-top: 0.25rem;
        color: var(--muted);
        font-size: 0.9rem;
        line-height: 1.5;
      }

      .approach-panel {
        height: 100%;
        padding: clamp(1.3rem, 3vw, 2rem);
        border-radius: 8px;
        background:
          linear-gradient(135deg, rgba(15, 94, 91, 0.94), rgba(10, 63, 61, 0.94)),
          url("https://images.unsplash.com/photo-1450101499163-c8848c66ca85?auto=format&fit=crop&w=1200&q=80") center/cover;
        color: #ffffff;
        box-shadow: 0 24px 60px rgba(16, 24, 32, 0.14);
      }

      .approach-panel h3 {
        margin: 0 0 0.75rem;
        color: #ffffff;
        font-size: clamp(1.35rem, 2.4vw, 1.9rem);
        line-height: 1.2;
        font-weight: 700;
      }

      .approach-panel p {
        margin: 0;
        color: rgba(255, 255, 255, 0.8);
        line-height: 1.65;
      }

      .approach-panel-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1px;
        overflow: hidden;
        margin-top: 1.4rem;
        border: 1px solid rgba(255, 255, 255, 0.16);
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.16);
      }

      .approach-panel-point {
        padding: 1rem;
        background: rgba(255, 255, 255, 0.1);
      }

      .approach-panel-point i {
        color: #f6d67f;
        font-size: 1.05rem;
      }

      .approach-panel-point strong {
        display: block;
        margin-top: 0.65rem;
        color: #ffffff;
        font-size: 0.95rem;
        line-height: 1.3;
      }

      .mvv-section {
        padding: clamp(3.5rem, 7vw, 5.5rem) 0;
        background: var(--surface);
      }

      .mvv-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1rem;
      }

      .mvv-card {
        height: 100%;
        padding: 1.4rem;
        border: 1px solid rgba(23, 32, 42, 0.08);
        border-radius: 8px;
        background: #ffffff;
        box-shadow: 0 16px 38px rgba(16, 24, 32, 0.06);
      }

      .mvv-icon {
        width: 50px;
        height: 50px;
        display: inline-grid;
        place-items: center;
        margin-bottom: 1rem;
        border-radius: 8px;
        background: rgba(15, 94, 91, 0.1);
        color: var(--brand);
        font-size: 1.25rem;
      }

      .mvv-card h3 {
        margin: 0 0 0.55rem;
        color: var(--ink);
        font-size: 1.12rem;
        line-height: 1.25;
        font-weight: 700;
      }

      .mvv-card p {
        margin: 0;
        color: var(--muted);
        font-size: 0.94rem;
        line-height: 1.65;
      }

      .hero .container {
        position: relative;
        z-index: 2;
      }

      .hero-grid {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
        align-items: center;
        gap: clamp(1.5rem, 4vw, 3rem);
        padding: clamp(3rem, 6vw, 4.75rem) 0;
      }

      .hero-content {
        max-width: 690px;
      }

      .eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        color: #f6d67f;
        font-weight: 700;
        font-size: 0.82rem;
        letter-spacing: 0;
        text-transform: uppercase;
      }

      .hero h1 {
        margin: 0.85rem 0 0.85rem;
        max-width: 640px;
        font-size: clamp(2rem, 4vw, 3.3rem);
        line-height: 1.08;
        font-weight: 700;
      }

      .hero p {
        max-width: 620px;
        color: rgba(255, 255, 255, 0.86);
        font-size: clamp(0.98rem, 1.4vw, 1.08rem);
        line-height: 1.58;
      }

      .hero-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 0.7rem;
        margin-top: 1.45rem;
      }

      .hero-actions .btn {
        min-height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.55rem;
        padding-inline: 1.05rem;
      }

      .hero-stats {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1px;
        max-width: 640px;
        margin-top: 2rem;
        background: rgba(255, 255, 255, 0.2);
        border: 1px solid rgba(255, 255, 255, 0.2);
      }

      .hero-stat {
        padding: 0.8rem;
        background: rgba(255, 255, 255, 0.1);
      }

      .hero-stat strong {
        display: block;
        color: #ffffff;
        font-size: clamp(1.05rem, 2vw, 1.35rem);
        line-height: 1.1;
      }

      .hero-stat span {
        display: block;
        margin-top: 0.35rem;
        color: rgba(255, 255, 255, 0.78);
        font-size: 0.82rem;
        line-height: 1.35;
      }

      .hero-query-form {
        padding: 1rem;
        border: 1px solid rgba(255, 255, 255, 0.22);
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.13);
        backdrop-filter: blur(16px);
        box-shadow: 0 24px 60px rgba(0, 0, 0, 0.2);
      }

      .hero-query-form h2 {
        margin: 0 0 0.85rem;
        color: #ffffff;
        font-size: 1.05rem;
        font-weight: 700;
      }

      .hero-query-form .form-control,
      .hero-query-form .form-select {
        min-height: 42px;
        border: 1px solid rgba(255, 255, 255, 0.22);
        border-radius: 6px;
        background-color: rgba(255, 255, 255, 0.94);
        color: var(--ink);
        font-size: 0.9rem;
      }

      .hero-query-form textarea.form-control {
        min-height: 74px;
        resize: none;
      }

      .hero-query-form .form-control::placeholder {
        color: #6c7682;
      }

      .hero-query-form .btn {
        min-height: 42px;
        border-radius: 6px;
      }

      .intro-section {
        padding: clamp(3.5rem, 7vw, 5.5rem) 0;
        background: #ffffff;
      }

      .section-eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        margin-bottom: 0.85rem;
        color: var(--brand);
        font-size: 0.82rem;
        font-weight: 700;
        text-transform: uppercase;
      }

      .section-title {
        max-width: 680px;
        margin: 0 0 1rem;
        color: var(--ink);
        font-size: clamp(1.55rem, 2.8vw, 2.2rem);
        line-height: 1.15;
        font-weight: 700;
      }

      .section-copy {
        max-width: 680px;
        margin: 0;
        color: var(--muted);
        font-size: 1rem;
        line-height: 1.75;
      }

      .intro-points {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.75rem;
        margin-top: 1.5rem;
      }

      .intro-point {
        display: flex;
        align-items: flex-start;
        gap: 0.65rem;
        color: #33404c;
        font-weight: 500;
      }

      .intro-point i {
        width: 26px;
        height: 26px;
        display: inline-grid;
        place-items: center;
        flex: 0 0 auto;
        border-radius: 50%;
        background: rgba(15, 94, 91, 0.1);
        color: var(--brand);
        font-size: 0.75rem;
      }

      .intro-media {
        position: relative;
      }

      .intro-media img {
        display: block;
        width: 100%;
        aspect-ratio: 4 / 3;
        object-fit: cover;
        border-radius: 8px;
        box-shadow: 0 24px 60px rgba(16, 24, 32, 0.14);
      }

      .intro-badge {
        position: absolute;
        left: 1rem;
        bottom: 1rem;
        max-width: calc(100% - 2rem);
        padding: 0.8rem 0.9rem;
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.94);
        color: var(--ink);
        box-shadow: 0 14px 34px rgba(16, 24, 32, 0.14);
      }

      .intro-badge strong {
        display: block;
        color: var(--brand-dark);
        font-size: 1rem;
        line-height: 1.1;
      }

      .intro-badge span {
        display: block;
        margin-top: 0.25rem;
        color: var(--muted);
        font-size: 0.82rem;
      }

      .services-section {
        padding: clamp(3.5rem, 7vw, 5.5rem) 0;
        background: var(--surface);
      }

      .section-header {
        max-width: 760px;
        margin: 0 auto 2rem;
        text-align: center;
      }

      .section-header .section-title {
        margin-inline: auto;
      }

      .services-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1rem;
      }

      .service-category {
        height: 100%;
        padding: 1.15rem;
        border: 1px solid rgba(23, 32, 42, 0.08);
        border-radius: 8px;
        background: #ffffff;
        box-shadow: 0 16px 38px rgba(16, 24, 32, 0.06);
        transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
      }

      .service-category:hover {
        transform: translateY(-4px);
        border-color: rgba(15, 94, 91, 0.24);
        box-shadow: 0 22px 48px rgba(16, 24, 32, 0.1);
      }

      .has-reveal .service-category.is-visible:hover {
        transform: translateY(-4px);
      }

      .service-icon {
        width: 46px;
        height: 46px;
        display: inline-grid;
        place-items: center;
        margin-bottom: 0.9rem;
        border-radius: 8px;
        background: rgba(15, 94, 91, 0.1);
        color: var(--brand);
        font-size: 1.2rem;
      }

      .service-category h3 {
        margin: 0 0 0.45rem;
        color: var(--ink);
        font-size: 1.02rem;
        line-height: 1.25;
        font-weight: 700;
      }

      .service-category p {
        margin: 0;
        color: var(--muted);
        font-size: 0.9rem;
        line-height: 1.55;
      }

      .why-section {
        padding: clamp(3.5rem, 7vw, 5.5rem) 0;
        background: #ffffff;
      }

      .why-intro {
        max-width: 520px;
      }

      .why-list {
        display: grid;
        gap: 0.8rem;
        margin-top: 1.5rem;
      }

      .why-list-item {
        display: flex;
        align-items: flex-start;
        gap: 0.75rem;
        padding: 0.9rem;
        border: 1px solid rgba(23, 32, 42, 0.08);
        border-radius: 8px;
        background: var(--surface);
      }

      .why-list-item i {
        width: 30px;
        height: 30px;
        display: inline-grid;
        place-items: center;
        flex: 0 0 auto;
        border-radius: 50%;
        background: rgba(199, 152, 44, 0.14);
        color: var(--accent);
        font-size: 0.86rem;
      }

      .why-list-item strong {
        display: block;
        color: var(--ink);
        font-size: 0.96rem;
        line-height: 1.25;
      }

      .why-list-item span {
        display: block;
        margin-top: 0.25rem;
        color: var(--muted);
        font-size: 0.88rem;
        line-height: 1.45;
      }

      .why-panel {
        height: 100%;
        padding: clamp(1.25rem, 3vw, 2rem);
        border-radius: 8px;
        background:
          linear-gradient(135deg, rgba(15, 94, 91, 0.96), rgba(10, 63, 61, 0.96)),
          url("https://images.unsplash.com/photo-1554224155-6726b3ff858f?auto=format&fit=crop&w=1200&q=80") center/cover;
        color: #ffffff;
        box-shadow: 0 24px 60px rgba(16, 24, 32, 0.14);
      }

      .why-panel-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1px;
        overflow: hidden;
        border: 1px solid rgba(255, 255, 255, 0.18);
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.16);
      }

      .why-metric {
        min-height: 132px;
        padding: 1rem;
        background: rgba(255, 255, 255, 0.1);
      }

      .why-metric i {
        color: #f6d67f;
        font-size: 1.2rem;
      }

      .why-metric strong {
        display: block;
        margin-top: 0.8rem;
        color: #ffffff;
        font-size: 1.02rem;
        line-height: 1.25;
      }

      .why-metric span {
        display: block;
        margin-top: 0.35rem;
        color: rgba(255, 255, 255, 0.78);
        font-size: 0.86rem;
        line-height: 1.45;
      }

      .industries-section {
        padding: clamp(3.5rem, 7vw, 5.5rem) 0;
        background: var(--surface);
      }

      .industries-grid {
        display: grid;
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 1rem;
      }

      .industry-card {
        min-height: 138px;
        padding: 1rem;
        border: 1px solid rgba(23, 32, 42, 0.08);
        border-radius: 8px;
        background: #ffffff;
        text-align: center;
        box-shadow: 0 16px 38px rgba(16, 24, 32, 0.06);
      }

      .industry-card i {
        width: 46px;
        height: 46px;
        display: inline-grid;
        place-items: center;
        margin-bottom: 0.85rem;
        border-radius: 8px;
        background: rgba(15, 94, 91, 0.1);
        color: var(--brand);
        font-size: 1.15rem;
      }

      .industry-card h3 {
        margin: 0 0 0.35rem;
        color: var(--ink);
        font-size: 0.98rem;
        line-height: 1.25;
        font-weight: 700;
      }

      .industry-card p {
        margin: 0;
        color: var(--muted);
        font-size: 0.84rem;
        line-height: 1.45;
      }

      .experience-section {
        padding: clamp(3.5rem, 7vw, 5.5rem) 0;
        background: #ffffff;
      }

      .experience-list {
        display: grid;
        gap: 0.9rem;
        margin-top: 1.5rem;
      }

      .experience-item {
        display: flex;
        gap: 0.85rem;
        padding: 1rem;
        border: 1px solid rgba(23, 32, 42, 0.08);
        border-radius: 8px;
        background: var(--surface);
      }

      .experience-number {
        width: 38px;
        height: 38px;
        display: inline-grid;
        place-items: center;
        flex: 0 0 auto;
        border-radius: 8px;
        background: var(--brand);
        color: #ffffff;
        font-weight: 700;
      }

      .experience-item strong {
        display: block;
        color: var(--ink);
        font-size: 0.98rem;
        line-height: 1.25;
      }

      .experience-item span {
        display: block;
        margin-top: 0.25rem;
        color: var(--muted);
        font-size: 0.9rem;
        line-height: 1.5;
      }

      .compliance-panel {
        height: 100%;
        padding: clamp(1.3rem, 3vw, 2rem);
        border-radius: 8px;
        background:
          linear-gradient(135deg, rgba(15, 94, 91, 0.96), rgba(10, 63, 61, 0.94)),
          url("https://images.unsplash.com/photo-1554224154-26032ffc0d07?auto=format&fit=crop&w=1200&q=80") center/cover;
        color: #ffffff;
        box-shadow: 0 24px 60px rgba(16, 24, 32, 0.14);
      }

      .compliance-panel h3 {
        margin: 0 0 0.75rem;
        color: #ffffff;
        font-size: clamp(1.35rem, 2.4vw, 1.9rem);
        line-height: 1.2;
        font-weight: 700;
      }

      .compliance-panel p {
        margin: 0;
        color: rgba(255, 255, 255, 0.8);
        line-height: 1.65;
      }

      .compliance-tags {
        display: flex;
        flex-wrap: wrap;
        gap: 0.55rem;
        margin-top: 1.4rem;
      }

      .compliance-tag {
        display: inline-flex;
        align-items: center;
        gap: 0.45rem;
        padding: 0.52rem 0.65rem;
        border: 1px solid rgba(255, 255, 255, 0.16);
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.1);
        color: rgba(255, 255, 255, 0.9);
        font-size: 0.86rem;
        font-weight: 700;
      }

      .compliance-tag i {
        color: #f6d67f;
      }

      .working-style-section {
        padding: clamp(3.5rem, 7vw, 5.5rem) 0;
        background: var(--surface);
      }

      .working-style-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1rem;
      }

      .working-style-card {
        height: 100%;
        padding: 1.2rem;
        border: 1px solid rgba(23, 32, 42, 0.08);
        border-radius: 8px;
        background: #ffffff;
        box-shadow: 0 16px 38px rgba(16, 24, 32, 0.06);
      }

      .working-style-card i {
        width: 46px;
        height: 46px;
        display: inline-grid;
        place-items: center;
        margin-bottom: 0.9rem;
        border-radius: 8px;
        background: rgba(199, 152, 44, 0.14);
        color: var(--accent);
        font-size: 1.1rem;
      }

      .working-style-card h3 {
        margin: 0 0 0.45rem;
        color: var(--ink);
        font-size: 1rem;
        line-height: 1.28;
        font-weight: 700;
      }

      .working-style-card p {
        margin: 0;
        color: var(--muted);
        font-size: 0.9rem;
        line-height: 1.55;
      }

      .working-style-note {
        max-width: 840px;
        margin: 1.5rem auto 0;
        padding: 1rem;
        border: 1px solid rgba(15, 94, 91, 0.14);
        border-radius: 8px;
        background: rgba(15, 94, 91, 0.06);
        color: var(--muted);
        text-align: center;
        line-height: 1.6;
      }

      .process-section {
        padding: clamp(3.5rem, 7vw, 5.5rem) 0;
        background: #ffffff;
      }

      .process-flow {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1rem;
        position: relative;
      }

      .process-step {
        position: relative;
        min-height: 190px;
        padding: 1.15rem;
        border: 1px solid rgba(23, 32, 42, 0.08);
        border-radius: 8px;
        background: var(--surface);
        box-shadow: 0 16px 38px rgba(16, 24, 32, 0.05);
      }

      .process-step:not(:last-child)::after {
        content: "\f061";
        position: absolute;
        top: 2rem;
        right: -0.95rem;
        z-index: 2;
        width: 32px;
        height: 32px;
        display: grid;
        place-items: center;
        border-radius: 50%;
        background: #ffffff;
        color: var(--brand);
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        box-shadow: 0 10px 24px rgba(16, 24, 32, 0.12);
      }

      .process-number {
        width: 42px;
        height: 42px;
        display: inline-grid;
        place-items: center;
        margin-bottom: 0.9rem;
        border-radius: 8px;
        background: var(--brand);
        color: #ffffff;
        font-weight: 700;
      }

      .process-step h3 {
        margin: 0 0 0.45rem;
        color: var(--ink);
        font-size: 1.02rem;
        line-height: 1.25;
        font-weight: 700;
      }

      .process-step p {
        margin: 0;
        color: var(--muted);
        font-size: 0.9rem;
        line-height: 1.55;
      }

      .clients-section {
        padding: clamp(3.5rem, 7vw, 5.5rem) 0;
        background: var(--surface);
      }

      .clients-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1rem;
      }

      .client-tile {
        min-height: 118px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1rem;
        border: 1px solid rgba(23, 32, 42, 0.08);
        border-radius: 8px;
        background: #ffffff;
        color: var(--ink);
        text-align: center;
        font-weight: 700;
        line-height: 1.35;
        box-shadow: 0 16px 38px rgba(16, 24, 32, 0.06);
      }

      .client-tile span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 54px;
      }

      .client-note {
        max-width: 780px;
        margin: 1.5rem auto 0;
        padding: 0.9rem 1rem;
        border: 1px solid rgba(15, 94, 91, 0.14);
        border-radius: 8px;
        background: rgba(15, 94, 91, 0.06);
        color: var(--muted);
        text-align: center;
        font-size: 0.9rem;
        line-height: 1.55;
      }

      .client-note i {
        color: var(--brand);
        margin-right: 0.35rem;
      }

      .testimonials-section {
        padding: clamp(3.5rem, 7vw, 5.5rem) 0;
        background: #ffffff;
      }

      .testimonials-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1rem;
      }

      .testimonial-card {
        height: 100%;
        padding: 1.25rem;
        border: 1px solid rgba(23, 32, 42, 0.08);
        border-radius: 8px;
        background: var(--surface);
        box-shadow: 0 16px 38px rgba(16, 24, 32, 0.05);
      }

      .testimonial-stars {
        display: flex;
        gap: 0.2rem;
        margin-bottom: 0.9rem;
        color: var(--accent);
        font-size: 0.88rem;
      }

      .testimonial-card p {
        margin: 0;
        color: #33404c;
        font-size: 0.95rem;
        line-height: 1.65;
      }

      .testimonial-author {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        margin-top: 1.15rem;
      }

      .testimonial-avatar {
        width: 42px;
        height: 42px;
        display: inline-grid;
        place-items: center;
        flex: 0 0 auto;
        border-radius: 50%;
        background: var(--brand);
        color: #ffffff;
        font-weight: 700;
      }

      .testimonial-author strong {
        display: block;
        color: var(--ink);
        font-size: 0.95rem;
        line-height: 1.2;
      }

      .testimonial-author span {
        display: block;
        margin-top: 0.2rem;
        color: var(--muted);
        font-size: 0.84rem;
      }

      .cta-section {
        padding: clamp(3.5rem, 7vw, 5.5rem) 0;
        background: var(--surface);
      }

      .cta-panel {
        overflow: hidden;
        border-radius: 8px;
        background: var(--brand-dark);
        box-shadow: 0 24px 60px rgba(16, 24, 32, 0.14);
      }

      .cta-content {
        height: 100%;
        padding: clamp(1.5rem, 4vw, 2.5rem);
        background:
          linear-gradient(135deg, rgba(10, 63, 61, 0.96), rgba(15, 94, 91, 0.9)),
          url("https://images.unsplash.com/photo-1554224154-26032ffc0d07?auto=format&fit=crop&w=1200&q=80") center/cover;
        color: #ffffff;
      }

      .cta-content .section-title {
        color: #ffffff;
      }

      .cta-content .section-copy {
        color: rgba(255, 255, 255, 0.82);
      }

      .cta-actions {
        display: grid;
        gap: 0.8rem;
        margin-top: 1.6rem;
      }

      .cta-action {
        display: flex;
        align-items: center;
        gap: 0.85rem;
        padding: 0.9rem;
        border: 1px solid rgba(255, 255, 255, 0.18);
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.1);
        color: #ffffff;
      }

      .cta-action:hover {
        color: #ffffff;
        background: rgba(255, 255, 255, 0.16);
      }

      .cta-action i {
        width: 40px;
        height: 40px;
        display: inline-grid;
        place-items: center;
        flex: 0 0 auto;
        border-radius: 8px;
        background: rgba(246, 214, 127, 0.16);
        color: #f6d67f;
        font-size: 1rem;
      }

      .cta-action strong {
        display: block;
        font-size: 0.95rem;
        line-height: 1.2;
      }

      .cta-action span {
        display: block;
        margin-top: 0.2rem;
        color: rgba(255, 255, 255, 0.76);
        font-size: 0.86rem;
      }

      .enquiry-form {
        height: 100%;
        padding: clamp(1.25rem, 3vw, 2rem);
        background: #ffffff;
      }

      .enquiry-form h3 {
        margin: 0 0 1rem;
        color: var(--ink);
        font-size: 1.25rem;
        font-weight: 700;
      }

      .enquiry-form .form-control,
      .enquiry-form .form-select {
        min-height: 46px;
        border: 1px solid rgba(23, 32, 42, 0.12);
        border-radius: 6px;
        color: var(--ink);
        font-size: 0.94rem;
      }

      .enquiry-form textarea.form-control {
        min-height: 112px;
        resize: none;
      }

      .enquiry-form .form-control:focus,
      .enquiry-form .form-select:focus {
        border-color: rgba(15, 94, 91, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(15, 94, 91, 0.12);
      }

      .site-footer {
        background:
          linear-gradient(135deg, rgba(16, 24, 32, 0.98), rgba(10, 63, 61, 0.96)),
          url("https://images.unsplash.com/photo-1450101499163-c8848c66ca85?auto=format&fit=crop&w=1600&q=80") center/cover;
        color: rgba(255, 255, 255, 0.78);
        padding: 4rem 0 1.25rem;
      }

      .footer-brand {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        color: #ffffff;
        font-weight: 700;
        font-size: 1.1rem;
      }

      .footer-brand-mark {
        width: 44px;
        height: 44px;
        display: inline-grid;
        place-items: center;
        flex: 0 0 auto;
        border-radius: 8px;
        background: rgba(246, 214, 127, 0.16);
        color: #f6d67f;
      }

      .footer-text {
        max-width: 460px;
        margin: 1rem 0 0;
        line-height: 1.7;
      }

      .footer-badges {
        display: flex;
        flex-wrap: wrap;
        gap: 0.55rem;
        margin-top: 1.25rem;
      }

      .footer-badge {
        display: inline-flex;
        align-items: center;
        gap: 0.4rem;
        padding: 0.42rem 0.6rem;
        border: 1px solid rgba(255, 255, 255, 0.14);
        border-radius: 999px;
        color: rgba(255, 255, 255, 0.84);
        font-size: 0.82rem;
      }

      .footer-badge i {
        color: #f6d67f;
      }

      .footer-title {
        color: #ffffff;
        font-size: 0.95rem;
        font-weight: 700;
        margin-bottom: 1rem;
      }

      .footer-links {
        display: grid;
        gap: 0.55rem;
        padding: 0;
        margin: 0;
        list-style: none;
      }

      .footer-links a,
      .footer-contact a {
        color: rgba(255, 255, 255, 0.78);
      }

      .footer-links a:hover,
      .footer-contact a:hover {
        color: #ffffff;
      }

      .footer-links a {
        display: inline-flex;
        align-items: center;
        gap: 0.45rem;
      }

      .footer-links a::before {
        content: "\f105";
        color: #f6d67f;
        font-family: "Font Awesome 6 Free";
        font-size: 0.72rem;
        font-weight: 900;
      }

      .footer-contact {
        display: grid;
        gap: 0.75rem;
      }

      .footer-contact-item {
        display: flex;
        align-items: flex-start;
        gap: 0.7rem;
        padding: 0.8rem;
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.06);
      }

      .footer-contact-item i {
        width: 34px;
        height: 34px;
        display: inline-grid;
        place-items: center;
        flex: 0 0 auto;
        border-radius: 8px;
        background: rgba(246, 214, 127, 0.14);
        color: #f6d67f;
      }

      .footer-contact-item strong {
        display: block;
        color: #ffffff;
        font-size: 0.88rem;
        line-height: 1.2;
      }

      .footer-contact-item span,
      .footer-contact-item a {
        display: block;
        margin-top: 0.2rem;
        font-size: 0.88rem;
        line-height: 1.45;
      }

      .footer-bottom {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        margin-top: 2.5rem;
        padding-top: 1rem;
        color: rgba(255, 255, 255, 0.86);
        font-size: 0.9rem;
      }

      .footer-bottom a {
        color: #ffffff;
        font-weight: 700;
      }

      .footer-bottom a:hover {
        color: #f6d67f;
      }

      .floating-whatsapp {
        position: fixed;
        right: 1rem;
        bottom: 1rem;
        z-index: 20;
        width: 54px;
        height: 54px;
        display: inline-grid;
        place-items: center;
        border-radius: 50%;
        background: #25d366;
        color: #ffffff;
        box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
        font-size: 1.55rem;
      }

      @media (max-width: 991.98px) {
        .navbar-collapse {
          padding: 1rem 0;
        }

        .navbar-nav {
          align-items: stretch !important;
          gap: 0.25rem;
        }

        .dropdown-menu {
          margin-top: 0.35rem;
          box-shadow: none;
        }

        .hero-grid {
          grid-template-columns: 1fr;
          padding: 2.75rem 0 2.5rem;
        }

        .intro-points {
          grid-template-columns: 1fr;
        }

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

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

        .industries-grid {
          grid-template-columns: repeat(3, minmax(0, 1fr));
        }

        .process-flow {
          grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .working-style-grid {
          grid-template-columns: repeat(2, minmax(0, 1fr));
        }

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

        .process-step:not(:last-child)::after {
          display: none;
        }

        .why-intro {
          max-width: none;
        }

        .hero {
          min-height: auto;
          background:
            linear-gradient(180deg, rgba(8, 38, 42, 0.96) 0%, rgba(8, 38, 42, 0.82) 58%, rgba(8, 38, 42, 0.66) 100%),
            url("https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?auto=format&fit=crop&w=1400&q=80") center/cover;
        }
      }

      @media (max-width: 575.98px) {
        .top-strip .container {
          justify-content: center !important;
          text-align: center;
        }

        .top-strip-text,
        .top-strip-email {
          display: none;
        }

        .brand-mark {
          width: 42px;
          height: 42px;
        }

        .hero-actions .btn {
          width: 100%;
        }

        .hero h1 {
          font-size: clamp(1.8rem, 9vw, 2.35rem);
        }

        .hero-stats {
          grid-template-columns: 1fr;
          margin-top: 1.5rem;
        }

        .approach-panel-grid {
          grid-template-columns: 1fr;
        }

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

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

        .why-panel-grid {
          grid-template-columns: 1fr;
        }

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

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

        .process-flow {
          grid-template-columns: 1fr;
        }

        .working-style-grid {
          grid-template-columns: 1fr;
        }
      }

