/*
Theme Name: Twenty Twenty-Four
Theme URI: https://wordpress.org/themes/twentytwentyfour/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Four is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
Requires at least: 6.4
Tested up to: 6.9
Requires PHP: 7.0
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfour
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/
  .advan-hero-secc {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: radial-gradient(ellipse 80% 80% at 50% 50%, #272F58 0%, #1b2230 50%, #0d1117 100%);
  }

  .advan-hero-secc::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
    opacity: 0.35;
    pointer-events: none;
    z-index: 0;
  }

  .advan-hero-secc__radar-wrap {
    position: absolute;
    left: 50%; top: 50%;
    transform: translate(-50%, -50%);
    width: min(820px, 90vw);
    height: min(820px, 90vh);
    pointer-events: none;
    z-index: 1;
  }

  .advan-hero-secc__radar-svg {
    width: 100%; height: 100%;
    overflow: visible;
  }

  .advan-hero-secc__frame {
    transform-origin: 300px 300px;
  }

  .advan-hero-secc__graph {
    opacity: 0;
    transition: opacity 0.85s ease;
  }

  .advan-hero-secc__company-label {
    position: absolute;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.3rem;
    opacity: 0;
    transition: opacity 0.6s ease;
    white-space: nowrap;
    z-index: 20;
    pointer-events: none;
    text-align: center;
  }
  .advan-hero-secc__label-name {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
  }
  .advan-hero-secc__label-score {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.12em;
    opacity: 0.7;
    font-style: italic;
  }

  .advan-hero-secc__glow {
    position: absolute;
    bottom: -120px; left: 50%;
    transform: translateX(-50%);
    width: 60%; height: 260px;
    background: radial-gradient(ellipse, rgba(39,47,88,0.7) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
  }

  .advan-hero-secc__content {
    position: relative;
    z-index: 10;
    max-width: 1000px;
    padding: 0 2rem;
    text-align: center;
  }

  .advan-hero-secc__eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #AA1E22;
    border: 1px solid #AA1E22;
    padding: 0.35rem 0.9rem;
    border-radius: 2px;
    margin-bottom: 1.6rem;
    animation: advan-fade-up 0.7s 0.2s both;
  }

  .advan-hero-secc__heading {
    font-size: 40px;
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: 0.02em;
    color: #fff;
    margin-bottom: 1.2rem;
    animation: advan-fade-up 0.7s 0.35s both;
  }
  .advan-hero-secc__heading span { color: #AA1E22; }

  .advan-hero-secc__subheading {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7;
    color: rgba(255,255,255,0.6);
    margin: 0 auto 10px;
    animation: advan-fade-up 0.7s 0.5s both;
  }

  .advan-hero-secc__btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    border: 1.5px solid #f8f9fa;
    padding: 0.85rem 2rem;
    border-radius: 3px;
    overflow: hidden;
    cursor: pointer;
    background: transparent;
    transition: color 0.35s, border-color 0.35s;
    animation: advan-fade-up 0.7s 0.65s both;
    margin: 5px 0.4rem;
  }
  .advan-hero-secc__btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #AA1E22;
    transform: translateX(-101%);
    transition: transform 0.38s cubic-bezier(0.77,0,0.18,1);
    z-index: 0;
  }
  .advan-hero-secc__btn:hover::before { transform: translateX(0); }
  .advan-hero-secc__btn:hover { border-color: #AA1E22; }
  .advan-hero-secc__btn span,
  .advan-hero-secc__btn svg { position: relative; z-index: 1; }

  @keyframes advan-fade-up {
    from { opacity:0; transform:translateY(28px); }
    to   { opacity:1; transform:translateY(0); }
  }

  @media (max-width: 900px) {
    .advan-hero-secc__heading { font-size: 32px; }
  }
  @media (max-width: 600px) {
    .advan-hero-secc__radar-wrap { width: 96vw; height: 96vw; }
    .advan-hero-secc__heading { font-size: 20px; }
    .advan-hero-secc__subheading { font-size: 13px; text-align: justify; }
    .advan-hero-secc__eyebrow { font-size: 9px; }
    .advan-hero-secc__btn { font-size: 12px; }
  }
  
  
  .sci-sig-secc {
        position: relative;
        background: #272f58;
        overflow: hidden;
        padding: 50px 20px;
      }

     
      .sci-sig-secc-arc {
        position: absolute;
        top: -160px;
        right: -160px;
        width: 480px;
        height: 480px;
        border-radius: 50%;
        border: 60px solid rgba(170, 30, 34, 0.08);
        pointer-events: none;
      }
      .sci-sig-secc-arc2 {
        position: absolute;
        bottom: -120px;
        left: -120px;
        width: 360px;
        height: 360px;
        border-radius: 50%;
        border: 40px solid rgba(255, 255, 255, 0.03);
        pointer-events: none;
      }

     
      .sci-sig-secc-dots {
        position: absolute;
        inset: 0;
        pointer-events: none;
        z-index: 0;
        background-image: radial-gradient(
          rgba(255, 255, 255, 0.06) 1px,
          transparent 1px
        );
        background-size: 28px 28px;
        mask-image: radial-gradient(
          ellipse 80% 80% at 50% 50%,
          black,
          transparent
        );
      }

      .sci-sig-secc-inner {
        position: relative;
        z-index: 1;
        max-width: 1060px;
        margin: 0 auto;
      }

   
      .sci-sig-secc-header {
        text-align: center;
        margin-bottom: 20px;
      }

      .sci-sig-secc-eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        font-size: 10.5px;
        font-weight: 700;
        letter-spacing: 0.25em;
        text-transform: uppercase;
        color: #aa1e22;
        margin-bottom: 20px;
        opacity: 0;
        animation: sci-sig-up 0.5s ease forwards 0.1s;
      }
      .sci-sig-secc-eyebrow span {
        display: inline-block;
        width: 20px;
        height: 2px;
        background: #aa1e22;
        border-radius: 2px;
      }

      .sci-sig-secc-heading {
        font-size: clamp(28px, 4vw, 48px);
        font-weight: 800;
        line-height: 1.12;
        letter-spacing: -0.02em;
        color: #ffffff;
        margin-bottom: 18px;
        opacity: 0;
        animation: sci-sig-up 0.6s ease forwards 0.22s;
      }
      .sci-sig-secc-heading mark {
        background: none;
        color: #aa1e22;
      }

      .sci-sig-secc-divider {
        width: 40px;
        height: 3px;
        background: linear-gradient(90deg, #aa1e22, rgba(170, 30, 34, 0.3));
        border-radius: 2px;
        margin: 0 auto 18px;
        opacity: 0;
        animation: sci-sig-up 0.5s ease forwards 0.32s;
      }

      .sci-sig-secc-desc {
        font-size: 16px;
        line-height: 1.78;
        color: rgb(255 255 255 / 80%);
        max-width: 750px;
        margin: 0 auto;
        opacity: 0;
        animation: sci-sig-up 0.6s ease forwards 0.42s;
      }

      
      .sci-sig-secc-signals-label {
        text-align: center;
        margin-bottom: 28px;
        opacity: 0;
        animation: sci-sig-up 0.5s ease forwards 0.5s;
      }
      .sci-sig-secc-signals-label span {
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        color: rgb(255 255 255 / 81%);
        position: relative;
        display: inline-flex;
        align-items: center;
        gap: 14px;
      }
      .sci-sig-secc-signals-label span::before,
      .sci-sig-secc-signals-label span::after {
        content: "";
        display: inline-block;
        width: 40px;
        height: 1px;
        background: rgb(255 255 255 / 67%);
      }

    
      .sci-sig-secc-row1 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        margin-bottom: 20px;
      }

      .sci-sig-secc-row2 {
        display: flex;
        justify-content: center;
        gap: 20px;
        margin-bottom: 46px;
      }
      .sci-sig-secc-row2 .sci-sig-secc-card {
        width: calc(33.333% - 10px);
      }

      .sci-sig-secc-card {
        position: relative;
        background: linear-gradient(
          145deg,
          rgba(255, 255, 255, 0.065),
          rgba(255, 255, 255, 0.025)
        );
        border: 1px solid rgb(255 255 255 / 51%);
        border-radius: 18px;
        padding: 32px 26px 28px;
        overflow: hidden;
        cursor: default;
        transition:
          transform 0.35s cubic-bezier(0.22, 0.68, 0, 1.2),
          box-shadow 0.35s ease,
          border-color 0.3s ease,
          background 0.3s ease;
        opacity: 0;
        animation: sci-sig-up 0.55s ease forwards;
      }

      .sci-sig-secc-row1 .sci-sig-secc-card:nth-child(1) {
        animation-delay: 0.54s;
      }
      .sci-sig-secc-row1 .sci-sig-secc-card:nth-child(2) {
        animation-delay: 0.66s;
      }
      .sci-sig-secc-row1 .sci-sig-secc-card:nth-child(3) {
        animation-delay: 0.78s;
      }
      .sci-sig-secc-row2 .sci-sig-secc-card:nth-child(1) {
        animation-delay: 0.9s;
      }
      .sci-sig-secc-row2 .sci-sig-secc-card:nth-child(2) {
        animation-delay: 1.02s;
      }

      .sci-sig-secc-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 2px;
        background: linear-gradient(90deg, transparent, #aa1e22, transparent);
        opacity: 0;
        transition: opacity 0.35s ease;
      }

     
      .sci-sig-secc-card::after {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(
          ellipse at 50% -10%,
          rgba(170, 30, 34, 0.12),
          transparent 65%
        );
        opacity: 0;
        transition: opacity 0.35s ease;
        pointer-events: none;
        border-radius: 18px;
      }

      .sci-sig-secc-card:hover {
        transform: translateY(-6px) scale(1.01);
        border-color: rgba(170, 30, 34, 0.38);
        background: linear-gradient(
          145deg,
          rgba(170, 30, 34, 0.07),
          rgba(255, 255, 255, 0.04)
        );
        box-shadow:
          0 20px 50px rgba(0, 0, 0, 0.3),
          0 0 0 1px rgba(170, 30, 34, 0.15) inset;
      }
      .sci-sig-secc-card:hover::before {
        opacity: 1;
      }
      .sci-sig-secc-card:hover::after {
        opacity: 1;
      }

      .sci-sig-secc-card-icon-wrap {
        width: 54px;
        height: 54px;
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        background: #cc2428;
        border: 1px solid rgb(170 30 34 / 52%);
        transition:
          background 0.3s,
          transform 0.3s;
        position: relative;
        z-index: 1;
      }
      .sci-sig-secc-card:hover .sci-sig-secc-card-icon-wrap {
        background: rgba(255, 255, 255, 0.945);
        transform: scale(1.08);
      }

      .sci-sig-secc-card-icon-wrap i {
        font-size: 20px;
        color: #ffffff;
        transition: color 0.3s;
      }
      .sci-sig-secc-card:hover .sci-sig-secc-card-icon-wrap i {
        color: #cc2428;
      }

      .sci-sig-secc-card-title {
        font-size: 13.5px;
        font-weight: 700;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: #ffffff;
        line-height: 1.45;
        position: relative;
        z-index: 1;
      }

      .sci-sig-secc-pulse {
        position: absolute;
        top: 22px;
        right: 22px;
        width: 8px;
        height: 8px;
        z-index: 2;
      }
      .sci-sig-secc-pulse i,
      .sci-sig-secc-pulse b {
        position: absolute;
        inset: 0;
        border-radius: 50%;
        font-style: normal;
        font-weight: normal;
        font-size: 0;
      }
      .sci-sig-secc-pulse i {
        background: #aa1e22;
      }
      .sci-sig-secc-pulse b {
        border: 1.5px solid #aa1e22;
        animation: sci-sig-pulse 2.4s ease-out infinite;
      }
      @keyframes sci-sig-pulse {
        0% {
          transform: scale(1);
          opacity: 0.85;
        }
        100% {
          transform: scale(3);
          opacity: 0;
        }
      }

      .sci-sig-secc-card-num {
        position: absolute;
        bottom: 22px;
        right: 24px;
        font-size: 36px;
        font-weight: 900;
        color: rgba(255, 255, 255, 0.04);
        line-height: 1;
        letter-spacing: -0.04em;
        user-select: none;
        transition: color 0.3s;
      }
      .sci-sig-secc-card:hover .sci-sig-secc-card-num {
        color: rgba(170, 30, 34, 0.09);
      }

      .sci-sig-secc-bio {
        background: linear-gradient(
          135deg,
          rgba(170, 30, 34, 0.1),
          rgba(39, 47, 88, 0.5)
        );
        border: 1px solid rgba(170, 30, 34, 0.25);
        border-left: 4px solid #aa1e22;
        border-radius: 14px;
        padding: 28px 32px;
        display: flex;
        align-items: center;
        gap: 22px;
        opacity: 0;
        animation: sci-sig-up 0.6s ease forwards 1.18s;
      }

      .sci-sig-secc-bio-icon-wrap {
        flex-shrink: 0;
        width: 52px;
        height: 52px;
        background: #aa1e22;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 8px 24px rgba(170, 30, 34, 0.35);
      }
      .sci-sig-secc-bio-icon-wrap i {
        font-size: 22px;
        color: #ffffff;
      }

      .sci-sig-secc-bio-label {
        display: inline-block;
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 0.22em;
        text-transform: uppercase;
        color: #aa1e22;
        margin-bottom: 7px;
      }

      .sci-sig-secc-bio-text {
        font-size: 16px;
        line-height: 1.75;
        color: rgba(255, 255, 255, 0.6);
        text-align: justify;
      }

      @keyframes sci-sig-up {
        from {
          opacity: 0;
          transform: translateY(22px);
        }
        to {
          opacity: 1;
          transform: translateY(0);
        }
      }

      @media (max-width: 860px) {
        .sci-sig-secc {
          padding: 62px 20px 70px;
        }
        .sci-sig-secc-row1 {
          grid-template-columns: repeat(3, 1fr);
          gap: 14px;
        }
        .sci-sig-secc-row2 {
          gap: 14px;
        }
        .sci-sig-secc-row2 .sci-sig-secc-card {
          width: calc(42% - 7px);
        }
      }

      @media (max-width: 580px) {
        .sci-sig-secc {
          padding: 46px 16px 54px;
        }
        .sci-sig-secc-header {
          margin-bottom: 20px;
        }
        .sci-sig-secc-desc{
          text-align: justify;
        }

        .sci-sig-secc-row1 {
          grid-template-columns: 1fr;
          gap: 12px;
          margin-bottom: 12px;
        }
        .sci-sig-secc-row2 {
          flex-direction: column;
          gap: 12px;
          margin-bottom: 30px;
        }
        .sci-sig-secc-row2 .sci-sig-secc-card {
          width: 100%;
        }

        .sci-sig-secc-bio {
          flex-direction: column;
          align-items: flex-start;
          gap: 14px;
          padding: 22px 20px;
        }
      }


      :root {
        --red: #e8321a;
        --red-dim: #b82a14;
        --black: #080808;
        --dark: #0f0f0f;
        --card: #13161f;
        --border: rgba(255, 255, 255, 0.07);
        --text: #f0ece6;
        --muted: #8a8278;
      }

     


      .hero-section {
        position: relative;
        width: 100%;
        overflow: hidden;
        background: rgb(10, 12, 18);
      }

      .hero-overlay {
        position: absolute;
        inset: 0px;
        z-index: 1;
        background: linear-gradient(
          to right,
          rgba(7, 9, 14, 0.97) 0%,
          rgba(7, 9, 14, 0.88) 40%,
          rgba(7, 9, 14, 0.6) 65%,
          rgba(7, 9, 14, 0.22) 100%
        );
      }

      .hero-overlay::after {
        content: "";
        position: absolute;
        inset: 0px;
        background: linear-gradient(
          rgba(7, 9, 14, 0.1) 0%,
          rgba(7, 9, 14, 0.15) 45%,
          rgba(7, 9, 14, 0.82) 72%,
          rgba(7, 9, 14, 0.96) 100%
        );
      }

      .hero-inner {
        position: relative;
        z-index: 2;
        min-height: 340px;
        display: flex;
        align-items: center;
        padding-top: 50px;
      }

      .hero-content {
        max-width: 1200px;
        margin: 0px auto;
        padding: 80px 52px 60px;
        width: 100%;
      }

      .eyebrow {
        font-size: 15px;
        font-weight: 900;
        letter-spacing: 0.2em;
        text-transform: uppercase;
        color: rgb(217, 53, 34);
        margin-bottom: 16px;
      }

      .product-name {
        font-size: 30px;
        font-weight: 800;
        color: rgb(235, 14, 14);
        line-height: 1.07;
        max-width: 530px;
        margin-bottom: 18px;
      }

      .hero-h1 {
        font-size: clamp(30px, 4.2vw, 54px);
        font-weight: 800;
        color: rgb(255, 255, 255);
        line-height: 1.07;
        max-width: 580px;
        margin-bottom: 18px;
      }

      .hero-sub {
        font-size: 15px;
        color: rgb(220, 220, 220);
        line-height: 1.7;
        max-width: 420px;
        margin-bottom: 32px;
      }

      .hero-btns {
        display: flex;
        align-items: center;
        gap: 12px;
        flex-wrap: wrap;
      }

      .btn-primary {
        display: inline-block;
        background: #aa1e22 !important;
        color: rgb(255, 255, 255);
        font-size: 13px;
        font-weight: 600;
        padding: 12px 24px;
        border-radius: 4px;
        border-width: medium;
        border-style: none;
        border-color: currentcolor;
        border-image: initial;
        cursor: pointer;
        text-decoration: none;
        transition: background 0.2s;
        white-space: nowrap;
      }

      .btn-primary:hover {
        background: rgb(184, 44, 28);
      }

      .btn-secondary {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: transparent !important;
        color: rgb(200, 208, 222);
        font-size: 13px;
        font-weight: 600;
        padding: 12px 20px;
        border-radius: 4px;
        border: 1.5px solid rgba(255, 255, 255, 0.2);
        cursor: pointer;
        text-decoration: none;
        transition:
          border-color 0.2s,
          color 0.2s;
        white-space: nowrap;
      }

      .btn-secondary:hover {
        border-color: rgba(255, 255, 255, 0.45);
        color: rgb(255, 255, 255);
      }

      .stats-strip {
        position: relative;
        width: 100%;
        background: transparent;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        z-index: 2;
      }

      .stats-inner {
        max-width: 1200px;
        margin: 0px auto;
        padding: 0px 52px;
        display: flex;
        align-items: stretch;
      }

      .stat-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 36px 20px;
        flex: 1 1 0px;
        opacity: 0;
        transform: translateY(22px);
        transition:
          opacity 0.55s,
          transform 0.55s;
      }

      .stat-item.visible {
        opacity: 1;
        transform: translateY(0px);
      }

      .stat-item:nth-child(1) {
        transition-delay: 0.05s;
      }

      .stat-item:nth-child(2) {
        transition-delay: 0.18s;
      }

      .stat-item:nth-child(3) {
        transition-delay: 0.31s;
      }

      .stat-item:nth-child(4) {
        transition-delay: 0.44s;
      }

      .stat-item + .stat-item {
        border-left: 1px solid rgba(255, 255, 255, 0.07);
      }

      .stat-icon-wrap {
        position: relative;
        width: 78px;
        height: 78px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 18px;
        flex-shrink: 0;
      }

      .stat-icon-wrap::before {
        content: "";
        position: absolute;
        inset: 0px;
        border-radius: 50%;
        border: 1px solid rgba(192, 57, 43, 0.2);
      }

      .stat-icon-wrap::after {
        content: "";
        position: absolute;
        inset: 10px;
        border-radius: 50%;
        border: 1px solid rgba(192, 57, 43, 0.38);
      }

      .stat-icon {
        position: absolute;
        inset: 20px;
        border-radius: 50%;
        border: 1.8px solid rgb(176, 48, 37);
        background: rgba(176, 48, 37, 0.1);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
      }

      .stat-icon i {
        font-size: 15px;
        color: rgb(192, 57, 43);
      }

      .stat-value {
        font-family: Sora, sans-serif;
        font-size: clamp(20px, 2.5vw, 28px);
        font-weight: 700;
        color: rgb(255, 255, 255);
        margin-bottom: 7px;
        line-height: 1;
        min-height: 1.2em;
      }

      .stat-label {
        font-size: 12px;
        color: rgb(240, 240, 240);
        line-height: 1.5;
        max-width: 140px;
      }

      .delta-section {
        background: rgb(10, 10, 10);
        padding: 72px 40px;
      }

      .delta-inner {
        max-width: 1180px;
        margin: 0px auto;
      }

      .delta-head {
        text-align: center;
        margin-bottom: 52px;
      }

      .delta-title {
        font-family: Sora, sans-serif;
        font-size: clamp(24px, 2.8vw, 32px);
        font-weight: 800;
        color: rgb(255, 255, 255);
        letter-spacing: 0.04em;
        text-transform: uppercase;
        margin-bottom: 14px;
      }

      .delta-subtitle {
        font-size: 16px;
        color: rgb(220, 220, 220);
        line-height: 1.75;
        max-width: 560px;
        margin: 0px auto;
      }

      .delta-cols {
        display: flex;
        gap: 40px;
        align-items: flex-start;
      }

      .delta-left {
        flex: 1.1 1 0%;
      }

      .delta-tagline {
        font-family: "DM Mono", monospace;
        font-size: 13px;
        color: rgb(220, 38, 38);
        letter-spacing: 0.1em;
        text-transform: uppercase;
        margin-bottom: 20px;
      }

      .delta-desc {
        font-size: 15px;
        color: rgb(200, 208, 222);
        line-height: 1.8;
        margin-bottom: 28px;
      }

      .delta-formula {
        background: rgb(13, 17, 23);
        border: 1px solid rgba(220, 38, 38, 0.2);
        border-radius: 8px;
        padding: 24px;
        margin-bottom: 28px;
      }

      .delta-formula-label {
        font-family: "DM Mono", monospace;
        font-size: 10px;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: var(--muted);
        margin-bottom: 12px;
      }

      .delta-formula-eq {
        font-family: "DM Mono", monospace;
        font-size: 13px;
        color: rgb(230, 237, 243);
        line-height: 1.7;
      }

      .delta-formula-eq .kw {
        color: rgb(255, 123, 114);
      }

      .delta-formula-eq .num {
        color: rgb(121, 192, 255);
      }

      .delta-signals {
        display: flex;
        flex-direction: column;
        gap: 10px;
      }

      .delta-signal-row {
        display: flex;
        align-items: center;
        gap: 14px;
      }

      .delta-signal-label {
        font-size: 12.5px;
        color: rgb(200, 208, 222);
        flex: 0 0 200px;
      }

      .delta-bar-track {
        flex: 1 1 0%;
        height: 6px;
        background: rgba(255, 255, 255, 0.08);
        border-radius: 3px;
        overflow: hidden;
      }

      .delta-bar-fill {
        height: 100%;
        background: linear-gradient(
          to right,
          rgb(184, 44, 28),
          rgb(232, 50, 26)
        );
        border-radius: 3px;
        transition: width 1.2s;
      }

      .delta-bar-val {
        font-family: "DM Mono", monospace;
        font-size: 11px;
        color: rgb(220, 38, 38);
        flex: 0 0 36px;
        text-align: right;
      }

      .delta-right {
        flex: 1 1 0%;
      }

      .score-card {
        background: rgb(13, 17, 23);
        border: 1px solid rgba(220, 38, 38, 0.2);
        border-radius: 8px;
        overflow: hidden;
      }

      .score-card-header {
        background: rgb(22, 27, 34);
        padding: 12px 16px;
        display: flex;
        align-items: center;
        gap: 8px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.07);
      }

      .score-card-title {
        font-family: "DM Mono", monospace;
        font-size: 11px;
        letter-spacing: 0.08em;
        color: rgb(200, 208, 222);
      }

      .score-card-live {
        font-family: "DM Mono", monospace;
        font-size: 9px;
        padding: 2px 7px;
        border-radius: 3px;
        background: rgba(220, 38, 38, 0.15);
        color: rgb(232, 50, 26);
        margin-left: auto;
      }

      .score-card-body {
        padding: 0px;
      }

      .score-row {
        display: flex;
        align-items: center;
        gap: 0px;
        padding: 14px 16px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        transition: background 0.15s;
      }

      .score-row:hover {
        background: rgba(255, 255, 255, 0.03);
      }

      .score-row:last-child {
        border-bottom-width: medium;
        border-bottom-style: none;
        border-bottom-color: currentcolor;
      }

      .score-rank {
        font-family: "DM Mono", monospace;
        font-size: 11px;
        color: var(--muted);
        width: 24px;
        flex-shrink: 0;
      }

      .score-name {
        font-size: 12.5px;
        color: rgb(230, 237, 243);
        flex: 1 1 0%;
        min-width: 0px;
      }

      .score-inst {
        font-size: 10px;
        color: var(--muted);
      }

      .score-signal {
        font-size: 10px;
        padding: 2px 7px;
        border-radius: 3px;
        margin-left: 8px;
        flex-shrink: 0;
      }

      .signal-grant {
        background: rgba(34, 197, 94, 0.12);
        color: rgb(34, 197, 94);
      }

      .signal-pub {
        background: rgba(59, 130, 246, 0.12);
        color: rgb(96, 165, 250);
      }

      .signal-conf {
        background: rgba(168, 85, 247, 0.12);
        color: rgb(192, 132, 252);
      }

      .score-delta {
        font-family: "DM Mono", monospace;
        font-size: 12px;
        color: rgb(34, 197, 94);
        flex-shrink: 0;
        margin-left: 12px;
      }

      .sec2 {
        background-color: rgb(0, 0, 0);
        padding: 60px 20px;
      }

      .sec2 .container {
        max-width: 1280px;
        margin: 0px auto;
      }

      .sec2 .heading {
        text-align: center;
        margin-bottom: 70px;
      }

      .sec2 .main-title {
        font-size: 42px;
        line-height: 1.1;
        font-weight: 700;
        color: rgb(255, 255, 255);
      }

      .sec2 .main-title span {
        color: rgb(220, 38, 38);
      }

      .sec2 .subtitle {
        font-size: 18px;
        color: rgb(209, 213, 219);
        margin-top: 20px;
        line-height: 1.6;
      }

      .sec2 .features {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 32px;
        margin-bottom: 80px;
      }

      .sec2 .feature-card {
        display: flex;
        gap: 20px;
        align-items: flex-start;
        transition: 0.3s;
      }

      .sec2 .feature-card:hover {
        transform: translateY(-6px);
      }

      .sec2 .icon-wrapper {
        width: 68px;
        height: 68px;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid rgba(220, 38, 38, 0.3);
        background-color: rgba(220, 38, 38, 0.08);
        border-radius: 50%;
        transition: 0.3s;
      }

      .sec2 .feature-card:hover .icon-wrapper {
        border-color: rgb(220, 38, 38);
        background-color: rgba(220, 38, 38, 0.15);
      }

      .sec2 .feature-icon {
        font-size: 34px;
        color: rgb(220, 38, 38);
      }

      .sec2 .feature-content {
        flex: 1 1 0%;
      }

      .sec2 .feature-title {
        font-size: 24px;
        font-weight: 600;
        color: rgb(255, 255, 255);
        margin-bottom: 10px;
      }

      .sec2 .feature-desc {
        color: rgb(156, 163, 175);
        line-height: 1.6;
        font-size: 15.5px;
      }

      .sec2 .cta-section {
        background-color: rgb(17, 17, 17);
        border: 1px solid rgb(55, 65, 81);
        border-radius: 16px;
        padding: 40px 50px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 30px;
        flex-wrap: wrap;
      }

      .sec2 .cta-text h4 {
        font-size: 26px;
        font-weight: 600;
        color: rgb(255, 255, 255);
        margin-bottom: 8px;
      }

      .sec2 .cta-text p {
        color: rgb(156, 163, 175);
        font-size: 16px;
      }

      .sec2 .cta-button {
        background-color: rgb(220, 38, 38);
        color: white;
        font-size: 18px;
        font-weight: 600;
        padding: 16px 42px;
        border-width: medium;
        border-style: none;
        border-color: currentcolor;
        border-image: initial;
        border-radius: 12px;
        cursor: pointer;
        transition: 0.3s;
        white-space: nowrap;
      }

      .sec2 .cta-button:hover {
        background-color: rgb(185, 28, 28);
        transform: translateY(-2px);
      }

      .sec3 {
        width: 100%;
        background: rgb(0, 0, 0);
        padding: 72px 0px 80px;
      }

      .sec3-container {
        max-width: 1180px;
        margin: 0px auto;
        padding: 0px 40px;
      }

      .sec3-head {
        text-align: center;
        margin-bottom: 52px;
      }

      .sec3-title {
        font-family: Sora, sans-serif;
        font-size: clamp(24px, 2.8vw, 28px);
        font-weight: 800;
        color: rgb(255, 255, 255);
        letter-spacing: 0.04em;
        text-transform: uppercase;
        margin-bottom: 14px;
      }

      .sec3-subtitle {
        font-size: 16px;
        color: rgb(220, 220, 220);
        line-height: 1.75;
        max-width: 520px;
        margin: 0px auto;
      }

      .sec3-row {
        display: flex;
        align-items: stretch;
        gap: 0px;
      }

      .sec3-arrow {
        flex-shrink: 0;
        align-self: center;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        color: rgb(220, 38, 38);
        font-size: 18px;
      }

      .sec3-card {
        flex: 1 1 0px;
        background: rgb(19, 22, 31);
        border: 1px solid rgba(255, 255, 255, 0.07);
        border-radius: 6px;
        padding: 28px 22px 26px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        position: relative;
        transition:
          border-color 0.25s,
          transform 0.25s;
        min-width: 0px;
      }

      .sec3-card:hover {
        border-color: rgba(192, 57, 43, 0.45);
        transform: translateY(-3px);
      }

      .sec3-card-num {
        position: absolute;
        top: -1px;
        left: -1px;
        width: 26px;
        height: 26px;
        background: rgb(220, 38, 38);
        border-radius: 6px 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: Sora, sans-serif;
        font-size: 11px;
        font-weight: 700;
        color: rgb(255, 255, 255);
        line-height: 1;
      }

      .sec3-card-icon {
        margin-bottom: 18px;
        margin-top: 14px;
        font-size: 36px;
        color: rgb(200, 208, 222);
        line-height: 1;
      }

      .sec3-card-title {
        font-family: Sora, sans-serif;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: rgb(255, 255, 255);
        margin-bottom: 12px;
      }

      .sec3-card-text {
        font-size: 12.5px;
        color: rgb(223, 223, 223);
        line-height: 1.65;
      }

      .sec4 {
        width: 100%;
        background: rgb(0, 0, 0);
      }

      .sec4-top {
        padding: 55px 0px 60px;
      }

      .sec4-container {
        max-width: 1180px;
        margin: 0px auto;
        padding: 0px 40px;
      }

      .sec4-head {
        text-align: center;
        margin-bottom: 44px;
      }

      .sec4-title {
        font-size: clamp(24px, 2.6vw, 26px);
        font-weight: 800;
        color: rgb(255, 255, 255);
        letter-spacing: 0.06em;
        text-transform: uppercase;
        margin-bottom: 12px;
      }

      .sec4-subtitle {
        font-size: 14px;
        color: rgb(204, 204, 204);
        line-height: 1.7;
      }

      .sec4-cards {
        display: flex;
        align-items: stretch;
        gap: 16px;
      }

      .sec4-card {
        flex: 1 1 0px;
        background: rgb(19, 22, 31);
        border: 1px solid rgba(255, 255, 255, 0.07);
        border-radius: 8px;
        padding: 26px 22px;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 18px;
        transition:
          border-color 0.25s,
          transform 0.25s;
        min-width: 0px;
      }

      .sec4-card:hover {
        border-color: rgba(192, 57, 43, 0.4);
        transform: translateY(-3px);
      }

      .sec4-icon-wrap {
        flex-shrink: 0;
        width: 46px;
        height: 46px;
        border-radius: 8px;
        background: rgb(220, 38, 38);
        border: 1px solid rgb(220, 38, 38);
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .sec4-icon-wrap i {
        font-size: 18px;
        color: rgb(255, 255, 255);
      }

      .sec4-card-body {
        flex: 1 1 0%;
        min-width: 0px;
      }

      .sec4-card-title {
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: rgb(255, 255, 255);
        margin-bottom: 10px;
      }

      .sec4-card-text {
        font-size: 12.5px;
        color: rgb(230, 230, 230);
        line-height: 1.65;
      }

      .sec4-cta {
        position: relative;
        width: 100%;
        overflow: hidden;
        padding: 64px 40px;
        text-align: center;
        background: rgb(26, 6, 8);
      }

      .sec4-cta-overlay {
        position: absolute;
        inset: 0px;
        z-index: 1;
        background: linear-gradient(
          to right,
          rgba(10, 4, 6, 0.88) 0%,
          rgba(10, 4, 6, 0.45) 50%,
          rgba(10, 4, 6, 0.88) 100%
        );
      }

      .sec4-cta-content {
        position: relative;
        z-index: 2;
        max-width: 600px;
        margin: 0px auto;
      }

      .sec4-cta-title {
        font-size: clamp(22px, 3.2vw, 36px);
        font-weight: 700;
        color: rgb(255, 255, 255);
        line-height: 1.15;
        margin-bottom: 14px;
      }

      .sec4-cta-sub {
        font-size: 16px;
        color: rgb(224, 224, 224);
        line-height: 1.7;
        margin-bottom: 30px;
      }

      .sec4-cta-btn {
        display: inline-block;
        background: #aa1e22;
        color: rgb(255, 255, 255);
        font-size: 14px;
        font-weight: 600;
        padding: 14px 34px;
        border-radius: 4px;
        text-decoration: none;
        transition:
          background 0.2s,
          transform 0.2s;
        white-space: nowrap;
      }

      .sec4-cta-btn:hover {
        background: #aa1e22;
        transform: translateY(-2px);
        color: white;
      }
 .hero-content > * {
        animation: 0.7s ease 0s 1 normal both running fadeUp;
      }

      .eyebrow {
        animation-delay: 0.1s;
      }

      .product-name {
        animation-delay: 0.15s;
      }

      .hero-h1 {
        animation-delay: 0.2s;
      }

      .hero-sub {
        animation-delay: 0.3s;
      }

      .hero-btns {
        animation-delay: 0.4s;
      }

      .pulse-dot {
        width: 8px;
        height: 8px;
        background: var(--red);
        border-radius: 50%;
        display: inline-block;
        position: relative;
        margin-right: 6px;
        flex-shrink: 0;
      }

      .pulse-dot::after {
        content: "";
        position: absolute;
        inset: -3px;
        border-radius: 50%;
        border: 1.5px solid var(--red);
        animation: 2s ease-in-out 0s infinite normal none running pulse;
      }

      @keyframes pulse {
        0%,
        100% {
          transform: scale(1);
          opacity: 0.6;
        }
        50% {
          transform: scale(1.6);
          opacity: 0;
        }
      }

      .live-badge {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        font-family: "DM Mono", monospace;
        font-size: 11px;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        color: var(--muted);
        margin-bottom: 6px;
      }

      @media (max-width: 1000px) {
        .delta-cols {
          flex-direction: column;
        }
      }

      @media (max-width: 900px) {
        .sec4-cards {
          flex-direction: column;
        }
      }

      @media (max-width: 600px) {
        nav {
          padding: 0px 20px;
        }
        .hero-content {
          padding: 100px 20px 36px;
        }
        .stats-inner {
          flex-wrap: wrap;
          padding: 0px 16px;
        }
        .stat-item {
          flex: 1 1 45%;
          padding: 24px 10px;
          min-width: 140px;
        }
        .stat-item + .stat-item {
          border-left-width: medium;
          border-left-style: none;
          border-left-color: currentcolor;
        }
        .stat-item:nth-child(2),
        .stat-item:nth-child(4) {
          border-left: 1px solid rgba(255, 255, 255, 0.07);
        }
        .stat-item:nth-child(3),
        .stat-item:nth-child(4) {
          border-top: 1px solid rgba(255, 255, 255, 0.07);
        }
        .sec3-row {
          flex-wrap: wrap;
          gap: 12px;
          flex-direction: column;
        }
        .sec3-arrow {
          display: none;
        }
        .sec3-card {
          flex: 1 1 calc(50% - 6px);
        }
        footer {
          flex-direction: column;
          gap: 16px;
          /* padding: 32px 20px; */
        }
      }

      .header-buttons {
    gap: 10px !important;
}
    
.vs-btn2 {
    font-size: 15px !important;
    padding: 10px 30px !important;  
    text-transform: none !important; 
}