.elementor-1647 .elementor-element.elementor-element-bdddc3d{--display:flex;}/* Start custom CSS for html, class: .elementor-element-60ac2e3 */*,
      *::before,
      *::after {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
      }

      :root {
        --g900: #0d3d2b;
        --g700: #1a5c44;
        --g600: #237a59;
        --g500: #2e9e70;
        --g100: #d6ede4;
        --g050: #eef7f2;
        --white: #ffffff;
        --gray: #5a7065;
        --sans: 'Inter', system-ui, sans-serif;
      }

      html {
        scroll-behavior: smooth;
      }

      body {
        font-family: var(--sans);
        background: var(--white);
        color: var(--g900);
        -webkit-font-smoothing: antialiased;
      }

      @keyframes fadeUp {
        from {
          opacity: 0;
          transform: translateY(20px);
        }
        to {
          opacity: 1;
          transform: translateY(0);
        }
      }
      @keyframes float {
        0%,
        100% {
          transform: translateY(-50%) translateX(0);
        }
        50% {
          transform: translateY(-50%) translateX(-10px);
        }
      }
      @keyframes pulse {
        0%,
        100% {
          opacity: 0.7;
        }
        50% {
          opacity: 1;
        }
      }

      .hero {
        min-height: 65vh;
        position: relative;
        display: flex;
        align-items: center;
        overflow: hidden;
        background:
          radial-gradient(ellipse 70% 90% at 85% 60%, rgba(46, 158, 112, 0.18) 0%, transparent 60%),
          radial-gradient(ellipse 50% 70% at 15% 30%, rgba(26, 92, 68, 0.12) 0%, transparent 55%),
          linear-gradient(155deg, #b4cec6 0%, #c8dace 35%, #d2e2d8 65%, #bdd3c9 100%);
      }

      .hero::after {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(
          90deg,
          rgba(180, 206, 198, 0.97) 0%,
          rgba(180, 206, 198, 0.88) 35%,
          rgba(180, 206, 198, 0.4) 58%,
          transparent 78%
        );
        pointer-events: none;
        z-index: 1;
      }

      .hero-visual {
        position: absolute;
        right: -1%;
        top: 50%;
        transform: translateY(-50%);
        width: 52%;
        pointer-events: none;
        animation: float 9s ease-in-out infinite;
        z-index: 0;
      }

      .hero-content {
        position: relative;
        z-index: 2;
        padding: 64px 60px;
        width: 100%;
        animation: fadeUp 0.8s ease both;
      }

      .hero-eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        font-size: 0.72rem;
        font-weight: 700;
        letter-spacing: 2.5px;
        text-transform: uppercase;
        color: var(--g700);
        margin-bottom: 32px;
      }

      .eyebrow-dot {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: var(--g500);
        animation: pulse 2.5s ease-in-out infinite;
      }

      .hero-tag {
        display: inline-block;
        font-size: 0.7rem;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: var(--g600);
        background: rgba(46, 158, 112, 0.14);
        border: 1px solid rgba(46, 158, 112, 0.3);
        border-radius: 4px;
        padding: 4px 10px;
        margin-bottom: 14px;
      }

      .hero-name {
        display: block;
        font-size: clamp(2.8rem, 5.5vw, 5.8rem);
        font-weight: 900;
        line-height: 1.02;
        letter-spacing: -2px;
        color: var(--g900);
        margin-bottom: 6px;
      }

      .hero-name .accent {
        color: var(--g600);
      }

      .hero-desc {
        display: block;
        font-size: clamp(1rem, 1.6vw, 1.25rem);
        font-weight: 300;
        font-style: italic;
        line-height: 1.55;
        color: var(--gray);
        max-width: 520px;
        margin-top: 18px;
      }

      .impact {
        background: var(--g900);
        padding: 80px 48px;
      }

      .impact-inner {
        max-width: 1100px;
        margin: 0 auto;
      }

      .impact-header {
        margin-bottom: 56px;
      }

      .impact-eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-size: 0.65rem;
        font-weight: 700;
        letter-spacing: 2.5px;
        text-transform: uppercase;
        color: rgba(46, 158, 112, 0.7);
        margin-bottom: 16px;
      }

      .impact-eyebrow::before {
        content: '';
        display: block;
        width: 16px;
        height: 1.5px;
        background: rgba(46, 158, 112, 0.5);
        flex-shrink: 0;
      }

      .impact-title {
        font-size: clamp(1.6rem, 2.8vw, 2.4rem);
        font-weight: 900;
        letter-spacing: -1px;
        color: var(--white);
        line-height: 1.1;
        max-width: 560px;
      }

      .impact-title em {
        font-style: normal;
        color: var(--g500);
      }

      .impact-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
      }

      .impact-card {
        background: rgba(255, 255, 255, 0.04);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 18px;
        padding: 32px 28px;
        transition:
          background 0.22s,
          border-color 0.22s,
          transform 0.22s;
      }

      .impact-card:hover {
        background: rgba(46, 158, 112, 0.08);
        border-color: rgba(46, 158, 112, 0.22);
        transform: translateY(-4px);
      }

      .impact-card-icon {
        width: 50px;
        height: 50px;
        border-radius: 13px;
        background: rgba(46, 158, 112, 0.12);
        border: 1px solid rgba(46, 158, 112, 0.2);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 22px;
      }

      .impact-card-icon svg {
        width: 24px;
        height: 24px;
      }

      .impact-card-heading {
        font-size: 1rem;
        font-weight: 700;
        color: var(--white);
        line-height: 1.3;
        margin-bottom: 10px;
      }

      .impact-card-text {
        font-size: 0.875rem;
        font-weight: 300;
        line-height: 1.75;
        color: rgba(255, 255, 255, 0.55);
      }

      .impact-quote {
        margin-top: 52px;
        padding-top: 40px;
        border-top: 1px solid rgba(255, 255, 255, 0.07);
        display: flex;
        align-items: flex-start;
        gap: 20px;
      }

      .impact-quote-mark {
        font-size: 3.5rem;
        line-height: 1;
        color: rgba(46, 158, 112, 0.35);
        font-family: Georgia, serif;
        flex-shrink: 0;
        margin-top: -6px;
      }

      .impact-quote-text {
        font-size: clamp(1rem, 1.5vw, 1.18rem);
        font-weight: 300;
        font-style: italic;
        line-height: 1.7;
        color: rgba(255, 255, 255, 0.65);
      }

      .impact-quote-text strong {
        font-weight: 600;
        font-style: normal;
        color: rgba(255, 255, 255, 0.9);
      }

      .content {
        max-width: 800px;
        margin: 0 auto;
        padding: 80px 24px 0;
      }

      .block {
        display: flex;
        gap: 32px;
        margin-bottom: 64px;
      }

      .block-num {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-shrink: 0;
        padding-top: 4px;
      }

      .block-num-text {
        font-size: 0.6rem;
        font-weight: 700;
        letter-spacing: 2px;
        color: rgba(46, 158, 112, 0.5);
        margin-bottom: 8px;
      }

      .block-num-line {
        width: 1.5px;
        flex: 1;
        background: linear-gradient(to bottom, rgba(46, 158, 112, 0.3), transparent);
        min-height: 40px;
      }

      .block-icon {
        width: 48px;
        height: 48px;
        border-radius: 13px;
        background: rgba(46, 158, 112, 0.1);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        margin-bottom: 12px;
      }

      .block-icon svg {
        width: 24px;
        height: 24px;
      }

      .block-body {
        flex: 1;
        padding-bottom: 8px;
      }

      .block-heading {
        font-size: clamp(1.3rem, 2.2vw, 1.7rem);
        font-weight: 900;
        line-height: 1.1;
        letter-spacing: -0.8px;
        color: var(--g900);
        margin-bottom: 14px;
      }

      .block-text {
        font-size: 0.96rem;
        font-weight: 300;
        line-height: 1.85;
        color: var(--gray);
      }

      .block-text + .block-text {
        margin-top: 08px;
      }

      .cta-section {
        text-align: center;
        padding: 16px 24px 80px;
        max-width: 800px;
        margin: 0 auto;
      }

      .cta-label {
        font-size: 0.7rem;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: var(--g500);
        margin-bottom: 20px;
      }

      .cta-heading {
        font-size: clamp(1.3rem, 2.2vw, 1.6rem);
        font-weight: 900;
        letter-spacing: -0.8px;
        color: var(--g900);
        margin-bottom: 10px;
      }

      .cta-desc {
        font-size: 0.9rem;
        font-weight: 300;
        line-height: 1.7;
        color: var(--gray);
        max-width: 520px;
        margin: 0 auto 36px;
      }

      .btn-cta {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        background: var(--g500);
        color: var(--white);
        font-size: 1rem;
        font-weight: 700;
        padding: 20px 52px;
        border-radius: 50px;
        text-decoration: none;
        box-shadow: 0 8px 32px rgba(46, 158, 112, 0.4);
        transition:
          background 0.2s,
          transform 0.15s,
          box-shadow 0.2s;
        letter-spacing: 0.2px;
      }

      .btn-cta svg {
        width: 20px;
        height: 20px;
        flex-shrink: 0;
        transition: transform 0.2s;
      }

      .btn-cta:hover {
        background: var(--g600);
        transform: translateY(-2px);
        box-shadow: 0 12px 40px rgba(46, 158, 112, 0.5);
      }

      .btn-cta:hover svg {
        transform: translateX(3px);
      }

      .security {
        background: var(--g050);
        border-top: 1px solid rgba(26, 92, 68, 0.1);
        padding: 40px 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 16px;
        flex-wrap: wrap;
      }

      .security-icon {
        width: 40px;
        height: 40px;
        border-radius: 10px;
        background: rgba(46, 158, 112, 0.12);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
      }

      .security-icon svg {
        width: 20px;
        height: 20px;
      }

      .security-text {
        font-size: 0.85rem;
        font-weight: 300;
        line-height: 1.65;
        color: var(--gray);
        max-width: 560px;
      }

      .security-text strong {
        font-weight: 700;
        color: var(--g700);
        display: block;
        margin-bottom: 2px;
        font-size: 0.78rem;
        letter-spacing: 0.3px;
      }

      .divider {
        height: 1px;
        background: rgba(26, 92, 68, 0.08);
        max-width: 800px;
        margin: 0 auto 64px;
      }

      @media (max-width: 960px) {
        .hero-visual {
          display: none;
        }
        .hero::after {
          display: none;
        }
        .hero-content {
          padding: 52px 28px;
        }
        .impact {
          padding: 64px 28px;
        }
        .impact-grid {
          grid-template-columns: 1fr;
          gap: 14px;
        }
        .impact-quote {
          flex-direction: column;
          gap: 8px;
        }
      }

      @media (max-width: 640px) {
        .hero-name {
          font-size: clamp(2.4rem, 9vw, 3.6rem);
          letter-spacing: -1.5px;
        }
        .impact {
          padding: 52px 20px;
        }
        .content {
          padding: 56px 20px 0;
        }
        .block {
          flex-direction: column;
          gap: 16px;
          margin-bottom: 48px;
        }
        .block-num {
          flex-direction: row;
          align-items: center;
          gap: 10px;
        }
        .block-num-line {
          min-height: unset;
          width: 32px;
          height: 1.5px;
          background: linear-gradient(to right, rgba(46, 158, 112, 0.3), transparent);
        }
        .cta-section {
          padding: 0 20px 64px;
        }
        .btn-cta {
          width: 100%;
          justify-content: center;
          padding: 18px 32px;
        }
        .security {
          flex-direction: column;
          align-items: center;
          text-align: center;
          gap: 12px;
        }
        .security-text {
          text-align: center;
        }
      }/* End custom CSS */