.elementor-6365 .elementor-element.elementor-element-fd3304c{--display:flex;}.elementor-widget-text-editor{letter-spacing:var( --e-global-typography-text-letter-spacing );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.breadcrumb-wrap .breadcrumb-overlay, .elementor-page-6365 .breadcrumb-wrap .breadcrumb-overlay{opacity:0.5;}@media(max-width:1366px){.elementor-widget-text-editor{letter-spacing:var( --e-global-typography-text-letter-spacing );}}@media(max-width:1024px){.elementor-widget-text-editor{letter-spacing:var( --e-global-typography-text-letter-spacing );}}@media(max-width:767px){.elementor-widget-text-editor{letter-spacing:var( --e-global-typography-text-letter-spacing );}}/* Start custom CSS for text-editor, class: .elementor-element-09dc399 */.wp-reset,
      .wp-reset * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
      }

      html {
        scroll-behavior: smooth;
      }

      body {
        font-family: "Poppins", sans-serif;
        color: #1a1a1a;
        background-color: #ffffff;
        overflow-x: hidden;
        line-height: 1.6;
        -webkit-font-smoothing: antialiased;
      }

      /* Typography */
      h1,
      h2,
      h3,
      h4,
      h5,
      h6 {
        font-weight: 700;
        line-height: 1.2;
        text-transform: uppercase;
        letter-spacing: -0.02em;
      }

      h3 {
        font-size: clamp(2rem, 4vw, 3rem);
        margin-bottom: 1.5rem;
      }

      p {
        font-size: 1.125rem;
        color: #666666;
        margin-bottom: 1.5rem;
        max-width: 65ch;
      }

      .highlight {
        color: #e31b23;
        font-weight: 600;
      }

      .container {
        max-width: 1100px;
        margin: 0 auto;
        padding: 0 2rem;
        position: relative;
      }

      /* Utility Classes */
      .grid {
        display: grid;
        gap: 2rem;
      }

      .section-spacing {
        padding: 4rem 0;
      }

      .bg-gray {
        background-color: #f8f9fa;
      }

      .bg-dark {
        background-color: #0f0f0f;
        color: #fff;
      }

      .text-white {
        color: #fff;
      }

      /* Header */
      header {
        padding-top: 4rem;
        padding-bottom: 4rem;
        position: relative;
      }

      .ghost-text {
        position: absolute;
        font-size: clamp(6rem, 15vw, 12rem);
        font-weight: 800;
        color: rgba(0, 0, 0, 0.03);
        top: -2rem;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
        white-space: nowrap;
        pointer-events: none;
        user-select: none;
      }

      .accent-bar {
        width: 60px;
        height: 6px;
        background: #e31b23;
        margin-bottom: 2rem;
      }

      .explore-box {
        margin-top: 4rem;
        padding: 2rem;
        border-left: 4px solid var(--primary-red);
        background: var(--gray-bg);
      }

      .hero-grid {
        display: grid;
        grid-template-columns: 1.2fr 0.8fr;
        gap: 5rem;
        align-items: start;
      }

      .hero-content {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        padding-top: 1rem;
      }

      @media (max-width: 768px) {
        .hero-grid {
          grid-template-columns: 1fr;
          gap: 3rem;
        }
        .hero-content {
          padding-top: 0;
        }
      }

      /* Grid Utilities */
      .grid-2 {
        grid-template-columns: 1fr 1fr;
      }
      .grid-3 {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      }
      @media (max-width: 768px) {
        .grid-2 {
          grid-template-columns: 1fr;
        }
      }

      /* Safety Section */
      .safety-card-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        margin-top: 3rem;
      }

      .safety-card {
        background: #fff;
        padding: 2rem;
        border: 1px solid #e5e5e5;
        transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: relative;
      }

      .safety-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
        border-color: #e31b23;
      }

      .card-num {
        font-size: 4rem;
        font-weight: 800;
        color: #f0f0f0;
        line-height: 1;
        margin-bottom: 1.5rem;
        transition: color 0.3s ease;
      }

      .safety-card:hover .card-num {
        color: #e31b23;
      }

      .card-text {
        font-weight: 700;
        font-size: 1.25rem;
        color: #1a1a1a;
        line-height: 1.3;
      }

      /* Outcomes Box */
      .outcomes-box {
        background: #0f0f0f;
        color: #fff;
        padding: 3rem;
        border-radius: 2px;
        position: relative;
        overflow: hidden;
        margin-top: 4rem;
      }

      .outcomes-list {
        list-style: none;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 2rem;
        margin-top: 2rem;
      }

      .outcomes-list li {
        display: flex;
        align-items: center;
        gap: 1rem;
        font-size: 1.1rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 1rem;
      }

      .outcomes-list li::before {
        content: "→";
        color: #e31b23;
        font-weight: 800;
      }

      /* Training Section */
      .training-layout {
        grid-template-columns: 1fr 1fr;
        align-items: stretch;
        border: 1px solid #e5e5e5;
        gap: 0;
      }

      .training-content {
        padding: 3rem;
        background: #fff;
      }

      .training-roi {
        padding: 3rem;
        background: #0f0f0f;
        color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
      }

      .tag {
        display: inline-block;
        font-size: 0.75rem;
        font-weight: 700;
        letter-spacing: 0.1em;
        color: #e31b23;
        margin-bottom: 1rem;
        text-transform: uppercase;
      }

      .list-check {
        list-style: none;
      }

      .list-check li {
        margin-bottom: 0.75rem;
        padding-left: 1.5rem;
        position: relative;
      }

      .list-check li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0.6em;
        width: 6px;
        height: 6px;
        background: #e31b23;
        border-radius: 50%;
      }

      /* Viewfinder Component */
      .viewfinder {
        border: 1px solid var(--primary-red);
        padding: 2rem;
        position: relative;
        margin: 4rem 0;
        text-align: center;
        background: rgba(227, 27, 35, 0.02);
      }
      .viewfinder::before {
        content: "REC ●";
        position: absolute;
        top: -0.8em;
        left: 50%;
        transform: translateX(-50%);
        background: #fff;
        padding: 0 1rem;
        color: var(--primary-red);
        font-weight: 700;
        letter-spacing: 0.1em;
      }
      .viewfinder .corner {
        position: absolute;
        width: 20px;
        height: 20px;
        border-color: var(--primary-red);
        border-style: solid;
      }
      .viewfinder .tl {
        top: -1px;
        left: -1px;
        border-width: 2px 0 0 2px;
      }
      .viewfinder .tr {
        top: -1px;
        right: -1px;
        border-width: 2px 2px 0 0;
      }
      .viewfinder .bl {
        bottom: -1px;
        left: -1px;
        border-width: 0 0 2px 2px;
      }
      .viewfinder .br {
        bottom: -1px;
        right: -1px;
        border-width: 0 2px 2px 0;
      }

      /* ROI Cards */
      .roi-card {
        background: var(--gray-bg);
        padding: 1.5rem;
        margin-bottom: 1rem;
        border-left: 3px solid var(--primary-red);
      }
      .roi-card .card-num {
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
      }

      /* Media Frame */
      .media-frame {
        background: #000;
        padding: 10px;
        border-radius: 4px;
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
        margin: 4rem 0;
      }

      .media-ui {
        display: flex;
        justify-content: space-between;
        color: #444;
        font-size: 0.7rem;
        font-weight: 700;
        letter-spacing: 0.1em;
        padding: 0 5px 10px;
        text-transform: uppercase;
      }

      .video-wrapper {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        height: 0;
        background: #111;
      }

      .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
      }

      /* Audit Matrix */
      .audit-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        margin-top: 3rem;
      }

      .audit-card {
        background: #f8f9fa;
        padding: 2rem;
        transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        position: relative;
        overflow: hidden;
      }

      .audit-card:hover {
        background: #fff;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        transform: translateY(-5px);
      }

      .audit-number {
        font-size: 3rem;
        font-weight: 900;
        color: rgba(0, 0, 0, 0.05);
        position: absolute;
        top: 1rem;
        right: 1.5rem;
        line-height: 1;
      }

      .audit-title {
        font-size: 1.25rem;
        font-weight: 700;
        margin-bottom: 0.5rem;
        color: #1a1a1a;
      }

      .audit-summary {
        margin-top: 3rem;
        font-weight: 500;
      }

      /* Conclusion Section */
      .conclusion-section {
        background: #ffffff;
        color: #333333;
        overflow: hidden;
      }
      .conclusion-content {
        max-width: 1100px;
        margin: 0 auto;
        padding: 20px 20px;
        position: relative;
        box-sizing: border-box;
      }
      .conclusion-ghost-text {
        position: absolute;
        font-weight: 900;
        text-transform: uppercase;
        color: rgba(0, 0, 0, 0.03);
        z-index: 1;
        pointer-events: none;
        white-space: nowrap;
        top: 60px;
        left: 0;
        font-size: 14rem;
        letter-spacing: -12px;
      }
      .conclusion-header {
        position: relative;
        z-index: 2;
        margin-bottom: 60px;
      }
      .conclusion-accent-bar {
        width: 80px;
        height: 6px;
        background: #ff0000;
        margin-bottom: 40px;
      }
      .conclusion-label {
        display: block;
        font-size: 11px;
        font-weight: 800;
        letter-spacing: 5px;
        color: #ff0000;
        margin-bottom: 20px;
        text-transform: uppercase;
      }
      .conclusion-heading {
        font-size: clamp(34px, 6vw, 54px);
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: -2.8px;
        line-height: 0.95;
        color: #000000;
        margin: 0;
      }
      .conclusion-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 60px;
        position: relative;
        z-index: 2;
      }
      .conclusion-text-col {
        border-right: 1px solid #eeeeee;
        padding-right: 40px;
      }
      .conclusion-lead-text {
        font-size: 20px;
        line-height: 1.6;
        color: #444;
        margin: 0;
        font-weight: 400;
      }
      .conclusion-cta-col {
        display: flex;
        flex-direction: column;
        justify-content: center;
      }
      .conclusion-sub-text {
        font-size: 16px;
        line-height: 1.6;
        color: #666;
        margin: 0 0 30px 0;
      }
      .conclusion-cta-box {
        padding: 25px;
        border: 1px solid #000;
        border-radius: 2px;
        transition: all 0.4s ease;
        cursor: pointer;
        position: relative;
        overflow: hidden;
      }
      .conclusion-cta-box:hover {
        background: #ff0000;
        border-color: #ff0000;
      }
      .conclusion-cta-box:hover .cta-label,
      .conclusion-cta-box:hover .cta-text {
        color: #ffffff;
      }
      .cta-label {
        display: block;
        font-family: monospace;
        font-size: 10px;
        font-weight: 900;
        color: #ff0000;
        letter-spacing: 2px;
        margin-bottom: 5px;
        transition: 0.3s;
      }
      .cta-text {
        display: block;
        font-weight: 900;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #000;
        transition: 0.3s;
      }
      .conclusion-footer {
        margin-top: 100px;
        padding-top: 30px;
        border-top: 2px solid #000;
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        position: relative;
        z-index: 2;
      }
      .coords-wrapper {
        display: flex;
        gap: 40px;
      }
      .coord-item {
        display: flex;
        flex-direction: column;
      }
      .coord-label {
        font-family: monospace;
        font-size: 9px;
        color: #bbbbbb;
        text-transform: uppercase;
      }
      .coord-value {
        font-weight: 800;
        font-size: 11px;
        color: #000;
      }
      .system-tag {
        font-family: monospace;
        font-size: 10px;
        font-weight: 900;
        color: #ff0000;
        letter-spacing: 2px;
      }
      @media (max-width: 768px) {
        .conclusion-text-col {
          border-right: none;
          padding-right: 0;
        }
        .conclusion-footer {
          flex-direction: column;
          gap: 20px;
        }
      }

      /* Footer CTA */
      .footer-cta {
        background: #0f0f0f;
        color: #fff;
        text-align: center;
        padding: 4rem 2rem;
        position: relative;
        clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 100%);
        margin-top: 4rem;
      }

      .btn {
        display: inline-block;
        background: #e31b23;
        color: #fff;
        padding: 1.25rem 3rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        text-decoration: none;
        transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        border: 2px solid #e31b23;
        margin-top: 2rem;
      }

      .btn:hover {
        background: transparent;
        color: #e31b23;
      }

      .footer-meta {
        margin-top: 4rem;
        display: flex;
        justify-content: center;
        gap: 2rem;
        font-size: 0.75rem;
        color: #555;
        font-weight: 600;
        letter-spacing: 0.1em;
      }

      /* Animation Classes */
      .reveal {
        opacity: 0;
        transform: translateY(30px);
        transition: all 0.8s ease-out;
      }

      .reveal.active {
        opacity: 1;
        transform: translateY(0);
      }

      @media (max-width: 768px) {
        .training-layout {
          grid-template-columns: 1fr;
        }
        .footer-cta {
          clip-path: none;
        }
        .header-content {
          display: block;
        }
        .header-content p {
          margin-bottom: 1.5rem;
        }
      }

      /* Styling for the statement block */
      .statement-wrap {
        padding: 40px 0;
        line-height: 1.6;
        font-size: 1.2rem;
        color: #333;
        position: relative;
      }

      /* Location Highlighting with an "Industrial Tag" look */
      .location.highlight {
        color: #ff0000;
        font-weight: 700;
        text-transform: uppercase;
        font-family:
          "Courier New", Courier, monospace; /* Monospace for technical feel */
        background: rgba(255, 0, 0, 0.05);
        padding: 2px 6px;
        border-bottom: 2px solid #ff0000;
        cursor: pointer;
        transition: all 0.3s ease;
      }

      .location.highlight:hover {
        background: #ff0000;
        color: #fff;
      }

      /* Refined "Operational" Accent */
      .operational-accent {
        font-weight: 900;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #000;
        border-left: 3px solid #ff0000;
        padding-left: 15px;
        display: inline-block;
        margin-top: 10px;
      }

      /* Subtle connector line */
      .connector {
        display: inline-block;
        width: 30px;
        height: 1px;
        background: #ddd;
        vertical-align: middle;
        margin: 0 10px;
      }

      /* Extracted Styles */
      .safety-intro-title {
        font-size: 1.75rem;
        margin-bottom: 1rem;
      }
      .outcomes-ghost-text {
        color: rgba(255, 255, 255, 0.03);
        top: 50%;
        font-size: 6rem;
      }
      .outcomes-title {
        font-size: 2rem;
        margin-bottom: 1rem;
        position: relative;
      }
      .training-content-wrapper {
        margin-top: 2rem;
      }
      .content-focus-title {
        font-size: 0.9rem;
        font-weight: 800;
        margin-bottom: 1rem;
      }
      .roi-title {
        font-size: 0.9rem;
        font-weight: 800;
        margin-bottom: 1.5rem;
        color: #e31b23;
      }
      .catalog-section {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: "Poppins", sans-serif;
        background: #fff;
        color: #333;
        -webkit-font-smoothing: antialiased;
      }
      .process-header {
        max-width: 1100px;
        margin: 0 auto;
        padding: 80px 20px 0 20px;
        position: relative;
        box-sizing: border-box;
      }
      .process-ghost-text {
        position: absolute;
        font-weight: 900;
        text-transform: uppercase;
        color: rgba(255, 0, 0, 0.03);
        z-index: 1;
        pointer-events: none;
        white-space: nowrap;
        top: 20px;
        left: 0;
        font-size: 10rem;
      }
      .talent-ghost-text {
        color: rgba(0, 0, 0, 0.03);
      }
      .process-accent-bar {
        width: 80px;
        height: 6px;
        background: #ff0000;
        margin-bottom: 30px;
        position: relative;
        z-index: 2;
      }
      .catalog-label {
        display: block;
        font-size: 11px;
        font-weight: 800;
        letter-spacing: 4px;
        color: #ff0000;
        margin-bottom: 15px;
        text-transform: uppercase;
        position: relative;
        z-index: 2;
      }
      .process-heading {
        font-size: clamp(30px, 5vw, 42px);
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: -1.5px;
        line-height: 1.1;
        margin: 0 0 30px 0;
        color: #000000;
        position: relative;
        z-index: 2;
      }
      .process-description {
        font-size: 18px;
        line-height: 1.7;
        color: #555;
        max-width: 800px;
        margin: 0 0 60px 0;
        position: relative;
        z-index: 2;
      }
      .value-add-section {
        max-width: 1100px;
        margin: 0 auto;
        padding: 0 20px;
        box-sizing: border-box;
      }
      .value-add-label {
        display: block;
        font-size: 11px;
        font-weight: 800;
        letter-spacing: 4px;
        color: #999;
        margin-bottom: 15px;
        text-transform: uppercase;
      }
      .value-add-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
        gap: 20px;
        margin-top: 30px;
      }
      .value-add-card {
        background: #f9f9f9;
        padding: 30px;
        border-radius: 4px;
        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        display: flex;
        flex-direction: column;
        gap: 10px;
        border-bottom: 4px solid transparent;
        cursor: default;
      }
      .value-add-card:hover {
        background: #fff;
        box-shadow: 0 20px 40px rgba(255, 0, 0, 0.06);
        transform: translateY(-10px);
        border-bottom-color: #ff0000;
      }
      .card-index {
        font-family: monospace;
        font-weight: 900;
        font-size: 12px;
        color: #ff0000;
        opacity: 0.6;
      }
      .card-title {
        margin: 0;
        font-weight: 800;
        text-transform: uppercase;
        font-size: 14px;
        color: #000;
      }
      .output-section {
        max-width: 1100px;
        margin: 0 auto;
        padding: 0 20px 80px 20px;
        box-sizing: border-box;
      }
      .output-box {
        background: #000000;
        color: #ffffff;
        padding: 60px 40px;
        position: relative;
        overflow: hidden;
        border-radius: 4px;
        margin-top: 60px;
      }
      .output-ghost-text {
        position: absolute;
        font-weight: 900;
        text-transform: uppercase;
        color: rgba(255, 0, 0, 0.05);
        z-index: 1;
        pointer-events: none;
        white-space: nowrap;
        bottom: 10px;
        right: 20px;
        font-size: 8rem;
      }
      .roi-label {
        display: block;
        font-size: 11px;
        font-weight: 800;
        letter-spacing: 4px;
        color: #ff0000;
        margin-bottom: 15px;
        text-transform: uppercase;
        position: relative;
        z-index: 2;
      }
      .metrics-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 40px;
        margin-top: 40px;
        position: relative;
        z-index: 2;
      }
      .metric-item {
        margin-bottom: 0;
      }
      .metric-label {
        font-family: monospace;
        font-size: 10px;
        color: #555;
      }
      .metric-title {
        margin: 5px 0 0 0;
        font-size: 26px;
        font-weight: 900;
        text-transform: uppercase;
        color: #fff;
      }
      .progress-bar-container {
        width: 100%;
        height: 2px;
        background: #222;
        margin-top: 15px;
      }
      .progress-bar-fill {
        height: 100%;
        background: #ff0000;
      }
      .w-88 {
        width: 88%;
      }
      .w-94 {
        width: 94%;
      }
      .w-82 {
        width: 82%;
      }
      .output-footer {
        margin-top: 40px;
        padding-top: 20px;
        border-top: 1px solid #222;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 2;
      }
      .system-active {
        font-family: monospace;
        font-size: 10px;
        color: #444;
      }
      .optimized-result {
        font-family: monospace;
        font-size: 10px;
        color: #ff0000;
        letter-spacing: 2px;
        font-weight: 900;
      }
      .talent-header {
        padding: 80px 20px 40px 20px;
      }
      .talent-container {
        background: #000000;
        width: 100%;
        border-radius: 8px;
        position: relative;
        overflow: hidden;
        box-shadow: 0 40px 80px rgba(0, 0, 0, 0.15);
      }
      .talent-top-bar {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 20px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        z-index: 10;
        background: linear-gradient(
          to bottom,
          rgba(0, 0, 0, 0.6) 0%,
          transparent 100%
        );
      }
      .rec-dot {
        width: 12px;
        height: 12px;
        background: #ff0000;
        border-radius: 50%;
        animation: pulse 2s infinite;
      }
      .rec-text {
        color: #fff;
        font-family: monospace;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 2px;
      }
      .timecode {
        text-align: right;
        color: rgba(255, 255, 255, 0.5);
        font-family: monospace;
        font-size: 10px;
        line-height: 1.5;
      }
      .talent-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 1px;
        background: #111;
        min-height: 450px;
      }
      .talent-card {
        background: #000;
        padding: 80px 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        transition: all 0.4s ease;
      }
      .talent-card:hover {
        background: #1a1a1a;
      }
      .talent-num {
        font-size: 60px;
        font-weight: 900;
        color: #ff0000;
        line-height: 1;
        margin-bottom: 20px;
        opacity: 0.8;
      }
      .talent-title {
        color: #fff;
        text-transform: uppercase;
        font-weight: 800;
        font-size: 18px;
        letter-spacing: 1px;
        margin: 0;
      }
      .talent-bottom-bar {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 30px;
        background: linear-gradient(
          to top,
          rgba(0, 0, 0, 0.8) 0%,
          transparent 100%
        );
        z-index: 10;
      }
      .talent-bottom-content {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
      }
      .location-label {
        color: #ff0000;
        font-weight: 900;
        font-size: 10px;
        letter-spacing: 3px;
        text-transform: uppercase;
      }
      .location-description {
        color: #ccc;
        font-size: 14px;
        line-height: 1.6;
        margin: 10px 0 0 0;
      }
      .play-button {
        width: 60px;
        height: 60px;
        border: 2px solid #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: 0.3s;
      }
      .play-button:hover {
        border-color: #ff0000;
        transform: scale(1.1);
      }
      .play-triangle {
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 15px solid #fff;
        margin-left: 5px;
      }
      .footer-tag {
        color: #e31b23;
      }
      .footer-text {
        color: #aaa;
        margin: 0 auto 2rem;
      }

      @keyframes pulse {
        0% {
          opacity: 1;
        }
        50% {
          opacity: 0.3;
        }
        100% {
          opacity: 1;
        }
      }

      /* Impact Section Styles */
      .impact-section {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: "Poppins", sans-serif;
        background: #ffffff;
        color: #333333;
        -webkit-font-smoothing: antialiased;
      }
      .impact-header {
        max-width: 1100px;
        margin: 0 auto;
        padding: 80px 20px 40px 20px;
        position: relative;
        box-sizing: border-box;
      }
      .impact-ghost-text {
        position: absolute;
        font-weight: 900;
        text-transform: uppercase;
        color: rgba(0, 0, 0, 0.03);
        z-index: 1;
        pointer-events: none;
        white-space: nowrap;
        top: 40px;
        left: 0;
        font-size: 14rem;
        letter-spacing: -8px;
      }
      .impact-accent-bar {
        width: 80px;
        height: 6px;
        background: #ff0000;
        margin-bottom: 40px;
        position: relative;
        z-index: 2;
      }
      .impact-label {
        display: block;
        font-size: 11px;
        font-weight: 800;
        letter-spacing: 5px;
        color: #ff0000;
        margin-bottom: 20px;
        text-transform: uppercase;
        position: relative;
        z-index: 2;
      }
      .impact-heading {
        font-size: clamp(34px, 6vw, 54px);
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: -2.8px;
        line-height: 0.95;
        margin: 0 0 40px 0;
        color: #000000;
        position: relative;
        z-index: 2;
      }
      .font-light {
        font-weight: 300;
      }
      .impact-description {
        font-size: 19px;
        line-height: 1.6;
        color: #555555;
        max-width: 750px;
        margin: 0;
        position: relative;
        z-index: 2;
      }
      .impact-content {
        max-width: 1100px;
        margin: 0 auto;
        padding: 0 20px 0 20px;
        box-sizing: border-box;
        position: relative;
      }
      .impact-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        gap: 60px;
        position: relative;
        z-index: 2;
      }
      .impact-grid-wide {
        gap: 80px;
      }
      .relative {
        position: relative;
      }
      .asset-label {
        display: block;
        font-size: 10px;
        font-weight: 900;
        letter-spacing: 3px;
        color: #bbbbbb;
        margin-bottom: 35px;
        text-transform: uppercase;
        font-family: monospace;
      }
      .list-reset {
        list-style: none;
        padding: 0;
        margin: 0;
      }
      .asset-item {
        padding: 22px 0;
        border-bottom: 1px solid #eeeeee;
        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: default;
        color: #333333;
      }
      .asset-item:hover {
        padding-left: 20px;
        color: #ff0000;
      }
      .asset-item-title {
        font-weight: 800;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 1px;
      }
      .asset-item-code {
        font-family: monospace;
        font-size: 10px;
        opacity: 0.3;
      }
      .roi-box {
        background: #000000;
        color: #ffffff;
        padding: 40px 30px;
        position: relative;
        overflow: hidden;
        border-radius: 2px;
      }
      .scanline-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(rgba(255, 0, 0, 0.06) 50%, transparent 50%);
        background-size: 100% 4px;
        pointer-events: none;
        opacity: 0.4;
      }
      .roi-header-label {
        display: block;
        font-size: 11px;
        font-weight: 800;
        letter-spacing: 3px;
        color: #ff0000;
        margin-bottom: 50px;
        text-transform: uppercase;
        position: relative;
        z-index: 2;
      }
      .relative-z2 {
        position: relative;
        z-index: 2;
      }
      .roi-metric-item {
        margin-bottom: 40px;
        transition: color 0.3s ease;
        cursor: default;
        color: #ffffff;
      }
      .roi-metric-item:hover {
        color: #ff0000;
      }
      .metric-id {
        display: block;
        font-family: monospace;
        font-size: 9px;
        color: #555;
      }
      .metric-value {
        display: block;
        margin: 10px 0 0 0;
        font-size: 26px;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: -1.5px;
        line-height: 1;
      }
      .roi-box-footer {
        margin-top: 60px;
        padding-top: 25px;
        border-top: 1px solid #222222;
        position: relative;
        z-index: 2;
        display: flex;
        justify-content: space-between;
        align-items: center;
      }
      .system-status {
        font-family: monospace;
        font-size: 9px;
        color: #444;
      }
      .trace-status {
        font-family: monospace;
        font-size: 9px;
        color: #ff0000;
        font-weight: 900;
      }
      .quote-container {
        margin-top: 80px;
        text-align: right;
        position: relative;
      }
      .quote-bar {
        position: absolute;
        right: -20px;
        top: 0;
        width: 4px;
        height: 100%;
        background: #ff0000;
      }
      .quote-text {
        font-size: 22px;
        font-weight: 900;
        color: #000;
        line-height: 1.1;
        max-width: 650px;
        margin-left: auto;
        text-transform: uppercase;
        letter-spacing: -1px;
      }
      .text-red {
        color: #ff0000;
      }
      .trust-ghost-text {
        position: absolute;
        font-weight: 900;
        text-transform: uppercase;
        color: rgba(255, 0, 0, 0.02);
        z-index: 1;
        pointer-events: none;
        white-space: nowrap;
        bottom: 40px;
        right: 40px;
        font-size: 10rem;
        letter-spacing: -2px;
      }
      .narrative-item {
        padding: 25px 0;
        border-bottom: 1px solid #eeeeee;
        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        display: flex;
        align-items: baseline;
        gap: 20px;
        cursor: default;
        color: #333333;
      }
      .narrative-item:hover {
        padding-left: 20px;
        color: #ff0000;
      }
      .narrative-index {
        font-family: monospace;
        font-size: 10px;
        color: #ff0000;
        font-weight: 900;
      }
      .narrative-title {
        margin: 0;
        font-weight: 800;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 1px;
      }
      .impact-right-col {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding-top: 40px;
      }
      .impact-statement {
        font-size: 28px;
        font-weight: 900;
        line-height: 1.1;
        color: #000;
        margin: 0;
        letter-spacing: -1px;
        text-transform: uppercase;
      }
      .stats-grid {
        margin-top: 60px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        border-top: 2px solid #000;
        padding-top: 30px;
      }
      .stat-label {
        display: block;
        font-family: monospace;
        font-size: 9px;
        color: #bbbbbb;
        text-transform: uppercase;
        letter-spacing: 1px;
      }
      .stat-value {
        display: block;
        font-weight: 900;
        font-size: 13px;
        color: #000;
        margin-top: 5px;
        text-transform: uppercase;
        letter-spacing: 1px;
      }
      .talent-rec-wrapper {
        display: flex;
        align-items: center;
        gap: 15px;
      }
      .talent-location-wrapper {
        max-width: 500px;
      }/* End custom CSS */