 :root {
      --green: #1f7a4d;
      --green-dark: #0f3f2a;
      --yellow: #f4c542;
      --blue: #173f7a;
      --ink: #14213d;
      --muted: #667085;
      --bg: #f7f8f5;
      --white: #ffffff;
      --line: rgba(20, 33, 61, 0.12);
      --shadow: 0 24px 60px rgba(20, 33, 61, 0.12);
    }

    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      color: var(--ink);
      background: var(--bg);
      line-height: 1.6;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    .container {
      width: min(1160px, calc(100% - 40px));
      margin: 0 auto;
    }

    header {
      position: sticky;
      top: 0;
      z-index: 20;
      background: rgba(247, 248, 245, 0.88);
      backdrop-filter: blur(18px);
      border-bottom: 1px solid var(--line);
    }

    .nav {
      min-height: 76px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }

    .logo {
      display: flex;
      align-items: center;
      gap: 12px;
      font-weight: 800;
      letter-spacing: -0.04em;
      font-size: 1.35rem;
    }

    .logo-mark {
      width: 42px;
      height: 42px;
      border-radius: 14px;
      display: grid;
      place-items: center;
      color: var(--white);
      background: linear-gradient(135deg, var(--green), var(--blue));
      box-shadow: 0 10px 25px rgba(31, 122, 77, 0.25);
      font-weight: 900;
    }

    nav ul {
      list-style: none;
      display: flex;
      align-items: center;
      gap: 28px;
      color: var(--muted);
      font-size: 0.95rem;
      font-weight: 600;
    }

    nav a:hover {
      color: var(--green);
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      border-radius: 999px;
      padding: 13px 22px;
      font-weight: 800;
      transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
      border: 1px solid transparent;
      cursor: pointer;
    }

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

    .btn-primary {
      background: var(--green);
      color: var(--white);
      box-shadow: 0 14px 34px rgba(31, 122, 77, 0.25);
    }

    .btn-primary:hover {
      background: var(--green-dark);
    }

    .btn-secondary {
      background: var(--white);
      border-color: var(--line);
      color: var(--ink);
    }

    .hero {
      position: relative;
      overflow: hidden;
      padding: 96px 0 72px;
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: -240px -160px auto auto;
      width: 620px;
      height: 620px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(244, 197, 66, 0.35), rgba(244, 197, 66, 0));
      pointer-events: none;
    }

    .hero-grid {
      position: relative;
      display: grid;
      grid-template-columns: 1.08fr 0.92fr;
      gap: 56px;
      align-items: center;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      color: var(--green-dark);
      background: rgba(31, 122, 77, 0.1);
      border: 1px solid rgba(31, 122, 77, 0.16);
      border-radius: 999px;
      padding: 8px 14px;
      font-size: 0.9rem;
      font-weight: 800;
      margin-bottom: 22px;
    }

    .dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--yellow);
    }

    h1 {
      font-size: clamp(2.8rem, 6vw, 5.8rem);
      line-height: 0.98;
      letter-spacing: -0.075em;
      max-width: 850px;
      margin-bottom: 24px;
    }

    .hero p {
      font-size: clamp(1.08rem, 2vw, 1.3rem);
      color: var(--muted);
      max-width: 670px;
      margin-bottom: 34px;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      align-items: center;
    }

    .hero-card {
      background: var(--white);
      border: 1px solid var(--line);
      border-radius: 34px;
      padding: 32px;
      box-shadow: var(--shadow);
      position: relative;
      overflow: hidden;
    }

    .hero-card::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(145deg, rgba(31, 122, 77, 0.12), transparent 42%, rgba(23, 63, 122, 0.1));
      pointer-events: none;
    }

    .bridge-visual {
      position: relative;
      min-height: 390px;
      display: grid;
      place-items: center;
    }

    .country {
      position: absolute;
      width: 150px;
      height: 150px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      text-align: center;
      font-weight: 900;
      color: var(--white);
      box-shadow: 0 18px 40px rgba(20, 33, 61, 0.18);
    }

    .country span {
      display: block;
      font-size: 0.88rem;
      opacity: 0.82;
      letter-spacing: 0.02em;
    }

    .de {
      left: 0;
      top: 32px;
      background: linear-gradient(135deg, #111827, #374151);
    }

    .br {
      right: 0;
      bottom: 34px;
      background: linear-gradient(135deg, var(--green), var(--yellow));
    }

    .arc {
      width: 78%;
      height: 210px;
      border-top: 13px solid var(--blue);
      border-radius: 100% 100% 0 0;
      transform: rotate(-18deg);
      opacity: 0.88;
    }

    .pill-list {
      position: absolute;
      left: 28px;
      right: 28px;
      bottom: 10px;
      display: grid;
      gap: 10px;
    }

    .pill {
      background: rgba(255, 255, 255, 0.82);
      border: 1px solid var(--line);
      border-radius: 18px;
      padding: 12px 14px;
      font-size: 0.92rem;
      font-weight: 800;
      backdrop-filter: blur(14px);
    }

    section {
      padding: 86px 0;
    }

    .section-head {
      display: flex;
      justify-content: space-between;
      align-items: end;
      gap: 28px;
      margin-bottom: 34px;
    }

    .section-head h2 {
      font-size: clamp(2rem, 4vw, 3.45rem);
      line-height: 1.05;
      letter-spacing: -0.06em;
      max-width: 720px;
    }

    .section-head p {
      color: var(--muted);
      max-width: 420px;
      font-size: 1.03rem;
    }

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

    .service-card {
      background: var(--white);
      border: 1px solid var(--line);
      border-radius: 30px;
      padding: 30px;
      min-height: 390px;
      display: flex;
      flex-direction: column;
      box-shadow: 0 16px 34px rgba(20, 33, 61, 0.06);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .service-card:hover {
      transform: translateY(-6px);
      box-shadow: var(--shadow);
    }

    .number {
      width: 48px;
      height: 48px;
      display: grid;
      place-items: center;
      border-radius: 16px;
      background: rgba(31, 122, 77, 0.1);
      color: var(--green-dark);
      font-weight: 900;
      margin-bottom: 24px;
    }

    .service-card h3 {
      font-size: 1.45rem;
      line-height: 1.15;
      letter-spacing: -0.035em;
      margin-bottom: 16px;
    }

    .service-card p {
      color: var(--muted);
      margin-bottom: 22px;
    }

    .service-card ul {
      list-style: none;
      margin-top: auto;
      display: grid;
      gap: 10px;
    }

    .service-card li {
      display: flex;
      gap: 10px;
      color: var(--ink);
      font-weight: 650;
      font-size: 0.95rem;
    }

    .service-card li::before {
      content: "✓";
      color: var(--green);
      font-weight: 900;
    }

    .kicker {
      display: inline-block;
      color: var(--green);
      font-size: 0.86rem;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: 0.12em;
      margin-bottom: 10px;
    }

    .logo-strip {
      background: var(--white);
      border: 1px solid var(--line);
      border-radius: 34px;
      padding: 34px;
      box-shadow: 0 16px 34px rgba(20, 33, 61, 0.06);
    }

    .logo-strip h2 {
      font-size: clamp(1.7rem, 3vw, 2.7rem);
      line-height: 1.08;
      letter-spacing: -0.05em;
      max-width: 720px;
      margin-bottom: 28px;
    }

    .client-logos {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 14px;
    }

    .client-logo {
      min-height: 84px;
      display: grid;
      place-items: center;
      text-align: center;
      border: 1px solid var(--line);
      border-radius: 20px;
      background: #fbfcfa;
      color: var(--muted);
      font-weight: 900;
      letter-spacing: -0.02em;
      padding: 14px;
    }

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

    .testimonial-card {
      background: var(--white);
      border: 1px solid var(--line);
      border-radius: 30px;
      padding: 30px;
      min-height: 330px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      box-shadow: 0 16px 34px rgba(20, 33, 61, 0.06);
    }

    .testimonial-card p {
      color: var(--ink);
      font-size: 1.02rem;
      margin-bottom: 28px;
    }

    .testimonial-card strong,
    .testimonial-card span {
      display: block;
    }

    .testimonial-card span {
      color: var(--muted);
      font-size: 0.94rem;
      margin-top: 2px;
    }

    .partner-panel {
      display: grid;
      grid-template-columns: 0.95fr 1.05fr;
      gap: 34px;
      align-items: center;
      background: linear-gradient(135deg, rgba(23, 63, 122, 0.08), rgba(31, 122, 77, 0.1));
      border: 1px solid var(--line);
      border-radius: 42px;
      padding: 44px;
    }

    .partner-panel h2 {
      font-size: clamp(2rem, 4vw, 3.2rem);
      line-height: 1.05;
      letter-spacing: -0.06em;
      margin-bottom: 18px;
    }

    .partner-panel p {
      color: var(--muted);
      font-size: 1.04rem;
    }

    .partner-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 14px;
    }

    .partner-card {
      min-height: 98px;
      display: grid;
      place-items: center;
      text-align: center;
      background: var(--white);
      border: 1px solid var(--line);
      border-radius: 24px;
      color: var(--green-dark);
      font-weight: 900;
      padding: 16px;
      box-shadow: 0 12px 28px rgba(20, 33, 61, 0.06);
    }

    .process {
      background: var(--green-dark);
      color: var(--white);
      border-radius: 42px;
      padding: 50px;
      display: grid;
      grid-template-columns: 0.8fr 1.2fr;
      gap: 38px;
      align-items: start;
      overflow: hidden;
      position: relative;
    }

    .process::after {
      content: "";
      position: absolute;
      right: -100px;
      top: -160px;
      width: 360px;
      height: 360px;
      border-radius: 50%;
      background: rgba(244, 197, 66, 0.18);
    }

    .process h2 {
      font-size: clamp(2rem, 4vw, 3.25rem);
      line-height: 1.04;
      letter-spacing: -0.06em;
      position: relative;
      z-index: 1;
    }

    .steps {
      position: relative;
      z-index: 1;
      display: grid;
      gap: 16px;
    }

    .step {
      display: grid;
      grid-template-columns: 42px 1fr;
      gap: 16px;
      padding: 20px;
      border: 1px solid rgba(255, 255, 255, 0.16);
      border-radius: 22px;
      background: rgba(255, 255, 255, 0.08);
    }

    .step strong {
      color: var(--yellow);
    }

    .step p {
      color: rgba(255, 255, 255, 0.78);
      margin-top: 4px;
    }

    .why-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
    }

    .why-card {
      background: var(--white);
      border: 1px solid var(--line);
      border-radius: 26px;
      padding: 24px;
    }

    .why-card strong {
      display: block;
      font-size: 1.1rem;
      margin-bottom: 8px;
      letter-spacing: -0.02em;
    }

    .why-card p {
      color: var(--muted);
      font-size: 0.96rem;
    }

    .cta {
      text-align: center;
      background: linear-gradient(135deg, var(--blue), var(--green));
      color: var(--white);
      border-radius: 42px;
      padding: 64px 34px;
      box-shadow: var(--shadow);
    }

    .cta h2 {
      font-size: clamp(2.1rem, 5vw, 4.1rem);
      line-height: 1.02;
      letter-spacing: -0.07em;
      max-width: 850px;
      margin: 0 auto 18px;
    }

    .cta p {
      color: rgba(255, 255, 255, 0.82);
      max-width: 720px;
      margin: 0 auto 30px;
      font-size: 1.08rem;
    }

    .cta .btn {
      background: var(--white);
      color: var(--green-dark);
    }

    footer {
      padding: 36px 0;
      color: var(--muted);
      font-size: 0.95rem;
    }

    .footer-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 18px;
      border-top: 1px solid var(--line);
      padding-top: 24px;
    }

    @media (max-width: 920px) {
      nav ul {
        display: none;
      }

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

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

      .client-logos {
        grid-template-columns: repeat(3, 1fr);
      }

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

      .section-head {
        display: block;
      }

      .section-head p {
        margin-top: 14px;
      }
    }

    @media (max-width: 640px) {
      .container {
        width: min(100% - 28px, 1160px);
      }

      .hero {
        padding-top: 62px;
      }

      .hero-card,
      .process,
      .cta {
        border-radius: 28px;
        padding: 26px;
      }

      .bridge-visual {
        min-height: 330px;
      }

      .country {
        width: 122px;
        height: 122px;
        font-size: 0.9rem;
      }

      .services,
      .why-grid,
      .testimonials,
      .client-logos,
      .partner-grid {
        grid-template-columns: 1fr;
      }

      .footer-row {
        flex-direction: column;
        align-items: flex-start;
      }
    }