 :root {
      --ink: #101d1a;
      --muted: #65736f;
      --green-980: #031d19;
      --green-950: #052b25;
      --green-900: #073b33;
      --green-800: #0f4f43;
      --green-700: #176b5a;
      --green-100: #e5f2ee;
      --gold: #c58a22;
      --gold-2: #e2aa45;
      --cream: #fbf8f0;
      --cream: #FBF8F5;
      --warm: #f4efe5;
      --soft: #f7faf7;
      --white: #fff;
      --line: #dce5df;
      --shadow: 0 28px 90px rgba(3, 29, 25, 0.16);
      --shadow-soft: 0 16px 44px rgba(3, 29, 25, 0.08);
      --radius: 14px;
      --radius-sm: 8px;
      --serif:Georgia,"Times New Roman",serif;
      --sans:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
      --wrap: 1320px;
      --wrap-bg: 1500px;
    } 
    .top-strip {
    background: #071018;
    color: #f0c979;
    font-size: 13px;
    padding: 8px 0;
}
    .top-strip .wrap {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}
    .btn-light {
            background: var(--green-100);
        color: var(--green-950);
        border-color: var(--line);
    }
    a:hover {
        color: unset;
    }
    .bg-cream{
        background:var(--cream) ;
    }
    .bg-brand {
        background-color: #1a4d4a !important;
    }
    .btn-light:hover{
        border-color:#d9d9d9;
    }

    .omega-footer {
        background-color: #0f172a;
        color: #e1dede;
    }
    .dropdown-toggle::after {
           display: inline-block;
            margin-left: .255em;
            vertical-align: .255em;
            content: "";
            border-top: .3em solid;
            border-right: .3em solid transparent;
            border-bottom: 0;
            border-left: .3em solid transparent;
    }
    .dropdown-menu{
        font-size: 14px;
    }
    .fs-13 {
        font-size: 0.8667rem !important;
    }
    .enyuiry-form {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    } 
    .btn-outline-golden {
        border: 1px solid #b5964d !important;
        color: #b5964d !important;
    }
    .omega-goals-section .btn-outline-golden{
    border: 1px solid #c58a22 !important;
        color: #c58a22 !important;
    }
    .text-white {
        color: #fff !important;
    }

    .container-fluid.bg-darkblue {
        background: #0f172a !important;color:#fff;
    }
    .zoom_outer{display:none;}
    
   
    .zf-errorMessage {
        font-weight: 300;
        font-size: 0.85rem;
        color: #ff0000;
        padding-top: 5px;
    }
    .btn-outline:hover{
        background: rgba(255, 255, 255, .06);
        color: #fff;
        border-color: rgba(255, 255, 255, .35);
    }

     .bootstrap-datetimepicker-widget.dropdown-menu
     {
        width: 450px !important;
        min-width: 450px !important;
        max-width: 450px !important;
    }
     .iti--separate-dial-code .iti__selected-flag{
         background:transparent !important;
     }
    .text-red {
        color: #f95656 !important;
    }
    .wrap-consultation{
        width: min(1350px, calc(100% - 40px));
        margin: 0 auto;
    }

    * { box-sizing: border-box; }

    html { scroll-behavior: smooth; }

    body {
      margin: 0;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      color: var(--ink);
/*      background: #fffaef;*/
    background-color: #FBF8F5;
      line-height: 1.55;
      font-size:1rem;
      overflow-x: hidden; 
    }
    h1 {
        margin-bottom: 24px;
        font-size: clamp(44px, 5.4vw, 60px);
        line-height: 1.1;
        letter-spacing: -2px;
        font-weight: 700;
    }
    h2 {
        margin-bottom: 16px;
        font-size: clamp(32px, 4vw, 42px);
        line-height: 1.12;
        letter-spacing: -1px;
        font-weight: bold;
        
    }

    a {color: inherit; text-decoration: none;}
    button, input, select, textarea { font: inherit;}
    #why .lead{font-size: 17px;}

    .progress {
      position: fixed;
      inset: 0 0 auto;
      height: 3px;
      z-index: 100;
    }

    .progress span {
      display: block;
      width: 0;
      height: 100%;
      background: linear-gradient(90deg, var(--gold), var(--gold-2));
    }

    .wrap {
      width: min(var(--wrap), calc(100% - 48px));
      margin: 0 auto;
    }
    #omega-depth .wrap {
      width: min(var(--wrap-bg), calc(100% - 20px));
      margin: 0 auto;
    }

    .topbar {
      background: #071622;
      color: rgba(255,255,255,.9);
      font-size: 13px;
    }

    .topbar .wrap {
      min-height: 32px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 16px;
    }

    .nav {
      position: sticky;
      top: 0;
      z-index: 50;
      background: rgba(255,255,255,.92);
      border-bottom: 1px solid var(--line);
      backdrop-filter: blur(18px);
    }

    .nav .wrap {
        min-height: 72px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .nav-actions{
        display: flex;
        align-items: center;
        gap: 10px;
    }  

    .brand {
      display: inline-flex;
      gap: 5px;
      font-size: 20px;
      font-weight: 700;

    }

    .brand-mark {
      width: 34px;
      height: 34px;
      border-radius: 9px;
      display: grid;
      place-items: center;
      color: #fff;
      background: linear-gradient(135deg, var(--green-700), var(--green-950));
      box-shadow: 0 10px 24px rgba(13, 75, 65, .24);
    }

    .nav-links {
      display: flex;
      justify-content: center;
      gap: 22px;
      color: #34433f;
      font-size: 14px;
      font-weight: 700;
    }

    .nav-links a {
      position: relative;
      padding: 28px 0;
    }

    .nav-links a:after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 18px;
      height: 2px;
      transform: scaleX(0);
      transform-origin: left;
      background: var(--gold);
      transition: transform .2s ease;
    }

    .nav-links a:hover:after,
    .nav-links a.active:after { transform: scaleX(1); }

    .nav-actions {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    
    .btn {
        border: 0;
        border-radius: 7px;
        padding: 7px 15px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        font-weight: 600;
        cursor: pointer;
        transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

    .btn:hover { transform: translateY(-2px); }
    .btn-primary { background:var(--gold); color: #fff; box-shadow: 0 18px 38px rgba(216,173,53,.28); }
    .btn-advisory,.btn-advisory:hover , .user-initial-btn {background: var(--gold); color: #fff; box-shadow: 0 18px 38px rgba(5,43,37,.2);font-weight: 600; }
    .btn-check:focus+.btn-dark, .btn-dark:focus, .btn-check:focus+.btn, .btn:focus{border-color: none;box-shadow: none;} 
    .btn-light {color: var(--green-950); border-color: var(--line);border: 1px solid var(--line); }
    .btn-outline { background: rgba(255,255,255,.06); color: #fff; border: 1px solid rgba(255, 255, 255, 0.28); }

    .hero {
      height: 700px;
      position: relative;
      color: #fff;
      background:
       radial-gradient(circle at 82% 8%, rgba(197, 138, 34, 0.20), transparent 28%),
        radial-gradient(circle at 86% 92%, rgba(197, 138, 34, 0.16), transparent 26%),
        linear-gradient(135deg, #0b1623 0%, #111f2f 48%, #0f3f37 100%)
    }

    .hero .wrap {
      position: relative;
      z-index: 1;
      display: grid;
      align-items: center;
      padding: 78px 0 78px;
    }

    .hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(370px, .58fr);
      gap: 70px;
      align-items: center;
    }

    .kicker {
      display: inline-flex;
      align-items: center;
      border: 1px solid rgba(216,173,53,.42);
      border-radius: 999px;
      background: rgba(216,173,53,.09);
      color: var(--gold-2);
      padding: 8px 13px;
      font-size: 13px;
      font-weight: 950;
      letter-spacing: .3px;
      margin-bottom: 30px;
    }


    .hero p {
      max-width: 900px;
      color: #d8e3df;
      font-size: 18px;
      margin-bottom: 30px;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-bottom: 18px;
    }

    .hero-note {
      color: rgba(255,255,255,.67);
      font-size: 14px;
      font-weight: 750;
    }

    .hni-card {
      position: relative;
      border: 1px solid rgba(255,255,255,.15);
      border-radius: var(--radius);
      background: rgba(255,255,255,.08);
      box-shadow: 0 34px 100px rgba(0,0,0,.26);
      backdrop-filter: blur(18px);
      padding: 30px;
    }

    .hni-card h2 {
      color: #fff;
      font-size: 25px;
      line-height: 1.18;
      margin-bottom: 12px;
    }

    .hni-card p {
      font-size: 15px;
      color: rgba(255,255,255,.74);
      margin-bottom: 20px;
    }

    .hni-list {
      display: grid;
      gap: 12px;
      padding: 0;
      margin: 0;
      list-style: none;
    }

    .hni-list li {
      display: grid;
      grid-template-columns: 30px 1fr;
      gap: 12px;
      align-items: start;
      padding: 14px;
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 10px;
      background: rgba(255,255,255,.08);
      color: rgba(255,255,255,.86);
      font-weight: 750;
    }

    .num-dot {
      width: 30px;
      height: 30px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      color: var(--gold-2);
      background: rgba(216,173,53,.16);
      font-weight: 950;
    }

    .anchor {
      position: sticky;
      top: 76px;
      z-index: 40;
      background: rgba(255,255,255,.94);
      border-bottom: 1px solid var(--line);
      backdrop-filter: blur(16px);
    }
    

    .anchor .wrap {
      display: flex;
      gap: 8px;
      overflow-x: auto;
      padding: 10px 0;
      scrollbar-width: none;
    }

    .anchor .wrap::-webkit-scrollbar { display: none; }

    .anchor a {
      white-space: nowrap;
      padding: 8px 13px;
      border: 1px solid transparent;
      border-radius: 999px;
      color: #4d5a57;
      font-size: 13px;
      font-weight: 900;
    }

    .anchor a:hover,
    .anchor a.active {
      background: var(--green-100);
      border-color: rgba(13,75,65,.12);
      color: var(--green-950);
    }

    section {
      padding: 78px 0;
      /*background: #fff;*/
    }
    section.main-footer {
      padding: 0;
    }

    section.alt { background: #f7f1e7; }

    section.dark {
        background:  radial-gradient(circle at 82% 8%, rgba(197, 138, 34, 0.20), transparent 28%),
        radial-gradient(circle at 86% 92%, rgba(197, 138, 34, 0.16), transparent 26%),
        linear-gradient(135deg, #0b1623 0%, #111f2f 48%, #0f3f37 100%);
        color: #fff;
    }

    .section-head {
      max-width: 1013px;
      margin-bottom: 38px;
    }
    .none{display:none;}

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

    blockquote {
      margin: 0;
      color: #3f4f4a;
      font-style: italic;
    }

    .quote-name {
      margin-top: 18px;
      font-weight: 950;
      color: var(--green-950);
    }
    .faq {
      display: grid;
      gap: 12px;
    }
    .card,
    .path-card,
    .asset-card,
    .goal-card,
    .form-card, .help-card, .omega-card {
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background:
        linear-gradient(150deg, rgba(227,242,237,0.58), transparent 38%),
        #fff;
      padding: 22px;
      box-shadow: var(--shadow-soft);
      transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
    }

    .card:hover,
    .path-card:hover,
    .asset-card:hover,.goal-card:hover, .help-card:hover, .omega-card:hover
    {
      border-color: rgba(221,178,56,0.44);
      box-shadow: var(--shadow);
    }

    .card p,
    .path-card p,
    .asset-card p,
    .goal-card p {
      margin-bottom: 0;
      color: var(--muted);
      font-size: 16px;
    }

    .goal-grid{
      display: grid;
      gap: 18px;
    }
    .goal-grid { grid-template-columns: repeat(4, 1fr); }
    .section-head.center {
      margin-left: auto;
      margin-right: auto;
      text-align: center;
    }
   


    .assets {
      color: #fff;
      background: #050907;
    }

    .assets h2 { color: #fff; }
    .assets .lead { color: rgba(255,255,255,0.68); }

    .asset-stage {
      position: relative;
      overflow: hidden;
    }

    .asset-stage:before {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
    }

    .asset-core {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: 0.78fr 1.22fr;
      gap: 24px;
      align-items: stretch;
    }
   
    .asset-center {
      min-height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 32px;
      border: 1px solid rgba(242,216,121,0.22);
      border-radius: 26px;
      background:
        radial-gradient(circle at 70% 20%, rgba(242,216,121,0.18), transparent 34%),
        rgba(255,255,255,0.08);
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.12);
    }

    .asset-center strong {
      display: block;
      max-width: 360px;
      color: #fff;
      font-size: clamp(34px, 4vw, 56px);
      line-height: 0.95;
      letter-spacing: -1.8px;
    }

    .asset-center span {
      display: block;
      max-width: 360px;
      margin-top: 22px;
      color: rgba(255,255,255,0.66);
      font-size: 16px;
    }

    .asset-note {
      margin-top: 56px;
      padding-top: 22px;
      border-top: 1px solid rgba(255,255,255,0.12);
      color: var(--gold-soft);
      font-size: 13px;
      font-weight: 850;
    }

    .asset-map {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 12px;
    }

    .asset-group {
      min-height: 210px;
      padding: 20px;
      border: 1px solid rgba(255,255,255,0.12);
      border-radius: 22px;
      background: rgba(255,255,255,0.07);
      backdrop-filter: blur(12px);
    }

    .asset-group strong {
      display: block;
      margin-bottom: 12px;
      color: var(--gold-soft);
      font-size: 18px;
      letter-spacing: -0.3px;
    }

    .asset-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .asset-tags li {
      padding: 7px 9px;
      border: 1px solid rgba(255,255,255,0.12);
      border-radius: 999px;
      color: rgba(255,255,255,0.72);
      background: rgba(255,255,255,0.055);
      font-size: 12px;
      font-weight: 760;
    }
   
    .eyebrow {
      margin-bottom: 10px;
      color: var(--gold-2);
      font-size: 12px;
      font-weight: 950;
      letter-spacing: 1.3px;
      text-transform: uppercase;
    }

    section:not(.dark) .eyebrow { color: var(--gold); }

/*    h2 {
      margin-bottom: 16px;
      font-size: clamp(32px, 4vw, 50px);
      line-height: 1.12;
      letter-spacing:-0.025em;
    }*/

    h3 {
      margin-bottom: 10px;
      font-size: 22px;
      line-height: 1.18;
    }

    .lead {
         color: var(--muted);
        font-size: 17px;
        margin-bottom: 0;
        font-weight:normal;
      }
    .lead-invest{
         font-size: 17px;
         margin-bottom: 0;
         font-weight: normal;
         color: var(--muted);
    }

    .dark .lead,
    .dark p { color: rgba(255,255,255,.78); }

    .stats {
      position: absolute;
      z-index: 5;
      padding: 0;
      width: 100%;
      bottom : -70px;
    }

    .stats-grid {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      overflow: hidden;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: rgba(255,255,255,.96);
       box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.20);
    }

    .stat {
      min-height: 118px;
      display: grid;
      place-items: center;
      text-align: center;
      padding: 20px;
      border-right: 1px solid var(--line);
      background:#fff;
    }

    .stat:last-child { border-right: 0; }
    .stat strong { display: block; margin-bottom: 8px; color: var(--green-950); font-size: 34px; line-height: 1; letter-spacing: -.8px; }
    .stat span { color: var(--muted); font-size: 13px; font-weight: 850; }

    .grid-2 {
      display: grid;
      grid-template-columns: .94fr 1.06fr;
      gap: 56px;
      align-items: center;
    }

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

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

    .card {
      border: 1px solid var(--line);
      /*border-radius: var(--radius);*/
      border-radius: 10px;
      background: #fff; 
      padding: 24px;
      box-shadow: var(--shadow-soft);
      transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
    }

    .card:hover {
      transform: translateY(-5px);
      border-color: rgba(216,173,53,.42);
      box-shadow: var(--shadow);
    }

    .card p {
      color: var(--muted);
      margin-bottom: 0;
    }

    .dark-card {
      background: rgba(255,255,255,.07);
      border-color: rgba(255,255,255,.14);
      box-shadow: none;
      color: #fff;
    }

    .dark-card p { color: rgba(255,255,255,.76); }

    .icon {
      width: 42px;
      height: 42px;
      display: grid;
      place-items: center;
      /*margin-bottom: 16px;*/
      border-radius: 10px;
      background: var(--green-100);
      color: var(--green-950);
      font-weight: 950;
    }

    .dark-card .icon {
      background: rgba(216,173,53,.16);
      color: var(--gold-2);
    }

    .panel {
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background:
        linear-gradient(135deg, rgba(216,173,53,.12), transparent 34%),
        var(--soft);
      padding: 34px;
      box-shadow: var(--shadow-soft);
    }

    .check-list {
      list-style: none;
      padding: 0;
      margin: 20px 0 0;
      display: grid;
      gap: 5px;
    }

    .check-list li {
      display: grid;
      /*grid-template-columns: 22px 1fr;*/
      gap: 10px;
      color: #33443f;
      font-size:14px;
    }

    .check-list li:before {
      content: "";
      width: 18px;
      height: 18px;
      margin-top: 3px;
      border-radius: 50%;
      background: radial-gradient(circle, var(--gold) 0 34%, rgba(216,173,53,.18) 36% 100%);
    }

    .office-map {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 12px;
    }

    .office-step {
      position: relative;
      min-height: 210px;
      padding: 22px;
      border-radius: var(--radius);
      border: 1px solid rgba(255,255,255,.14);
      background: rgba(255,255,255,.08);
    }

    .office-step span {
      display: inline-grid;
      place-items: center;
      width: 36px;
      height: 36px;
      margin-bottom: 18px;
      border-radius: 50%;
      background: rgba(216,173,53,.16);
      color: var(--gold-2);
      font-weight: 950;
    }

    .office-step h3 { color: #fff; }
    .office-step p { color: rgba(255,255,255,.74); font-size: 14px; }

    .tabs {
      overflow: hidden;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: #fff;
      box-shadow: var(--shadow-soft);
    }

    .tab-buttons {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      border-bottom: 1px solid var(--line);
      background: var(--soft);
    }
    #omega-way .tab-buttons {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      border-bottom: 1px solid var(--line);
      background: var(--soft);
    }
    .tab-buttons button {
      min-height: 60px;
      border: 0;
      border-right: 1px solid var(--line);
      background: transparent;
      color: #53625e;
      font-weight: 950;
      cursor: pointer;
    }

    .tab-buttons button:last-child { border-right: 0; }

    .tab-buttons button.active {
      background: #fff;
      color: var(--green-950);
      box-shadow: inset 0 -3px 0 var(--gold);
    }

    .tab-panel {
      display: none;
      /*grid-template-columns: .95fr 1.05fr;*/
      gap: 34px;
      padding: 34px;
      align-items: start;
    }

    .tab-panel.active { display: grid; }

    .asset-map {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 18px;
    }

    .asset-card {
      border: 1px solid var(--line);
      border-radius:8px;
      background: #fff;
      padding: 24px;
      box-shadow: var(--shadow-soft);
          min-height: 320px;
    }
    .asset-card p{min-height: 48px;font-size:15px;}

    .asset-card.featured {
      background: linear-gradient(135deg, var(--green-950), var(--green-800));
      color: #fff;
      border-color: rgba(255,255,255,.12);
    }

    .asset-card.featured p,
    .asset-card.featured li { color: rgba(255,255,255,.82); }

    .asset-card ul {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      padding: 0;
      margin: 14px 0 0;
      list-style: none;
    }

    .asset-card li {
      border: 1px solid var(--line);
      border-radius: 999px;
      background: var(--soft);
      color: #42534e;
      padding: 7px 10px;
      font-size: 13px;
      font-weight: 850;
    }

    .asset-card.featured li {
      border-color: rgba(255,255,255,.18);
      background: rgba(255,255,255,.08);
    }

    .path-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 22px;
      align-items: stretch;
    }

    .path-card {
      position: relative;
      overflow: hidden;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: #fff;
      padding: 32px;
      box-shadow: var(--shadow-soft);
    }

    .path-card:before {
      content: "";
      position: absolute;
      inset: 0 0 auto;
      height: 5px;
      background: linear-gradient(90deg, var(--green-800), var(--gold));
    }

    .path-card.legacy {
      color: #fff;
      border-color: rgba(255,255,255,.14);
      background: linear-gradient(135deg, #071f1b, #0b4439);
    }

    .path-card.legacy p { color: rgba(255,255,255,.78); }

    .label {
      display: inline-flex;
      min-height: 30px;
      align-items: center;
      margin-bottom: 18px;
      padding: 6px 10px;
      border-radius: 999px;
      background: var(--green-100);
      color: var(--green-950);
      font-size: 12px;
      font-weight: 950;
      text-transform: uppercase;
      letter-spacing: .4px;
    }

    .legacy .label {
      border: 1px solid rgba(216,173,53,.32);
      background: rgba(216,173,53,.16);
      color: var(--gold-2);
    }
    .label1{color: var(--gold-2);}

    .path-list {
      display: grid;
      gap: 10px;
      padding: 0;
      margin: 22px 0 26px;
      list-style: none;
    }

    .path-list li {
      display: grid;
      grid-template-columns: 20px 1fr;
      gap: 10px;
      color: #3f4f4a;
      font-weight: 760;
    }

    .legacy .path-list li { color: rgba(255,255,255,.84); }
    .path-list li:before { content: "+"; color: var(--gold); font-weight: 950; }

    .fees-grid {
      display: grid;
      grid-template-columns: 1.12fr .88fr;
      gap: 22px;
      align-items: stretch;
    }

    .fee-table {
      overflow: hidden;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: #fff;
      box-shadow: var(--shadow-soft);
    }

    .fee-row {
      display: grid;
      grid-template-columns: 1fr 180px;
      gap: 18px;
      align-items: center;
      padding: 18px 22px;
      border-bottom: 1px solid var(--line);
    }

    .fee-row:last-child { border-bottom: 0; }
    .fee-row.header { background: var(--green-950); color: #fff; font-weight: 950; }
    .fee-row strong { color: var(--green-950); }
    .fee-row.header strong { color: #fff; }
    .fee-row span:last-child { text-align: right; font-weight: 950; }

    .legacy-fee {
      padding: 30px;
      border-radius: var(--radius);
      color: #fff;
      background:
        radial-gradient(circle at 88% 12%, rgba(216,173,53,.18), transparent 28%),
        linear-gradient(135deg, #071f1b, #0b4439);
      box-shadow: var(--shadow);
    }

    .legacy-fee p { color: rgba(255,255,255,.78); }

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

    .library-card {
      min-height: 220px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: #fff;
      padding: 24px;
      box-shadow: var(--shadow-soft);
    }

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

    .library-card a {
      color: var(--green-950);
      font-weight: 950;
      border-bottom: 2px solid var(--gold);
      align-self: flex-start;
    }

    .objection-grid {
      display: grid;
      grid-template-columns: .8fr 1.2fr;
      gap: 30px;
      align-items: start;
    }

    .accordion {
      display: grid;
      gap: 12px;
    }

    details {
      border: 1px solid var(--line);
      border-radius: var(--radius-sm);
      background: #fff;
      padding: 0 18px;
      box-shadow: 0 10px 22px rgba(6,43,37,.04);
    }

    summary {
      cursor: pointer;
      padding: 18px 0;
      color: var(--green-950);
      font-weight: 700;
    }

    details p {
      color: var(--muted);
      margin-bottom: 18px;
    }

    .consultation {
      padding: 0;
      color: #fff;
      /*background: var(--green-950);*/
          background: radial-gradient(circle at 82% 8%, rgba(197, 138, 34, 0.20), transparent 28%), radial-gradient(circle at 86% 92%, rgba(197, 138, 34, 0.16), transparent 26%), linear-gradient(135deg, #0b1623 0%, #111f2f 48%, #0f3f37 100%);
    }

    .consultation-box {
      display: grid;
      grid-template-columns: .85fr 1.05fr;
      gap: 30px;
      align-items: center;
      padding: 78px 0;
    }

    .form-card {
      border-radius: var(--radius);
      background: #fff;
      color: var(--ink);
      padding: 26px;
      box-shadow: var(--shadow);
    }

    .form-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
    }

    label {
      /*display: grid;*/
      gap: 7px;
      color: #43514e;
      font-size: 14px;
      font-weight: 600;
    }

    .full { grid-column: 1 / -1; }

    input, select, textarea {
    width: 100%;
    border: 1px solid #d5cec2;
    border-radius: 7px;
    padding: 13px 12px;
    color: var(--ink);
    background: white;
    outline: none;
    font-size:0.89rem;
}

  

    textarea {
      min-height: 94px;
      resize: vertical;
      font-weight:300;
    }

    .compliance {
      padding: 18px 0;
      background: #1c1f20;
      color: #fff;
      text-align: center;
      font-size: 13px;
      font-weight: 700;
    }

    

    .floating {
      position: fixed;
      right: 22px;
      bottom: 22px;
      z-index: 45;
      display: none;
      align-items: center;
      gap: 12px;
      padding: 12px 14px 12px 16px;
      border-radius: 999px;
      color: #fff;
      background: rgba(5,43,37,.94);
      box-shadow: var(--shadow);
      backdrop-filter: blur(16px);
    }

    .floating.visible { display: flex; }

    .reveal.in-view {
      opacity: 1;
      transform: none;
    }

    @media (max-width: 1060px) {
      .nav .wrap {
        grid-template-columns: auto auto;
        justify-content: space-between;
      }

      .nav-links { display: none; }

      .hero-grid,
      .grid-2,
      .objection-grid,
      .fees-grid,
      .consultation-box {
        grid-template-columns: 1fr;
      }

      .hero .wrap { min-height: auto; }

      .stats-grid,
      .grid-4,
      .office-map,
      .asset-map,
      .library-grid,
      .footer-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

   

    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      *, *:before, *:after {
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .001ms !important;
      }
      .reveal { opacity: 1; transform: none; }
    }


    /* Presentation refinements */
    .nav-links { gap: 20px; }
    .nav-links a { font-size: 13.5px; }
    /*.hero-grid-simple { max-width: 1040px; }*/

    .hero-copy-highlight {
      display: inline-flex;
      flex-wrap: wrap;
      gap: 8px;
      margin: 6px 0 26px;
      padding: 0;
      list-style: none;
    }
    .hero-copy-highlight li {
      border: 1px solid rgba(255,255,255,.18);
      border-radius: 999px;
      background: rgba(255,255,255,.08);
      color: rgba(255,255,255,.82);
      padding: 8px 12px;
      font-size: 13px;
      font-weight: 700;
    }
    .diagnosis-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 50px;
      margin-top: 28px;
    }
    .diagnosis-card {
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: #fff;
      padding: 24px;
      box-shadow: var(--shadow-soft);
    }
    .diagnosis-card strong {
      display: block;
      margin-bottom: 8px;
      color: var(--green-950);
      font-size: 21px;
      font-weight: 500;
    }
    .flow-line {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
      margin-top: 30px;
    }
    .flow-pill {
      border: 1px solid rgba(216,173,53,.34);
      border-radius: 999px;
      background: rgba(216,173,53,.1);
      color: var(--green-950);
      padding: 12px 14px;
      text-align: center;
      font-weight: 950;
    }
    .journey-card p { font-size: 15px; }
    .asset-roles {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
    }
    .asset-role {
      min-height: 245px;
      border: 1px solid rgba(255,255,255,.14);
      border-radius: var(--radius);
      background: rgba(255,255,255,.08);
      padding: 26px;
    }
    .asset-role .role-word {
      display: inline-flex;
      margin-bottom: 18px;
      border: 1px solid rgba(216,173,53,.28);
      border-radius: 999px;
      background: rgba(216,173,53,.14);
      color: var(--gold-2);
      padding: 7px 11px;
      font-size: 12px;
      font-weight: 950;
      text-transform: uppercase;
      letter-spacing: .4px;
    }
    .asset-role h3 { color: #fff; }
    .asset-role p { color: rgba(255,255,255,.76); }
    .asset-role small {
      display: block;
      margin-top: 16px;
      padding-top: 16px;
      border-top: 1px solid rgba(255,255,255,.12);
      color: #e9e9e9;
      font-weight: 800;
      line-height: 1.45;
    }
    .range {
      display: inline-flex;
      margin: 8px 0 18px;
      border-radius: 999px;
      background: rgba(216,173,53,.13);
      color: var(--green-950);
      padding: 8px 12px;
      font-weight: 950;
    }
    .legacy .range {
      border: 1px solid rgba(216,173,53,.32);
      background: rgba(216,173,53,.15);
      color: var(--gold-2);
    }
    .library-list {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 12px;
    }
    .library-list .goal-card { padding: 25px; }
   
    .quote-focus {
      display: inline-flex;
      margin-bottom: 14px;
      color: var(--gold);
      font-size: 12px;
      font-weight: 950;
      text-transform: uppercase;
      letter-spacing: .5px;
    }
    .form-note-small {
      margin: 12px 0 0;
      color: var(--muted);
      font-size: 12px;
      font-weight: 760;
    }
    
   
            .highlight{
                color: var(--gold-2);
                font-family: Georgia, "Times New Roman", serif;
                font-style: italic;
                letter-spacing: -0.03em;
            }
            html {
                scroll-behavior: smooth;
            }

            section[id] {
                scroll-margin-top: 100px;
            }

            
            .form-input,
            #datetimepicker1>input[type="text"],
            #datetimepicker1>.input-group-addon {
                box-sizing: border-box;
                box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
                width: inherit;
            }

            #datetimepicker1>input[type="text"] {
                z-index: 0;
                width: 95% !important;
                color: #808587;
            }

            input#datetimepickerinput {
                color: #FFFFFF33;
            }

            #datetimepicker1>.input-group-addon {
                width: 25px;
                border-top-left-radius: 0px;
                border-bottom-left-radius: 0px
            }
            .form-grid {
                display: grid;
                grid-template-columns: 0.85fr 1.15fr;
                gap: 34px;
                align-items: start;
            }


            #datetimepicker1>input[type="text"],
            #datetimepicker1>.input-group-addon {
                box-sizing: border-box;
                box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
                width: inherit;
            }

            #datetimepicker1>input[type="text"] {
                z-index: 0;
                width: 95% !important;
                color: #808587;
            }

            input#datetimepickerinput {
                color: #FFFFFF33;
            }

            #datetimepicker1>.input-group-addon {
                width: 25px;
                border-top-left-radius: 0px;
                border-bottom-left-radius: 0px
            }
            form .field.full {
                grid-column: 1 / -1;
            }
         .brand{align-items: start;}
           
        

          #omegaHeader {
            width: 100%;
            line-height:1;
        }

        #omegaHeader.is-sticky 
        {
            position: sticky;
            top: 0;
            left: 0;
            right: 0;
            width: 100%;
            z-index: 1050;
            background: #fff;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        }

        #omegaHeader.is-sticky .main-navbar {
            background: #fff;
        }
        .read-all-link {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            color: #111;
            font-size: 16px;
            font-weight: 700;
            text-decoration: none;
            padding-bottom: 4px;
            transition: all 0.25s ease;
        }

        .read-all-link:hover {
            transform: translateY(-2px);
        }
          #library{padding: 7rem 0;}
          
         .menu-btn {
            display: none;
            margin-left: auto;
            border: 1px solid var(--line);
            background: #fff;
             width: 44px; 
             height: 44px; 
            border-radius: 12px;
            font-size: 1.25rem;
            color: var(--green);
        }
        .main-navbar .nav-links a{font-size: 0.92rem;font-weight: 700;}
        .user-initial-btn { letter-spacing: 1px;height: 46px;width: 46px;    border-color: #082f2a;background: #082f2a !important;}
        
    .reveal {
        opacity: 0;
        transform: translateY(18px);
        transition: opacity 0.75s ease, transform 0.75s ease;
    }

    .reveal.visible {
        opacity: 1;
        transform: translateY(0);
    }
    .btn-outline-dark:hover{
        color: #333;
        background-color: #fff;
        transform: translateY(-1px);
    }
     
 @media (max-width: 720px) { 
      .brand{font-size: 20px;font-weight: 700;}
      .wrap { width: min(var(--wrap), calc(100% - 32px)); }
      .topbar .wrap span:last-child,
      .nav-actions .btn-light { display: none; }
      .nav .wrap { min-height: 55px; }
      .hero .wrap { padding:54px 0; }
      section {padding: 54px 0;}
      .stats-grid,
      .grid-3,
      .grid-4,
      .office-map,
      .tab-panel.active,
      .asset-map,
      .path-grid,
      .library-grid,
      .form-grid,
      .footer-grid { grid-template-columns: 1fr;}
      .tab-buttons { grid-template-columns: 1fr 1fr; }
      .stat { border-right: 0; border-bottom: 1px solid var(--line); }
      .stat:last-child { border-bottom: 0; }
      .fee-row { grid-template-columns: 1fr; }
      .fee-row span:last-child { text-align: left; }
      .hero-actions .btn { width: 100%; }
      /*.nav-actions .btn { width: auto; }*/
      .floating { left: 16px; right: 16px; justify-content: space-between; }
      .enyuiry-form{display: unset;}
      .field{margin-bottom:20px;}
      .bootstrap-datetimepicker-widget.dropdown-menu{
            width: 100% !important;
            min-width:100%!important;
            max-width: 100% !important;
       }
        .menu-btn {display: block; width: 40px;height: 40px;}
        .wrap .nav-links.open{
            display:grid;position:fixed;top:56px;left:35px;right:12px;
            background:#fff;border:1px solid #ccc;
            border-radius:18px;padding:20px;box-shadow:var(--shadow);
            gap: 25px;
            justify-content: start;
        }
        .wrap .nav-links a{padding:0; }
        .lead-invest, #why .lead, .lead{font-size:16px;}
         .reveal {
            opacity: 1;
            transform: none;
            transition: none;
        }
        .nav-links a:after{ background: #fff;}
        
            .nav-links {
        display: none;
        position: absolute;
        left: 20px;
        right: 20px;
        top: 70px;
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 16px;
        padding: 16px;
        flex-direction: column;
        align-items: stretch;
    }
     .stats {
      bottom: 50px;
    }
}
        

    .icon-premium {width: 65px; height: 65px; display: flex; align-items: center; justify-content: center;  border-radius: 12px; background-color: #1a4d4a; border: 1px solid #1a4d4a;margin: 0;transition: all 0.3s ease;}
    .icon-premium i { color: #d4af37; font-size: 32px; transition: color 0.3s ease;}
    #toolsSection .nav-link{color: #333; font-weight: 500;font-size: 0.90rem;}
    .bg-body-secondary { --bs-bg-opacity: 1; background-color:  #f7faf7;}
    .why-omega h3{color:#333;}
    .why-omega p{color:#333;}
    #goals .btn-primary:hover, #why .btn-primary:focus{border-color: transparent!important;} 
    .modal-backdrop.show {opacity: .8;}
    #omega-way .nav-link{color: #53625e;}
    #omega-way .nav-link:hover, #omega-way .nav-link:focus-visible,#omega-way .nav-item{border:none;outline: none;}
    /*#omega-way .nav-link.active, #omega-way .nav-link:hover{font-weight: 500!important;background:#fff;}*/
    .success {display: none; margin-top: 16px; border-radius: var(--radius);background: #e9f4f0;color: var(--green);padding: 13px 14px; font-weight: 850;}
    .form-note {color: var(--muted);font-size: 13px; margin: 12px 0 0;}
   .compare {
      width: 50%;
      border-collapse: collapse;
      background: #fff;
      border-radius: var(--radius);
      overflow: hidden;
      box-shadow: var(--shadow-soft);
      border: 1px solid var(--line);
    }

    .compare th,
    .compare td {
      padding: 18px 20px;
      border-bottom: 1px solid var(--line);
      text-align: left;
      vertical-align: top;
    }

    .compare th {
      background: var(--green-950);
      color: #fff;
      font-size: 13px;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .compare tr:last-child td { border-bottom: 0; }
    .compare td:first-child { font-weight: 900; color: var(--green-950); }
    .compare td { color: var(--muted); }
    #why .icon-premium{width: 50px;height: 50px;}
    #why .card-head{font-size:18px;}
    #why .help-card{padding:30px 20px!important;} 
    #advice table th{font-size:14px;vertical-align: middle;}
    #advice table td{font-size:14px; height: 115px;vertical-align: middle;}
    #library h4{color:#212529 !important;font-size: 17px;}
    .mute{background: radial-gradient(circle at 12% 12%, rgba(197, 138, 34, 0.14), transparent 28%), linear-gradient(135deg, var(--cream), #fff);}
    
    
    /* Omega Values */

.omega-values {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 18px;
}

.omega-card {
    grid-column: span 2;
    padding: 25px;
    min-height: 330px;
    background: #ffffff;
    border-radius: 18px;
    position: relative;
    overflow: hidden;
}



/* Decorative number */

.omega-number {
    font-size: 25px;
    font-weight: 800;
    line-height: 1;
    color: #e9efeb;
    background: #0f3f37;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    padding: 5px;
    font-size: 1rem;
}


/* Heading */

.omega-card h3 {
    font-size: 17px;
    line-height: 1.35;
    font-weight: 500;
    color: #12211e;
    margin-bottom: 18px;
}


/* Paragraph */

.omega-card p {
    font-size: 15px;
    /*line-height: 1.7;*/
    color: #52615c;
    /*margin-bottom: 25px;*/
}


/* Link */

.omega-link {
    color: #0f3f37;
    font-size: 20px;
    font-weight: 600;
    line-height:normal;

    text-decoration: none;
}

.omega-link span {
    font-size: 18px;
    margin-left: 5px;
}

.pm-vs-side.pub .pm-vs-row {
    cursor: pointer;
    transition: all 0.25s ease;
}


/* Hover effect */
.pm-vs-side.pub .pm-vs-row:hover {
    background: rgba(19, 155, 74, 0.06);
    /*background:#fff7e2;*/
}

.pm-vs-row {
    display: flex;
    gap: .9rem;
    align-items: flex-start;
    padding: 12px 0;
    border-top: 1px solid;
}
/* Active item */


.pm-vs-side.pub .pm-vs-row.active, .pm-vs-side.pub .pm-vs-row:hover {
   background: #9969101a;
}



.private-content {
    display: none;
}
.private-content .pm-vs-v {
   font-weight:normal;
}

.private-content.active {
    display: block;
    animation: fadeInPrivate 0.35s ease;
}


@keyframes fadeInPrivate {

    from {
        opacity: 0;
        transform: translateX(10px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }

}
.pm-vs {
    display: grid;
    grid-template-columns: 1fr 2fr;
    max-width: 1180px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #cdd8d4;
    box-shadow: 0 26px 64px -32px rgba(19, 42, 38, .5);
}
.pm-vs{border-color:var(--line);border-radius:12px;box-shadow:var(--shadow);}
    .pm-vs-side.pub{background:#fbf8f1;}
    .pm-vs-side.pri{background:radial-gradient(circle at 16% 86%,rgba(20,89,77,.36),transparent 30%),    linear-gradient(135deg,#0b1623 0%,#111f2f 48%,#0f3f37 100%);}
    .pm-vs-side{padding:28px;}
    .pm-vs-v{font-size:16px;font-weight: 500;}
    .pm-vs-head{font-size:12px;letter-spacing:.14em;}
    .pm-vs::after{background:linear-gradient(180deg,rgba(226,170,69,0),var(--gold-2) 18%,var(--gold) 50%,var(--gold-2) 82%,rgba(226,170,69,0));}
    .pm-aif-tabs{background:#f1eadc;border:1px solid var(--line);}
    .pm-aif-tabs button{color:var(--muted);}
    .pm-aif-tabs button.active{background:var(--green);color:#fff;box-shadow:0 9px 20px -9px rgba(15,63,55,.55);}
    .pm-aif-arrow{border-color:var(--line);color:var(--green);}
    .pm-aif-arrow:hover{border-color:var(--gold);color:var(--gold);}
.pri .pm-vs-head {
    color: #c29d59;
}
.pub .pm-vs-row {
    border-color: #dcded3;
}
#difference .bi{font-size: 1.3rem;padding-left:10px;}
.pm-vs-side.pub {
    background: #fff;
}
.pri .pm-vs-row{color:#fff;}
.pm-vs-k{font-size:22px;margin-bottom: 25px;line-height:1.25;font-weight: 600;}
.pri .pm-vs-row > .bi {
    color: var(--gold);font-size: 1.3rem;
}
.method-grid {
    width:1100px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border: 1px solid #e2dbcf;
    background: white;
    border-radius:10px;
    padding:10px;
    }

    .method-card {
    border: 0;
    border-radius: 0;
    border-right: 1px solid #e2dbcf;
    border-bottom: 1px solid #e2dbcf;
    min-height: 180px;
    position: relative;
    }

    .method-card:nth-child(2n) { border-right: 0; }
    .method-card:nth-last-child(-n + 2) { border-bottom: 0; }

    .method-no {
    position: absolute;
    right: 24px;
    top: 20px;
    color: rgba(197, 138, 34, 0.18);
    font-size: 46px;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 700;
    }

    .method-card.featured {
    background: #0b1623;
    }

    .method-card.featured h3 { color: white; }
    .method-card.featured p { color: #cbd7d3; }
    
   .method-card h4 {
    margin: 0 0 9px;
    color: #0b1623;
    font-size: 22px;
    line-height: 1.2;
}
 .method-card p{
    margin: 0;
    color: var(--muted);
}
.read-more {
    display: inline-flex;
    margin-top: 18px;
    color: #c58a22;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

#advice table th{background-color: #063226 !important;height:75px;
color:#fff;
}
.asset-card .rule{height: 1px;
    background:#e2dbcf;
    margin: 16px 0;}
.asset-card strong {
    display: block;
    color: var(--green);
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.1em;
    margin-bottom: 4px;
}
.asset-card .label {
    background: #fff;
    color: var(--green-950);;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.12em;
    font-weight: 900;
    margin-bottom: 8px;
    padding: 0;
}
/*#assets {}  */
#fit .diagnosis-section{border-right:1px solid #e3e3e3;}
#fit .diagnosis-section:last-child{border-right:none;}
.diagnosis-section .lead{    font-size: 16px;}

/*fpt start*/

.fpt .cards{display:flex;gap:30px;flex-wrap: wrap;  justify-content: center;}
.fpt .card{width: 510px;background:rgb(254 250 246);border:1px solid #eee;border-radius:10px;padding:25px 25px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 5px 18px rgba(0,0,0,.05)}
.fpt .left{display:flex;gap:28px;align-items:flex-start}
.fpt .icon{width:155px;height:66px;border-radius:50%;background:#fff;display:grid;place-items:center;box-shadow:0 3px 12px rgba(0,0,0,.08)}
.fpt .tag{font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:6px}
.fpt h3{font-size:22px;margin-bottom:6px;font-weight:600;}
.fpt p{font-size:16px;color:#666;line-height:normal;}

.arrow{font-size:28px}
.green{color:#1f5b43}.blue{color:#295fb7}.purple{color:#7553d6}.orange{color:#b97a18}
svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}


 /* Connected system */
    .system-wrap{
      position:relative;
      min-height:470px;
      display:grid;
      place-items:center;
    }
    .system-svg{
      position:absolute;
      width:88%;
      height:88%;
      overflow:visible;
    }
    .system-svg line{
      stroke:rgba(255,255,255,.28);
      stroke-width:1.5;
      stroke-dasharray:5 7;
    }
    .system-core{
      width:140px;
      height:140px;
      border-radius:50%;
      display:grid;
      place-items:center;
      text-align:center;
      padding:26px;
      color:#10211f;
      background:var(--gold);
      box-shadow:0 0 0 22px rgba(215,154,43,.09);
      position:relative;
      z-index:3;
      font-weight:800;
      line-height:1.2;
    }
    .system-node{
      position:absolute;
      width:190px;
      min-height:190px;
      padding:25px;
      border-radius:50%;
      display:flex;
      flex-direction:column;
      align-items:center;
      justify-content:center;
      text-align:center;
      background:rgba(255,255,255,.055);
      border:1px solid rgba(255,255,255,.19);
      backdrop-filter:blur(10px);
    }
    .system-node i{color:#f4bd58;width:34px;height:34px;margin-bottom:12px}
    .system-node strong{font-size:1.12rem;margin-bottom:7px}
    .system-node span{font-size:.91rem;color:#d8e3df;} 
    .node-people{top:-76px;left:50%;transform:translateX(-50%)}
    .node-process{bottom:5%;left:8%}
    .node-platform{bottom:5%;right:8%}
    .system-copy{max-width:520px}
    .system-loop{
      margin-top:32px;
      border-left:1px solid rgba(255,255,255,.2);
      padding-left:24px;
    }
    .system-loop p{color:#d8e3df;}
    .system-loop strong{color:#fff}
    #paths h3{font-size: 25px;font-weight: 700;}
    .path-card.legacy{color: rgba(255, 255, 255, .78);}
    .color-5c5c5c{color:#5c5c5c;} 
    
     @media (max-width: 991.98px) {

    .system-wrap{
        min-height:550px;
    }

    .system-core{
        width:120px;
        height:120px;
        font-size:16px;
    }

    .system-node{
        width:160px;
        min-height:160px;
        padding:20px;
    }

    .system-node strong{
        font-size:1rem;
    }

    .system-node span{
        font-size:.82rem;
    }

    .node-people{
        top:0;
        left:50%;
        transform:translateX(-50%);
    }

    .node-process{
        bottom:5%;
        left:2%;
    }

    .node-platform{
        bottom:5%;
        right:2%;
    }

    .system-svg{
        width:95%;
        height:95%;
    }
}
@media (max-width: 767.98px) {

    .system-wrap{
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
        min-height: auto;
        padding: 20px 0 30px;
    }

    /* Vertical connecting line */
    .system-wrap::before{
        content: "";
        position: absolute;
        top: 80px;
        bottom: 80px;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        background: rgba(255,255,255,.25);
        border-radius: 2px;
        z-index: 0;
    }

    .system-svg{
        display: none;
    }

    .system-node,
    .system-core{
        position: relative;
        z-index: 2;
    }

    .system-node{
        width: 100%;
        max-width: 320px;
        min-height: auto;
        padding: 22px;
        border-radius: 22px;
        position: static;
        transform: none;
    }

    .system-core{
        width: 110px;
        height: 110px;
        margin: 0;
        box-shadow: 0 0 0 18px rgba(215,154,43,.08);
        font-size: 15px;
    }

    .node-people{order:1;}
    .system-core{order:2;}
    .node-process{order:3;}
    .node-platform{order:4;}
}

/*fpt end*/
.method-grid {
    --method-green: #0f513f;
    --method-gold: #c68a1b;
    --method-border: #e8dfd1;
    --method-heading: #071a2a;
    --method-text: #182d3b;
    --method-muted: #536672;
    --method-bg: #fffdfa;

    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    overflow: visible;
    border: 1px solid var(--method-border);
    border-radius: 16px;
    background: var(--method-bg);
}

/* Individual sections */

#why .method-card {
    position: relative;
    padding: 30px 40px;
    background: #fff;
}
#why .method-card:last-child{border-bottom:none;}

.method-card-1,
.method-card-3 {
    border-right: 1px solid var(--method-border);
}

.method-card-1,
.method-card-2 {
    border-bottom: 1px solid var(--method-border);
}

.method-card-1 {
    border-radius: 16px 0 0 0;
}

.method-card-2 {
    border-radius: 0 16px 0 0;
}

.method-card-3 {
    border-radius: 0 0 0 16px;
}

.method-card-4 {
    border-radius: 0 0 16px 0;
}

/* Heading and icon */

.method-heading-row {
    display: flex;
    align-items: center;
    gap: 22px;
    /*min-height: 66px;*/
}

.method-icon {
    display: flex;
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(198, 138, 27, 0.2);
    border-radius: 50%;
    background: #fffdfa;
    box-shadow: 0 5px 14px rgba(65, 46, 13, 0.08);
}

.method-icon svg {
    width: 37px;
    height: 37px;
    fill: none;
    stroke: var(--method-gold);
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

#why .method-card h4 {
    margin: 0;
    color: var(--method-heading);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    /*margin-left: 5.2rem;*/
}



.method-card .read-more {
    margin: 14px 0 10px;
    color: var(--method-gold);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.025em;
    text-transform: uppercase;
}

.method-card p {
    max-width: 530px;
    margin: 0 0 15px;
    color: var(--method-muted);
    font-size: 15px;
    line-height: 1.55;
}

/* Pale large step number */

.method-no {
    position: absolute;
    top: 16px;
    right: 37px;
    color: rgb(196 137 33);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 1;
}

.method-card-3 .method-no {
    top: 11px;
    right: 38px;
}

.method-card-4 .method-no {
    top: 9px;
    right: 36px;
}

/* Bullet list */

.check-list {
    display: grid;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.check-list li {
    position: relative;
    padding-left: 24px;
    font-size: 15px;
    line-height: 1.35;
    color: var(--method-muted);
}

.check-list li::before {
    content: "";
    position: absolute;
    top: 0.48em;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--method-gold);
}

/* Central cycle */

.method-process {
    position: absolute;
    top: 50%;
    left: 49%;
    z-index: 20;
    width: 240px;
    height: 240px;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.method-process__arrows {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.process-arrow-path {
    fill: none;
    stroke: var(--method-gold);
    stroke-width: 2.3;
    stroke-linecap: round;
    marker-end: url("#processArrow");
}

/* Center white circle */

.method-process__center {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    width: 128px;
    height: 128px;
    transform: translate(-50%, -50%);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid rgba(198, 138, 27, 0.42);
    border-radius: 50%;
    background: #fffdfa;
    box-shadow: 0 5px 13px rgba(54, 37, 11, 0.08);
    color: #101a22;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.42;
    text-align: center;
}

/* Number nodes */

.process-step {
    position: absolute;
    z-index: 4;
    display: flex;
    width: 39px;
    height: 39px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--method-green);
    background: #fff;
    box-shadow: 0 3px 8px rgba(15, 81, 63, 0.18);
/*    color: #ffffff;*/
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

/* Match screenshot positions */

.process-step--1 {
       top: 45px;
    left: 13%;
    /*transform: translateX(-50%);*/
}

.process-step--2 {
        top: 14%;
    right: 45px;
    /*transform: translateY(-50%);*/
}

.process-step--3 {
        bottom: 49px;
    left: 71%;
    /*transform: translateX(-50%);*/
}

.process-step--4 {
    top: 68%;
    left: 41px;
    /*transform: translateY(-50%);*/
}

/* Tablet */

@media (max-width: 1100px) {
    .method-card {
        min-height: 370px;
        /*padding: 32px 32px;*/
    }

    .method-content {
        padding-left: 0;
        margin-top: 12px;
    }

    .method-heading-row {
        gap: 16px;
    }

    .method-icon {
        flex-basis: 56px;
        width: 56px;
        height: 56px;
    }

    .method-icon svg {
        width: 32px;
        height: 32px;
    }

    .method-card h4 {
        font-size: 22px;
    }

    .method-no {
        right: 28px;
    }

    .method-process {
        width: 215px;
        height: 215px;
    }

    .method-process__center {
        width: 112px;
        height: 112px;
        font-size: 13px;
    }

    .process-step {
        width: 35px;
        height: 35px;
        font-size: 17px;
    }
}

/* Mobile */

@media (max-width: 767px) {
    .method-grid {
        display: block;
        overflow: hidden;
        border-radius: 12px;
    }

    .method-card {
        min-height: auto;
        padding: 28px 22px;
        border-right: 0;
        border-bottom: 1px solid var(--method-border);
        border-radius: 0;
    }

    .method-card-4 {
        border-bottom: 0;
    }

    .method-heading-row {
        align-items: flex-start;
        gap: 14px;
        min-height: auto;
        padding-right: 32px;
    }

    .method-icon {
        flex: 0 0 48px;
        width: 48px;
        height: 48px;
    }

    .method-icon svg {
        width: 28px;
        height: 28px;
    }

    .method-card h4 {
        padding-top: 8px;
        font-size: 20px;
    }

    

    .method-card .read-more {
        font-size: 12px;
    }

    .method-card p,
    .check-list li {
        font-size: 14px;
    }

    .method-card p br {
        display: none;
    }

    .method-no,
    .method-card-3 .method-no,
    .method-card-4 .method-no {
        top: 31px;
        right: 20px;
        font-size: 28px;
    }

    .method-process {
        display: none;
    }
}

.method-process svg{stroke: unset;}
@media (max-width: 480px) {
    .method-card {
        padding: 25px 18px;
    }

    .method-content {
        padding-left: 0;
        margin-top: 18px;
    }
}

/* Tablet */

@media (max-width: 1100px) {
    .method-card {
        min-height: 330px;
        padding: 32px 30px;
    }

    .method-process {
        width: 210px;
        height: 210px;
    }

    .method-process__center {
        width: 112px;
        height: 112px;
        font-size: 13px;
    }

    .process-step {
        width: 36px;
        height: 36px;
        font-size: 17px;
    }
}



 @media screen and (max-width:980px) {
        .asset-core{ grid-template-columns: 1fr;}
    }
    
    @media (max-width: 1080px) {
        
        .testimonial-grid { grid-template-columns: repeat(2, 1fr); }
        .diagnosis-grid, .asset-roles, .library-list { grid-template-columns: repeat(2, 1fr); }
        .flow-line { grid-template-columns: 1fr; }
        .goal-grid{ grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 720px) {

        .testimonial-grid{ grid-template-columns: 1fr; }
        .btn{min-height: 35px;padding: 0 6px;font-weight: 700;padding: 9px 15px;}
        .diagnosis-grid, .asset-roles, .library-list { grid-template-columns: 1fr; }
        .hero-copy-highlight li { width: 100%; text-align: center; }
        .tab-buttons button {border-bottom: 1px solid #ccc;}
         #why .tab-panel{padding: 25px;    gap: 15px;}
         footer .address {font-size: 0.8rem;}
        .btn{width:unset;}
        .goal-grid{ grid-template-columns: 1fr; }
        .anchor {top:65px;}
        .method-grid{grid-template-columns: 1fr;}
         .method-card:nth-last-child(-n + 2) { border-bottom: 1px solid #e2dbcf; }
         .card-feature.icon-premium{width: 40px;height: 40px;}
         .omega-values{grid-template-columns: 1fr;}
         .omega-card{min-height: 100px;border-radius: 12px;}
         
    }
    
   .problem-icon-wrap {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border-radius: 50%;
    color: #14594d;
    background: #fffaf2;
    font-size: 29px;
    transition: 0.3s ease;
    border: 1px solid rgba(197, 138, 34, 0.34);
}

.problem-item:hover .problem-icon-wrap {
    color: #c8922e;
    border-color: rgba(200, 146, 46, 0.4);
    transform: translateY(-4px);
    box-shadow: 0 12px 25px rgba(14, 42, 36, 0.1);
}

.diagnosis-text {font-size: 17px;
    margin-bottom: 0;
    font-weight: normal;
    /*color: rgba(255, 255, 255, .66);*/
}

 .control-panel {
      position: relative;
      overflow: hidden;
      margin-top: 60px;
      border: 1px solid rgba(227, 196, 132, .22);
      border-radius: 18px;
          background-color: #063226 !important;
/*      background:
        radial-gradient(circle at 13% 22%, rgba(18,104,94,.28), transparent 30%),
        linear-gradient(104deg, #003d39 0%, #064a45 57%, #003c38 100%);*/
      box-shadow: 0 18px 45px rgba(1, 44, 41, .15);
    }

  

    .panel-inner {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: 170px 1fr;
      align-items: center;
      gap: 34px;
      height: 140px;
        padding: 6px 62px 20px 37px;
    }

    .panel-icon-wrap {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 132px;
      border-right: 1px solid rgba(231, 204, 146, .32);
    }

    .panel-icon {
      display: grid;
      place-items: center;
      width: 100px;
      height: 100px;
      border: 1px solid rgba(231, 204, 146, .35);
      border-radius: 50%;
      color: #f3cf82;
      background: rgba(255,255,255,.015);
      box-shadow: inset 0 0 0 12px rgba(255,255,255,.01);
    }

    .panel-icon i {
      font-size: 3.6rem;
      line-height: 1;
    }

    .panel-title {
      margin: 0 0 10px;
      color: #fff;
      font-size: 20px;
      font-weight: 700;
      line-height: 1.2;
      letter-spacing: 0.25px;
    }

    .panel-copy {
      margin: 0;
      color: rgba(255,255,255,.88);
      font-size: 18px;
      line-height: 1.55;
    }

    
    /* =========================================================
   EXPLORE OMEGA SECTION
   ========================================================= */

.omega-explore-section {
    --omega-navy: #0b1725;
    --omega-green: #173a31;
    --omega-green-light: #245447;
    --omega-gold: #c8922e;
    --omega-gold-light: #e0ad4c;
    --omega-cream: #f8f4ec;
    --omega-white: #ffffff;
    --omega-muted: rgba(255, 255, 255, 0.72);

    position: relative;
    overflow: hidden;
    
}



.omega-explore-container {
    position: relative;
    z-index: 2;
    width: min(100%, 1000px);
    margin: 0 auto;
}

/* Header */

.omega-explore-header {
    max-width: 870px;
    margin: 0 auto 55px;
    text-align: center;
}

.omega-explore-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    color: var(--omega-gold-light);
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}



.omega-explore-header h2 {
    margin: 0;
    color: var(--omega-white);
    font-size: clamp(38px, 4vw, 52px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -1.5px;
}

.omega-explore-header p {
    max-width: 840px;
    margin: 22px auto 0;
    color: var(--omega-muted);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.75;
}

/* Cards Grid */

.omega-explore-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 20px;
}

.omega-explore-card {
   display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 16px;

    position: relative;
    padding: 22px 20px;
    overflow: hidden;
    color: #17211f;
    text-decoration: none;
    background: rgba(255,255,255,.97);
    border: 1px solid rgba(255,255,255,.65);
    border-radius: 10px;
    box-shadow: 0 14px 40px rgba(3,16,22,.16);
}

.omega-explore-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(
        90deg,
        var(--omega-gold),
        var(--omega-gold-light)
    );
    transition: width 0.4s ease;
}



.omega-card-number {
    position: relative;
    z-index: 2;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    margin-right: 16px;
    color: var(--omega-green);
    font-size: 13px;
    font-weight: 700;
    border: 1px solid rgba(23, 58, 49, 0.16);
    border-radius: 50%;
    background: #f5f2ea;
    transition:
        color 0.35s ease,
        background-color 0.35s ease,
        border-color 0.35s ease;
}

.omega-card-content {
    position: relative;
    z-index: 2;
    min-width:0px;
}

.omega-card-label {
    display: block;
    margin-bottom: 6px;
    color: #73807c;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.1px;
    line-height: 1.2;
    text-transform: uppercase;
}

.omega-card-content h3 {
    margin: 0;
    color: #17211f;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.35;
}

.omega-card-arrow {
    position: relative;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    margin-left: 15px;
    color: var(--omega-green);
    border: 1px solid rgba(23, 58, 49, 0.16);
    border-radius: 50%;
    transition:
        color 0.35s ease,
        background-color 0.35s ease,
        border-color 0.35s ease,
        transform 0.35s ease;
}

.omega-card-arrow svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Hover Effects */
section #omega-depth{padding: 60px 0;}
.omega-explore-card:hover {
    transform: translateY(-2px);
   color:#333;
    box-shadow: 0 24px 55px rgba(3, 16, 22, 0.25);
}

.omega-explore-card:hover::before {
    width: 100%;
}

.omega-explore-card:hover::after {
    transform: scale(1.3);
}

.omega-explore-card:hover .omega-card-number {
    color: var(--omega-white);
    background: var(--omega-green);
    border-color: var(--omega-green);
}

.omega-explore-card:hover .omega-card-arrow {
/*    color: var(--omega-white);
    background: var(--omega-gold);
    border-color: var(--omega-gold);*/
color:#333;
    transform: translateX(3px);
}

.omega-explore-card:focus-visible {
    outline: 3px solid var(--omega-gold-light);
    outline-offset: 4px;
}

/* Responsive */

@media (max-width: 991px) {
    .omega-explore-section {
        padding: 85px 24px 90px;
    }

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



@media (max-width: 480px) {
    .omega-explore-eyebrow {
        gap: 8px;
        font-size: 11px;
        letter-spacing: 1.3px;
    }

   

    .omega-explore-header h2 {
        font-size: 32px;
    }

    .omega-explore-card {
        padding: 18px 16px;
        border-radius: 14px;
    }

    .omega-card-number {
        width: 40px;
        height: 40px;
        margin-right: 13px;
    }

    .omega-card-content h3 {
        font-size: 16px;
    }

    .omega-card-arrow {
        width: 36px;
        height: 36px;
        margin-left: 10px;
    }
}
   


/*.omega-explore-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.omega-explore-grid .omega-explore-card,
.omega-explore-grid .omega-explore-card1 {
    width: 100%;
    min-width: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

.omega-explore-grid .omega-card-content {
    min-width: 0;
}

.omega-explore-grid .omega-card-content h3 {
    overflow-wrap: break-word;
}*/
.omega-explore-grid-parant{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 100px;
}
@media (max-width: 767px) {
    .omega-explore-grid-parant{
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 10px;
    }
    .omega-explore-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .omega-explore-card {
        padding: 18px;
    }

    .omega-card-content h3 {
        font-size: 16px;
    }

    .omega-card-arrow {
        width: 36px;
        height: 36px;
        margin-left: 0;
    }
}

/*#omega-depth .wrap{width:1500px;}*/
#why .why-horizontal-process {
    overflow: hidden;
    border: 1px solid rgba(226, 219, 207, 0.95);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: var(--why-shadow);
    backdrop-filter: blur(10px);
}

/* Horizontal step navigation */

#why .why-horizontal-tab-scroll {
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(20, 89, 77, 0.25) transparent;
}

#why .why-horizontal-tab-scroll::-webkit-scrollbar {
    height: 5px;
}

#why .why-horizontal-tab-scroll::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(20, 89, 77, 0.25);
}

#why .why-horizontal-tabs {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(190px, 1fr));
    min-width: 760px;
    padding: 0 18px;
    border-bottom: 1px solid #e2dbcf;
    background: rgba(248, 244, 236, 0.78);
}

#why .why-horizontal-tabs::before {
    position: absolute;
    top: 48px;
    right: 11%;
    left: 11%;
    height: 1px;
    background: linear-gradient(
        90deg,
        rgba(20, 89, 77, 0.18),
        rgba(197, 138, 34, 0.42),
        rgba(20, 89, 77, 0.18)
    );
    content: "";
    pointer-events: none;
}

#why .why-horizontal-tab {
    position: relative;
    z-index: 1;
    display: grid;
    justify-items: center;
    gap: 12px;
    min-width: 0;
    padding: 23px 16px 21px;
    border: 0;
    background: transparent;
    color: var(--why-text);
    text-align: center;
    cursor: pointer;
    transition: color 0.22s ease, background 0.22s ease;
}

#why .why-horizontal-tab::after {
    position: absolute;
    right: 18px;
    bottom: 0;
    left: 18px;
    height: 3px;
    border-radius: 999px 999px 0 0;
    background: transparent;
    content: "";
    transition: background 0.22s ease;
}

#why .why-horizontal-tab:hover {
    color: #14594d;
    background: rgba(20, 89, 77, 0.035);
}

#why .why-horizontal-tab:focus-visible {
    outline: 3px solid rgba(197, 138, 34, 0.28);
    outline-offset: -3px;
}

#why .why-horizontal-tab-number {
    display: grid;
    width: 50px;
    height: 50px;
    place-items: center;
    border: 1px solid rgba(20, 89, 77, 0.22);
    border-radius: 50%;
    background: #fff;
    color: #14594d;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(12, 23, 36, 0.06);
    transition:
        color 0.22s ease,
        background 0.22s ease,
        border-color 0.22s ease,
        transform 0.22s ease;
}

#why .why-horizontal-tab-title {
    max-width: 170px;
    color: inherit;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
}

#why .why-horizontal-tab[aria-selected="true"] {
    color: #0f3f37;
}

#why .why-horizontal-tab[aria-selected="true"]::after {
    background: var(--why-gold);
}

#why .why-horizontal-tab[aria-selected="true"] .why-horizontal-tab-number {
    border-color: #14594d;
    background: linear-gradient(135deg, #0f3f37, #14594d);
    color: #f0c979;
    transform: translateY(-2px);
    box-shadow: 0 13px 28px rgba(15, 63, 55, 0.20);
}

/* Content panel */

#why .why-horizontal-panels {
    background: #ffffff;;
}

#why .why-horizontal-panel {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    gap: 58px;
    align-items: center;
    /*min-height: 330px;*/
    padding: 40px 40px 40px;
    animation: whyHorizontalIn 0.3s ease both;
}

#why .why-horizontal-list li {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    min-height: 55px;
    padding: 15px 16px;
    border: 1px solid #e2dbcf;
    border-radius: 13px;
    background: #f8f4ec;
    color: #475650;
    font-size: 14px;
    line-height: 1.45;
}

#why .why-horizontal-list li::before {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 50%;
    /*background: rgba(20, 89, 77, 0.10);*/
    color: #14594d;
    content: "✓";
    font-size: 12px;
    font-weight: 900;
        border: 1px solid #11473d;
}
#why .why-horizontal-intro {
    position: relative;
    padding: 8px 0 8px 22px;
    border-left: 3px solid #c58a22;
}
#why .why-horizontal-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}
/* =========================================================
   Omega Financial Goals Carousel
========================================================= */

#goals.omega-goals-section {
    position: relative;
    overflow: hidden;
    padding: 70px 0;
    background:
        radial-gradient(
            circle at 8% 12%,
            rgba(181, 150, 77, 0.08),
            transparent 25%
        ),
        linear-gradient(180deg, #ffffff 0%, #f8faf9 100%);
}

#goals .omega-goals-carousel-wrapper {
    position: relative;
    margin-top: 42px;
}

#goals .carousel-inner {
    overflow: hidden;
}

/* Card */

#goals .omega-goal-card {
    position: relative;
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(36, 80, 73, 0.12);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 18px 50px rgba(23, 54, 49, 0.08);
    
}

#goals .omega-goal-card:hover {
    transform: translateY(-2px);
    border-color: rgba(36, 80, 73, 0.24);
    box-shadow: 0 24px 65px rgba(23, 54, 49, 0.14);
}

/* Image */

#goals .omega-goal-image {
    position: relative;
    height: 280px;
    overflow: hidden;
    background: #edf2f0;
}

#goals .omega-goal-image::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 45%;
    content: "";
    pointer-events: none;
    background: linear-gradient(
        180deg,
        transparent 0%,
        rgba(16, 45, 40, 0.22) 100%
    );
}

#goals .omega-goal-image img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}



/* Card Content */

#goals .omega-goal-content {
    position: relative;
    height: 160px;
    padding: 28px 30px 30px;
}

#goals .omega-goal-content .tag {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 16px;
    padding: 7px 12px;
    border: 1px solid rgba(181, 150, 77, 0.26);
    border-radius: 100px;
    background: rgba(181, 150, 77, 0.08);
    color: #846b31;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.3px;
}

#goals .omega-goal-content h3 {
    font-weight: 600;
}

#goals .omega-goal-content p {
    max-width: 470px;
    margin: 0;
    color: #66736f;
    font-size: 15px;
    line-height: 1.75;
}

/* Navigation */

#goals .omega-goals-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

/* Indicators */

#goals .omega-goals-indicators {
    display: flex;
    align-items: center;
    gap: 9px;
}

#goals .omega-goals-indicators button {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 30px;
    background: rgba(36, 80, 73, 0.25);
    transition:
        width 0.3s ease,
        background 0.3s ease;
}

#goals .omega-goals-indicators button.active {
    width: 30px;
    background: #245049;
}

/* Arrows */

#goals .omega-goals-arrows {
    display: flex;
    align-items: center;
    gap: 10px;
}

#goals .omega-goal-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 1px solid rgba(36, 80, 73, 0.16);
    border-radius: 50%;
    background: #ffffff;
    color: #245049;
    box-shadow: 0 8px 24px rgba(23, 54, 49, 0.08);
    transition:
        background 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease,
        border-color 0.3s ease;
}

#goals .omega-goal-arrow:hover {
    border-color: #245049;
    background: #245049;
    color: #ffffff;
}

#goals .omega-goal-arrow svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Smooth Bootstrap transition */

#goals .carousel-item {
    transition: transform 0.65s ease-in-out;
}

/* =========================================================
   Tablet
========================================================= */

@media (max-width: 991.98px) {
    #goals.omega-goals-section {
        padding: 58px 0;
    }

    #goals .omega-goals-carousel-wrapper {
        margin-top: 34px;
    }

    #goals .omega-goal-image {
        height: 230px;
    }

    #goals .omega-goal-content {
        min-height: 220px;
        padding: 24px;
    }

    #goals .omega-goal-content h3 {
        font-size: 27px;
    }
}
.hide-mobile{display:grid;}
.omega-goals-carousel-wrapper {
    position: relative;
}

#omegaGoalsCarousel {
    position: relative;
}

.omega-goal-arrow-prev,
.omega-goal-arrow-next {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    z-index: 10;
}

.omega-goal-arrow-prev {
    /*left: -55px;*/
}

.omega-goal-arrow-next {
    right: 0px;
}

.omega-goals-navigation {
    margin-top: 30px;
}


/* Responsive */
@media (max-width: 1200px) {
    .omega-goal-arrow-prev {
        left: 10px;
    }

    .omega-goal-arrow-next {
        right: 10px;
    }
    /*.omega-explore-grid{repeat(auto-fit, minmax(200px, 1fr))}*/
}
/* =========================================================
   Mobile
========================================================= */

@media (max-width: 767.98px) {
    .omega-explore-section {
        padding: 70px 18px 75px;
    }

    .omega-explore-header {
        margin-bottom: 38px;
    }

    .omega-explore-header h2 {
        font-size: 36px;
        letter-spacing: -0.8px;
    }

    .omega-explore-header p {
        font-size: 15px;
        line-height: 1.65;
    }

    .omega-explore-header p br {
        display: none;
    }

    .omega-explore-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .omega-explore-card {
        min-height: 10px;
    }
    
    .hero{height:auto;}
    .stat strong{font-size: 30px;}
    .stat {min-height: 100px;}
    .stats{position: relative;padding-top: 20px;} 
    #fit { margin-top: 1rem;} 
    #fit .diagnosis-section {border-right: none;}
    .control-panel{margin-top: 35px;} 
    .panel-icon-wrap{min-height: 80px;}
    #fit .diagnosis-section{border-bottom: 1px solid #ccc; padding-bottom: 020px;}
    .section-head p {font-size: 16px;}
    #why ul li, #why p{font-size: 14px;}
    h3 {
      font-size: 18px;
    }
    .path-card{padding: 30px 18px;}
    .panel-inner{grid-template-columns: auto;height: 300px;margin-top: 0px;padding: 10px 20px;    gap: 0px;}
    .panel-inner .panel-copy{font-size: 16px;}
    .hide-mobile{display:none;}
    .panel-icon-wrap{border-right: none;}
    #advice .table-responsive {overflow-x: scroll;}
    #goals.omega-goals-section {
        padding: 45px 0;
    }
    #omega-depth .wrap{width:100%;}

    #goals .section-head .lead br {
        display: none;
    }

    #goals .omega-goals-carousel-wrapper {
        margin-top: 28px;
    }

    #goals .carousel-item .row {
        --bs-gutter-y: 18px;
    }

    #goals .omega-goal-card {
        border-radius: 18px;
    }

    #goals .omega-goal-image {
        height: 220px;
    }

    #goals .omega-goal-content {
        min-height: auto;
        padding: 22px 22px 24px;
    }

    #goals .omega-goal-content h3 {
        font-size: 26px;
    }

    #goals .omega-goal-content p {
        font-size: 14px;
        line-height: 1.65;
    }

    #goals .omega-goals-navigation {
        margin-top: 20px;
    }

    #goals .omega-goal-arrow {
        width: 42px;
        height: 42px;
    }
}

@media (max-width: 479.98px) {
    #goals .omega-goal-image {
        height: 195px;
    }

    #goals .omega-goal-content {
        padding: 20px;
    }
}

#why .pm-vs{grid-template-columns: 1fr;max-width: 1000px;}
#why .pm-vs-row{gap: 0.9rem; padding: 20px 10px;align-items: center;}
#why .pm-vs-side{padding:0;}
#why .private-content {padding: 10px 35px;} 
#why .pm-vs-side.pub{display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px;} 
#why .pm-vs-side.pub .pm-vs-row.active,#why .pm-vs-side.pub .pm-vs-row:hover {background: #fff8e6;} 
#why .pm-vs-row {border-top:none;} 
#why .pm-vs-row.head{border-right: 1px solid #dbdbdbdd;} 


#system .lead{color: #d8e3df;
    border-left: 2px solid var(--gold-2);
    padding: 0 24px;
    margin-top: 45px;
}

#omega-way i{font-size: 20px;padding: 0px 6px;}
.omega-goal-card {
    position: relative;
    overflow: hidden;      /* Keeps the gradient inside rounded corners */
    border-radius: 20px;   /* Match your card radius */
    background: #fff;
}

.omega-goal-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(317deg, #0d5a50 10%, #c79a3b 70%, #c58a22 100%);
    z-index: 2;
}
   .omega-goal-card {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid #e5e5e5;
    background: #fff;
}
.omega-goal-card {
    border-radius: 20px;
    background:
        linear-gradient(90deg, #8fd7c3, #c79a3b, #8fc9d7) top/100% 4px no-repeat,
        #fff;
    border: 1px solid #e5e5e5;
}
#omega-way .pm-vs-row.head i{font-size: 20px;
    padding: 0px 6px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    font-size: 20px;
    transition: 0.3s ease;
    border: 1px solid rgba(197, 138, 34, 0.34);
}
#why ::marker{color: #e2aa45;font-size: 25px;}
#why .kicker{display: inline-flex;
    align-items: center;
    border: 2px solid rgba(216, 173, 53, .42);
    border-radius: 8px;
    background: rgba(216, 173, 53, .09);
    color: var(--gold-2);
    padding: 8px 8px;
    font-size: 13px;
    font-weight: 950;
    letter-spacing: .3px;
    margin-bottom: 30px;}
#why .kicker {   border-radius: 8px;padding: 5px 10px;font-weight:700;}
#why .kicker img{width:20%;}
#assets .fa-solid{font-weight: 900; font-size: 22px; color: #143732;}
#assets .fa-solid:hover{ color: #c58a22;}

