/* =========================
   MERGED / DEDUPED STYLES
   (later-in-file wins on conflicts)
   ========================= */
/* ---- :root merged (later vars included; conflicts resolved by later values) ---- */
:root{
  --white: white;
  --gray: #999;
  --lightgray: whitesmoke;
  --darkgreen: #2a9d8f;
  --popular: #ffdd40;
  --starter: #f73859;
  --essential: #00aeef;
  --professional: #ff7f45;

  --primary: #3b82f6;
  --sales-color: #3b82f6;
  --field-color: #10b981;
  --marketing-color: #8b5cf6;
  --support-color: #f59e0b;
  --finance-color: #0ea5e9;

  --bg-light: #f8fafc;
  --text-main: #1e293b;
  --text-muted: #64748b;
}

/* ---- Headline lines ---- */
h1 .line{
  font-weight: 400;
  display: inline-block;
}
h1 .line1{
  font-size: 42px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
h1 .line2{
  font-size: 32px;
  color: #4a5158;
  margin-top: 10px;
}
div .line3{
  font-size: 28px;
  color: rgb(44 64 157);
  margin-top: 10px;
}
div .line4{
  font-size: 24px;
  color: #1d5995;
  font-family: 'Delius', serif;
  font-weight: 400;
}

/* ---- CRM tools ---- */
#crm-tools .content-block-body{
  margin-top: 30px;
  margin-bottom: 30px;
}
#crm-tools .content-block-body h5{
  font-weight: 800;
  font-size: 24px;
}
#crm-tools img{
  border: 10px solid #ddd;
  -webkit-box-shadow: 3px 6px 16px -4px rgba(0,0,0,0.75);
  -moz-box-shadow: 3px 6px 16px -4px rgba(0,0,0,0.75);
  box-shadow: 3px 6px 16px -4px rgba(0,0,0,0.75);
}
/* img.blue/img.green had conflicting border+shadow resets; keep the final effective output */
#crm-tools img.blue,
#crm-tools img.green{
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}

#crm-tools .card{
  min-height: 600px;
  border-bottom: 8px #aad6ff solid;
  border-right: 5px #aad6ff solid;
  border-radius: 20px;
}
#crm-tools .card.left-border{
  border-left: 5px #aad6ff solid;
  border-right: none;
}

/* ---- Common blocks ---- */
.best-star{ height: 150px; width: auto; }

.bg-business-cta{
  margin-top: 60px !important;
  margin-bottom: 60px;
  padding: 60px;
  background: #e6fcfb;
  border-radius: 10px;
}
.cta-feature-row{ margin-top: 30px; }
.cta-feature-row a{
  color: black;
  text-decoration: none;
  font-weight: 200;
}

.email-input{
  border: 2px solid #007bff;
  border-radius: 5px;
}
.email-input input[type="email"]{
  border: none;
  outline: none;
  box-shadow: none;
}

#img-key-features{
  position: relative;
  bottom: 0px;
  width: 100%;
  height: auto;
}
#key-features h5.card-title{ margin-top: 0px; }

#pflist-header{
  background-color: white;
  color: white;
}
#pflist-header h4{
  font-size: large;
  background-color: aliceblue;
  color: black;
  padding: 10px;
  border-radius: 5px;
}

#pflist .col-6{
  background-color: #fafbfb;
  color: #495057;
  font-weight: 500;
}

.pricing-details .card-top-features{ padding-bottom: inherit; }
.card-top-features .card-body{ text-align: center; }

ul.crm-price-features-list{
  font-size: 16px;
  color: #17356b;
  font-weight: 500;
}
ul.ts-price-features-list{
  font-size: 14px;
  color: #444444;
  font-weight: 200;
}

#pflist .row:hover{ background-color: rgba(237, 237, 237, 0.89); }
#pflist .row.mt-1{ margin-top: 0px !important; }

/* merged duplicate selector (later in file adds margin-left/right; both kept, no conflict) */
.heading-container .row{
  padding: 0px;
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.unlimited{ font-size: 18px; color: #035276; }
.training-video{ text-decoration: underline; font-size: small; }

/* merged duplicate .li-fe-name (later wins where conflicts) */
.li-fe-name{
  font-weight: 800;                 /* overrides earlier 400 */
  background-color: rgba(249, 249, 249, 0.95);
  font-family: sans-serif;
  padding: 5px 15px;
  vertical-align: middle;
  font-size: 16px;
}

.small{ font-weight: normal; font-size: small; }

/* ---- Top features / FSM ---- */
#top-features .card{
  min-height: 440px;
  overflow: auto;
  height: auto;
}
#top-features .card-1{
  background-color: #f1e4ff !important;
  border: 1px solid #f1e4ff !important;
}
#top-features .card-2{
  background-color: #d2ebff !important;
  border: 1px solid #d2ebff !important;
}
#top-features .card-3{
  background-color: #fff7ed !important;
  border: 1px solid #fff7ed !important;
}
#top-features h5{
  font-size: 28px;
  font-weight: 100;
  font-family: 'Roboto', sans-serif;
}

#fsm-features .card{
  min-height: 440px;
  overflow: auto;
  height: auto;
}
#fsm-features .card-1{
  background-color: #f1e4ff !important;
  border: 1px solid #f1e4ff !important;
}
#fsm-features .card-2{
  background-color: #d2ebff !important;
  border: 1px solid #d2ebff !important;
}
#fsm-features .card-3{
  background-color: #fff7ed !important;
  border: 1px solid #fff7ed !important;
}
/* was "$fsm-features h5" (typo); keeping intended selector */
#fsm-features h5{
  font-size: 28px;
  font-weight: 100;
  font-family: 'Roboto', sans-serif;
}

.mt-80{ margin-top: 80px !important; }
h3.card-title{ margin-top: 20px; }

/* ---- Tool blocks ---- */
.tool-headline-block{
  padding: 10px 40px;
  color: black;
  display: inline-block;
  margin-bottom: 40px;
  border-radius: 20px;
  font-family: 'Delius', fantasy, serif;
  font-weight: 400;
}
.tool-headline-block.green{ background-color: #fff7e3; }
.tool-headline-block.green .tool-headline{
  font-size: 24px;
  color: #b308a5;
  font-family: 'Open Sans', sans-serif;
}
.tool-headline-block.green .tool-desc{ font-size: 18px; }

.tool-headline-block.blue{ background-color: #ecf5ff; }
.tool-headline-block.blue .tool-headline{
  font-size: 24px;
  color: #2d08b3;
  font-family: 'Open Sans', sans-serif;
}
.tool-headline-block.blue .tool-desc{ font-size: 18px; }

.tool-number{
  z-index: 1;
  position: absolute;
  left: -20px;
  top: -10px;
  display: inline-block;
  border-radius: 20px;
  padding: 10px 30px;
  text-align: center;
  background-color: aliceblue;
  color: black;
  font-size: 32px;
  font-weight: 800;
  border: 1px solid #86b7fe;
  box-shadow: -2px 2px 11px 0px #469fbe;
  display: none;
}
.left-border .tool-number{ right: -20px; left: auto; }

.feature-block-new{
  margin-top: 90px;
  margin-bottom: 90px;
}
.feature-block-new .card{
  min-height: 300px;
  border: none;
}
.feature-block-new .card.blue{ background-color: #eef6fd; }
.feature-block-new .card.green{ background-color: #e5f8f1; }

.subtle-background-1{ background-color: rgba(252, 252, 252, 0.74); }
.subtle-background-1 .card{ background-color: rgba(252, 252, 252, 0.74); }
.subtle-background-2{ background-color: #ffffff; }

.p-a-1{
  text-decoration: none;
  font-weight: 800;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  padding: 10px 20px;
  text-align: center;
  background-color: white;
  color: #103928 !important;
  font-size: 14px;
}

section#crm-features .content-block{ padding-top: 30px; padding-bottom: 30px; }
section#crm-features .tool-icon{ margin-top: 20px; margin-bottom: 20px; }
section#crm-features .tool-headline{ margin-top: 40px; margin-bottom: 20px; }
section#crm-features .tool-desc{ margin-top: 20px; margin-bottom: 20px; }

section#crm-features .subtle-background-1 .tool-icon i.fa{
  padding: 10px;
  border: 1px solid #c4daff;
  border-radius: 10px;
  background-color: #ebf1fb;
}
section#crm-features .subtle-background-2 .tool-icon i.fa{
  padding: 10px;
  border: 1px solid green;
  border-radius: 10px;
  background-color: #ebfaf8;
}

.card.blue .tool-footer a{
  font-size: small;
  color: #005ca3;
  text-decoration: none;
}
.card.green .tool-footer a{
  font-size: small;
  color: #116600;
  text-decoration: none;
}

.card-hero .tool-footer{ text-align: left; margin-top: 20px; }
.card-hero .tool-footer a{
  font-size: small;
  color: #005ca3;
  text-decoration: none;
}
.card-hero .tool-icon{ margin-top: 0px !important; }
.card-hero .tool-desc{ font-size: 24px; font-weight: 300; }
.card-hero .tool-img{ margin-top: 10px !important; }
.card-hero h3{
  font-family: 'Open Sans', sans-serif;
  font-size: 32px !important;
}

/* ---- Side navigation ---- */
.side-navigation{
  position: fixed;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  width: 210px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.side-navigation a{
  display: flex;
  align-items: center;
  padding: 5px 10px;
  margin: 5px 0;
  text-decoration: none;
  color: #333;
  border-radius: 5px;
  transition: 0.3s;
  white-space: nowrap;
  font-size: 14px;
}

.side-navigation a i{
  margin-right: 10px;
  font-size: 18px;
}

.side-navigation a:hover,
.side-navigation a.active{
  background: #007bff;
  color: white;
  font-weight: bold;
}

.side-navigation.minimized{
  width: 60px;
  padding: 10px;
  overflow: visible;
}
.side-navigation.minimized a{
  justify-content: center;
  position: relative;
  overflow: visible;
}
.side-navigation.minimized a i{ margin-right: 0; }
.side-navigation.minimized a span{ display: none; }

/* tooltip */
.side-navigation.minimized a:hover::after{
  content: attr(data-title);
  position: absolute;
  left: 55px;
  top: 50%;
  transform: translateY(-50%);
  background: rgb(187, 218, 252);
  color: black;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s ease-in-out;
  z-index: 5000;
}
.side-navigation.minimized a::after{
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out;
}

.toggle-btn{
  position: fixed;
  left: 210px;
  top: 50%;
  transform: translateY(-50%);
  background: #007bff;
  color: white;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  z-index: 4999;
}
.side-navigation.minimized + .toggle-btn{ left: 60px; }

/* ---- Mobile tweaks ---- */
@media only screen and (max-width: 767px){
  h1 .line1{ font-size: 36px; }
  div .line3{ font-size: 30px; }
  #crm-tools .content-block-body{ margin-top: 50px; margin-bottom: 50px; }
  .best-star{ height: 90px; width: auto; }
  .cta-feature-row .card{ margin-top: 5px; }
  .side-navigation, .toggle-btn{ opacity: 0; visibility: hidden; }
}


/* ---- content-block-header h1 merged (later-in-file wins on conflicts like font-size/line-height/font-weight) ---- */
.content-block-header h1{
  margin: 1em 0 0.5em 0;
  color: #343434;
  font-family: 'Ultra', sans-serif;
  text-transform: uppercase;
  text-shadow: 0 2px rgb(230, 230, 230), 0 1px #777;

  /* overrides from later duplicate */
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 15px;
  position: relative;
  display: inline-block;
}

.content-block-header h1:before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: #111;
}
.content-block-header h1:after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  max-width: 255px;
  background-color: #333;
}

/* ---- save-money deduped ---- */
.save-money{
  background-color: #f3fbdd;
  padding: 2px 15px 2px 15px;
}

 :root {
            --primary: #3b82f6;       /* Default Blue */
            --sales-color: #3b82f6;   /* Blue */
            --field-color: #10b981;   /* Green */
            --marketing-color: #8b5cf6; /* Purple */
            --support-color: #f59e0b; /* Orange */
            --finance-color: #0ea5e9; /* Sky Blue */
            
            --bg-light: #f8fafc;
            --text-main: #1e293b;
            --text-muted: #64748b;
        }

        body {
            font-family: 'Inter', sans-serif;
            background-color: #fff;
            color: var(--text-main);
            overflow-x: hidden;
        }

        /* Navbar */
        .navbar {
            padding: 1.2rem 0;
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            border-bottom: 1px solid #f1f5f9;
        }

        .navbar-brand {
            font-weight: 800;
            font-size: 1.5rem;
            letter-spacing: -0.5px;
            color: var(--text-main) !important;
        }

        .nav-link {
            font-weight: 500;
            color: var(--text-muted) !important;
            transition: color 0.2s;
        }
        .nav-link:hover { color: var(--primary) !important; }

        .btn-nav-primary {
            background-color: var(--text-main);
            color: white;
            border-radius: 6px;
            padding: 0.5rem 1.2rem;
            font-weight: 600;
            transition: all 0.2s;
        }
        .btn-nav-primary:hover {
            background-color: #0f172a;
            transform: translateY(-1px);
        }

        /* Hero Container */
        .hero-section {
            padding-top: 140px; /* Offset for fixed nav */
            padding-bottom: 80px;
            background: radial-gradient(circle at 50% 0%, #f1f5f9 0%, #ffffff 60%);
            position: relative;
        }

        /* Typography */
        h1.hero-title {
            font-size: 3.5rem;
            font-weight: 800;
            letter-spacing: -0.03em;
            line-height: 1.1;
            margin-bottom: 1.5rem;
        }

        .hero-subtitle {
            font-size: 1.2rem;
            color: var(--text-muted);
            line-height: 1.6;
            margin-bottom: 2.5rem;
        }

        /* Module Switcher Tabs */
        .module-tabs {
            display: inline-flex;
            background: #f1f5f9;
            padding: 5px;
            border-radius: 12px;
            margin-bottom: 2rem;
            flex-wrap: wrap;
            gap: 5px;
        }

        .module-tab {
            padding: 10px 20px;
            border-radius: 8px;
            cursor: pointer;
            font-weight: 600;
            font-size: 0.9rem;
            color: var(--text-muted);
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            display: flex;
            align-items: center;
            gap: 8px;
            border: 1px solid transparent;
        }

        .module-tab:hover {
            background: rgba(255,255,255,0.5);
        }

        .module-tab.active {
            background: white;
            color: var(--text-main);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
            border-color: #e2e8f0;
        }

        /* Active Color Modifiers */
        .module-tab.active[data-target="sales"] { color: var(--sales-color); border-bottom: 3px solid var(--sales-color); }
        .module-tab.active[data-target="field"] { color: var(--field-color); border-bottom: 3px solid var(--field-color); }
        .module-tab.active[data-target="marketing"] { color: var(--marketing-color); border-bottom: 3px solid var(--marketing-color); }
        .module-tab.active[data-target="finance"] { color: var(--finance-color); border-bottom: 3px solid var(--finance-color); }
        .module-tab.active[data-target="support"] { color: var(--support-color); border-bottom: 3px solid var(--support-color); }

        /* The "Monitor" Container */
        .monitor-wrapper {
            position: relative;
            margin-top: 20px;
        }

        .monitor-frame {
            background: #1e293b;
            border-radius: 16px;
            padding: 12px; /* Bezel */
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            transition: transform 0.5s ease;
        }

        .screen-content {
            background: #f8fafc;
            border-radius: 8px;
            overflow: hidden;
            min-height: 400px;
            position: relative;
        }

        /* CSS-Only UI Mockups */
        .ui-view {
            display: none;
            padding: 20px;
            height: 100%;
            animation: fadeIn 0.5s ease;
        }
        .ui-view.active { display: block; }

        @keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

        /* Generic UI Elements */
        .ui-header { height: 40px; border-bottom: 1px solid #e2e8f0; display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
        .ui-sidebar { width: 60px; height: 100%; background: #fff; border-right: 1px solid #e2e8f0; position: absolute; left: 0; top: 0; padding-top: 50px; display: flex; flex-direction: column; align-items: center; gap: 20px;}
        .ui-main { margin-left: 60px; height: 100%; }
        
        .sidebar-icon { width: 32px; height: 32px; border-radius: 6px; background: #f1f5f9; color: #94a3b8; display: flex; align-items: center; justify-content: center; }
        .sidebar-icon.active { background: var(--primary); color: white; }

        /* 1. Sales Kanban UI */
        .kanban-col { background: #f1f5f9; border-radius: 8px; padding: 10px; flex: 1; }
        .kanban-card { background: white; padding: 10px; border-radius: 6px; margin-bottom: 10px; box-shadow: 0 1px 2px rgba(0,0,0,0.05); border-left: 3px solid transparent; }
        
        /* 2. Field Map UI */
        .map-bg { 
            background-color: #cbd5e1; /* Gray for blocks */
            background-image:
                linear-gradient(#f1f5f9 6px, transparent 6px), /* Horizontal streets */
                linear-gradient(90deg, #f1f5f9 6px, transparent 6px); /* Vertical streets */
            background-size: 70px 70px; /* Block size */
            background-position: center;
            height: 300px; 
            border-radius: 12px; 
            position: relative; 
            overflow: hidden; 
        }
        
        .map-bg::before {
            content: ''; position: absolute; top: 20px; left: 80px; width: 64px; height: 64px; background: #dcfce7; pointer-events: none;
        }
        .map-bg::after {
            content: ''; position: absolute; bottom: 80px; right: 80px; width: 134px; height: 64px; background: #e0f2fe; pointer-events: none;
        }

        .map-pin { position: absolute; width: 30px; height: 30px; background: var(--field-color); border-radius: 50% 50% 0 50%; transform: rotate(45deg); display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 6px rgba(0,0,0,0.2); z-index: 2; }
        .map-pin::after { content: ''; width: 10px; height: 10px; background: white; border-radius: 50%; }
        .pin-1 { top: 30%; left: 20%; }
        .pin-2 { top: 60%; left: 50%; animation: bounce 2s infinite; }
        .pin-3 { top: 40%; right: 30%; }
        @keyframes bounce { 0%, 100% { transform: rotate(45deg) translateY(0); } 50% { transform: rotate(45deg) translateY(-5px); } }

        /* 3. Marketing Flow UI */
        .flow-node { background: white; border: 2px solid #e2e8f0; padding: 10px 15px; border-radius: 8px; width: fit-content; margin: 0 auto; position: relative; font-size: 0.8rem; font-weight: 600; display: flex; align-items: center; gap: 10px; }
        .flow-line { height: 30px; width: 2px; background: #cbd5e1; margin: 0 auto; }
        .flow-node.start { border-color: var(--marketing-color); color: var(--marketing-color); }

        /* 4. Finance UI */
        .invoice-box { background: white; border: 1px solid #e2e8f0; padding: 20px; border-radius: 8px; box-shadow: 0 2px 4px rgba(0,0,0,0.05); }
        .inv-row { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px dashed #e2e8f0; font-size: 0.85rem; }
        .inv-total { font-weight: 800; font-size: 1.2rem; text-align: right; margin-top: 15px; color: var(--finance-color); }

        /* 5. Helpdesk UI */
        .chat-list { width: 30%; border-right: 1px solid #e2e8f0; height: 300px; }
        .chat-item { padding: 10px; border-bottom: 1px solid #f1f5f9; font-size: 0.8rem; }
        .chat-area { width: 70%; padding: 15px; background: #f8fafc; display: flex; flex-direction: column; gap: 10px; }
        .msg { padding: 8px 12px; border-radius: 8px; font-size: 0.85rem; max-width: 80%; }
        .msg-in { background: white; align-self: flex-start; border: 1px solid #e2e8f0; }
        .msg-out { background: var(--support-color); color: white; align-self: flex-end; }

        /* CTA Button */
        .btn-cta-xl {
            padding: 1rem 2.5rem;
            font-size: 1.1rem;
            font-weight: 700;
            border-radius: 50px;
            background: var(--text-main);
            color: white;
            border: none;
            transition: all 0.3s;
        }
        .btn-cta-xl:hover {
            background: var(--primary);
            box-shadow: 0 10px 20px -5px rgba(59, 130, 246, 0.4);
        }

      /* -------------------------------------- */
        /* KEY FEATURES SECTION STYLES (SCOPED)   */
        /* -------------------------------------- */
        .features-section {
            padding: 80px 0;
            background-color: white;
            background-image: linear-gradient(#f1f5f9 1px, transparent 1px), linear-gradient(90deg, #f1f5f9 1px, transparent 1px);
            background-size: 40px 40px;
            
            position: relative;
        }

        /* Right Side: Feature Cards */
        .features-section .feature-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }

        .features-section .feature-card {
            background: #fff;
            border: 1px solid #e2e8f0;
            border-radius: 12px;
            padding: 20px;
            cursor: pointer;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            overflow: hidden;
            height: 100%;
        }

        .features-section .feature-card:hover, 
        .features-section .feature-card.active {
            border-color: var(--primary);
            transform: translateY(-5px);
            box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
        }

        .features-section .feature-card .icon-box {
            width: 50px;
            height: 50px;
            border-radius: 10px;
            background: #f1f5f9;
            color: var(--text-muted);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.25rem;
            margin-bottom: 15px;
            transition: all 0.3s;
        }

        /* Active State Styles */
        .features-section .feature-card.active .icon-box {
            background: var(--primary);
            color: white;
        }
        .features-section .feature-card.active[data-id="1"] .icon-box { background: #10b981; } /* Affordable - Green */
        .features-section .feature-card.active[data-id="2"] .icon-box { background: #3b82f6; } /* All-in-One - Blue */
        .features-section .feature-card.active[data-id="3"] .icon-box { background: #8b5cf6; } /* Easy - Purple */
        .features-section .feature-card.active[data-id="4"] .icon-box { background: #f59e0b; } /* Mobile - Orange */
        .features-section .feature-card.active[data-id="5"] .icon-box { background: #0ea5e9; } /* Integrations - Sky */
        .features-section .feature-card.active[data-id="6"] .icon-box { background: #ef4444; } /* Support - Red */

        .features-section .feature-card h5 { font-size: 1rem; font-weight: 700; margin-bottom: 8px; }
        .features-section .feature-card p { font-size: 0.85rem; color: #64748b; line-height: 1.5; margin-bottom: 0; }
        .features-section .feature-card .learn-more { 
            font-size: 0.8rem; font-weight: 600; color: var(--primary); margin-top: 10px; display: block; opacity: 0; transform: translateY(10px); transition: all 0.3s; 
        }
        .features-section .feature-card:hover .learn-more, 
        .features-section .feature-card.active .learn-more { opacity: 1; transform: translateY(0); }

        /* Left Side: Visual Display */
        .features-section .visual-display {
            background: #f8fafc;
            border-radius: 20px;
            height: 100%;
            min-height: 500px;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            border: 1px solid #f1f5f9;
        }
        
        /* The Big Animated Icon Circle */
        .features-section .visual-circle {
            width: 250px;
            height: 250px;
            background: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 0 0 20px rgba(59, 130, 246, 0.05), 0 0 0 40px rgba(59, 130, 246, 0.05);
            transition: all 0.5s ease;
            position: relative;
            z-index: 2;
        }

        .features-section .visual-icon {
            font-size: 6rem;
            color: var(--primary);
            transition: all 0.3s ease;
        }

        /* Floating elements for visual interest */
        .features-section .floater { position: absolute; background: white; border-radius: 12px; padding: 10px 20px; box-shadow: 0 10px 20px rgba(0,0,0,0.1); font-weight: 600; font-size: 0.9rem; z-index: 3; animation: float 6s ease-in-out infinite; }
        .features-section .f1 { top: 20%; left: 10%; }
        .features-section .f2 { bottom: 20%; right: 10%; animation-delay: 2s; }
        
        @keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-15px); } }

        /* Mobile specific */
        @media (max-width: 991px) {
                        .features-section .feature-grid { grid-template-columns: 1fr; } /* 1 column on mobile */
            .features-section .visual-display { min-height: 300px; margin-bottom: 30px; }
            .features-section .visual-circle { width: 150px; height: 150px; }
            .features-section .visual-icon { font-size: 4rem; }
        }
        
        /* =========================
       ZNI CRM Features — Modern Redesign
       Scoped to #crm-features to be drop-in safe
       ========================= */

    #crm-features{
      --ink: #0b1020;
      --muted: rgba(11,16,32,.72);
      --muted-2: rgba(11,16,32,.55);

      --surface: rgba(255,255,255,.72);
      --surface-2: rgba(255,255,255,.90);
      --border: rgba(15,23,42,.10);
      --border-2: rgba(15,23,42,.14);

      --shadow: 0 20px 55px rgba(15, 23, 42, .10);
      --shadow-2: 0 18px 38px rgba(15, 23, 42, .12);
      --shadow-3: 0 10px 22px rgba(15, 23, 42, .10);

      --radius-xl: 26px;
      --radius-lg: 18px;
      --radius-md: 14px;

      --accent-a: #5b6cff; /* indigo */
      --accent-b: #00b8d9; /* cyan */
      --accent-c: #22c55e; /* green */
      --accent-d: #f59e0b; /* amber */
      --accent-e: #ec4899; /* pink */
      --accent-f: #a855f7; /* purple */

      position: relative;
      overflow: clip;
      color: var(--ink);
      font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
	  background-image: linear-gradient(#f1f5f9 1px, transparent 1px), linear-gradient(90deg, #f1f5f9 1px, transparent 1px);
            background-size: 40px 40px;
      /* Subtle “modern art” background (no images needed) 
      background:
        radial-gradient(1200px 700px at 10% -10%, rgba(91,108,255,.22) 0%, transparent 62%),
        radial-gradient(900px 520px at 90% 10%, rgba(0,184,217,.18) 0%, transparent 62%),
        radial-gradient(900px 520px at 80% 95%, rgba(34,197,94,.16) 0%, transparent 62%),
        linear-gradient(180deg, #f7f8ff 0%, #f5fbff 45%, #fbfbfd 100%);
        */
    }

    /* soft grid + vignette */
    #crm-features::before{
      content:"";
      position:absolute;
      inset:0;
      pointer-events:none;
      background:
        linear-gradient(to right, rgba(15,23,42,.06) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(15,23,42,.06) 1px, transparent 1px);
      background-size: 44px 44px;
      opacity:.35;
      mask-image: radial-gradient(circle at 50% 20%, rgba(0,0,0,1) 0%, rgba(0,0,0,.65) 45%, transparent 70%);
    }
    #crm-features::after{
      content:"";
      position:absolute;
      inset:-2px;
      pointer-events:none;
      background: radial-gradient(900px 420px at 50% -10%, rgba(255,255,255,.85), transparent 65%);
      opacity:.55;
      mix-blend-mode: soft-light;
    }

    /* floating blobs */
    #crm-features .crm-features__art{
      position:absolute;
      inset:0;
      pointer-events:none;
      z-index: 0;
    }
    #crm-features .crm-features__art span{
      position:absolute;
      border-radius: 999px;
      filter: blur(28px);
      opacity:.70;
      transform: translateZ(0);
      animation: zniFloat 12s ease-in-out infinite;
    }
    #crm-features .crm-features__art .blob-1{
      width: 380px; height: 380px;
      left: -120px; top: 120px;
      background: radial-gradient(circle at 30% 30%, rgba(91,108,255,.45), rgba(91,108,255,.12) 60%, transparent 70%);
      animation-duration: 14s;
    }
    #crm-features .crm-features__art .blob-2{
      width: 420px; height: 420px;
      right: -160px; top: 40px;
      background: radial-gradient(circle at 35% 35%, rgba(0,184,217,.40), rgba(0,184,217,.10) 62%, transparent 72%);
      animation-duration: 16s;
      animation-delay: -3s;
    }
    #crm-features .crm-features__art .blob-3{
      width: 420px; height: 420px;
      right: 8%; bottom: -210px;
      background: radial-gradient(circle at 35% 35%, rgba(34,197,94,.32), rgba(34,197,94,.10) 62%, transparent 72%);
      animation-duration: 15s;
      animation-delay: -6s;
    }

    @keyframes zniFloat{
      0%, 100% { transform: translate3d(0,0,0) scale(1); }
      50% { transform: translate3d(0,-18px,0) scale(1.02); }
    }

    /* spacing helper */
    #crm-features .py-6{ padding-top: 4.25rem; padding-bottom: 4.25rem; }
    @media (min-width: 992px){
      #crm-features .py-6{ padding-top: 5.25rem; padding-bottom: 5.25rem; }
    }

    /* Header */
    #crm-features .kicker{
      display:inline-flex;
      align-items:center;
      gap:.5rem;
      padding:.45rem .75rem;
      border-radius: 999px;
      background: rgba(255,255,255,.7);
      border: 1px solid var(--border);
      box-shadow: var(--shadow-3);
      color: rgba(11,16,32,.78);
      font-weight: 600;
      letter-spacing: .02em;
      font-size: .85rem;
      backdrop-filter: blur(10px);
    }
    #crm-features .kicker .dot{
      width: .55rem; height: .55rem;
      border-radius: 999px;
      background: linear-gradient(135deg, var(--accent-a), var(--accent-b));
      box-shadow: 0 0 0 6px rgba(91,108,255,.10);
    }

    #crm-features .headline{
      font-weight: 800;
      letter-spacing: -0.03em;
      line-height: 1.08;
      margin-top: 1rem;
      margin-bottom: .75rem;
      font-size: clamp(2rem, 3.2vw, 3.2rem);
    }
    #crm-features .subhead{
      color: var(--muted);
      font-size: 1.05rem;
      line-height: 1.65;
      margin: 0 auto;
      max-width: 72ch;
    }

    #crm-features .brand-mark{
      display:inline-flex;
      align-items: baseline;
      gap:.35rem;
      padding:.35rem .7rem;
      border-radius: 999px;
      background: linear-gradient(135deg, rgba(91,108,255,.14), rgba(0,184,217,.12));
      border: 1px solid rgba(91,108,255,.18);
      font-weight: 800;
      letter-spacing: .02em;
    }
    #crm-features .brand-mark .brand-fh{ color: rgba(11,16,32,.92); }
    #crm-features .brand-mark .brand-sh{
      background: linear-gradient(135deg, var(--accent-a), var(--accent-b));
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }

    /* Top CTAs */
    #crm-features .btn-zni{
      border-radius: 999px;
      padding: .8rem 1.05rem;
      font-weight: 700;
      box-shadow: var(--shadow-3);
    }
    #crm-features .btn-glow{
      position: relative;
      background: linear-gradient(135deg, var(--accent-a), var(--accent-b));
      border: 0;
      color: #fff;
    }
    #crm-features .btn-glow::after{
      content:"";
      position:absolute;
      inset:-1px;
      border-radius: 999px;
      background: radial-gradient(60% 120% at 50% 0%, rgba(91,108,255,.55), transparent 60%),
                  radial-gradient(60% 120% at 50% 100%, rgba(0,184,217,.45), transparent 60%);
      filter: blur(10px);
      opacity:.55;
      z-index:-1;
    }
    #crm-features .btn-soft{
      background: rgba(255,255,255,.76);
      border: 1px solid var(--border-2);
      color: rgba(11,16,32,.92);
      backdrop-filter: blur(10px);
    }
    #crm-features .btn-soft:hover{
      transform: translateY(-1px);
      box-shadow: var(--shadow-2);
    }

    /* Layout cards */
    #crm-features .glass{
      background: var(--surface);
      border: 1px solid var(--border);
      border-radius: var(--radius-xl);
      box-shadow: var(--shadow);
      backdrop-filter: blur(14px);
    }

    /* Feature Nav (left column) */
    #crm-features .feature-nav{
      padding: 1.05rem;
    }

    #crm-features .feature-search{
      position: relative;
      margin-top: .75rem;
    }
    #crm-features .feature-search i{
      position:absolute;
      left: .9rem;
      top: 50%;
      transform: translateY(-50%);
      color: rgba(11,16,32,.42);
      font-size: .95rem;
    }
    #crm-features .feature-search input{
      width: 100%;
      padding: .85rem 1rem .85rem 2.35rem;
      border-radius: 14px;
      border: 1px solid var(--border);
      background: rgba(255,255,255,.78);
      outline: none;
      transition: box-shadow .2s ease, border-color .2s ease, transform .2s ease;
    }
    #crm-features .feature-search input:focus{
      border-color: rgba(91,108,255,.35);
      box-shadow: 0 0 0 6px rgba(91,108,255,.12);
      transform: translateY(-1px);
    }

    #crm-features .nav-pills .nav-link{
      display:flex;
      align-items:center;
      gap:.85rem;
      width: 100%;
      text-align: left;
      border-radius: 16px;
      padding: .85rem .85rem;
      background: rgba(255,255,255,.66);
      border: 1px solid rgba(15,23,42,.08);
      color: rgba(11,16,32,.85);
      box-shadow: 0 8px 20px rgba(15,23,42,.06);
      transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
    }
    #crm-features .nav-pills .nav-link:hover{
      transform: translateY(-2px);
      box-shadow: 0 14px 26px rgba(15,23,42,.10);
      border-color: rgba(91,108,255,.16);
    }
    #crm-features .nav-pills .nav-link.active{
      background: linear-gradient(135deg, rgba(91,108,255,.14), rgba(0,184,217,.10));
      border-color: rgba(91,108,255,.22);
      box-shadow: 0 18px 36px rgba(91,108,255,.14);
    }
    #crm-features .nav-icon{
      width: 40px; height: 40px;
      border-radius: 14px;
      display:grid;
      place-items:center;
      flex: 0 0 auto;
      background: rgba(255,255,255,.8);
      border: 1px solid rgba(15,23,42,.10);
    }
    #crm-features .nav-link.active .nav-icon{
      background: rgba(255,255,255,.9);
      border-color: rgba(91,108,255,.22);
    }
    #crm-features .nav-title{
      font-weight: 400;
      letter-spacing: -0.01em;
      line-height: 1.1;
      display:block;
      font-size: .98rem;
    }
    #crm-features .nav-subtitle{
      display:block;
      color: rgba(11,16,32,.58);
      font-weight: 400;
      font-size: .85rem;
      margin-top: .1rem;
    }
    #crm-features .nav-chevron{
      margin-left:auto;
      opacity:.55;
      transition: transform .18s ease, opacity .18s ease;
    }
    #crm-features .nav-link:hover .nav-chevron{
      transform: translateX(3px);
      opacity:.85;
    }
    #crm-features .nav-meta{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap: .75rem;
      margin-bottom: .35rem;
    }
    #crm-features .chip{
      display:inline-flex;
      align-items:center;
      gap:.4rem;
      padding:.35rem .6rem;
      border-radius: 999px;
      background: rgba(255,255,255,.78);
      border: 1px solid rgba(15,23,42,.10);
      font-weight: 800;
      color: rgba(11,16,32,.72);
      font-size: .8rem;
    }

    /* Sticky on desktop */
    @media (min-width: 992px){
      #crm-features .feature-nav-sticky{
        position: sticky;
        top: 1.25rem;
      }
    }

    /* Feature Panel (right column) */
    #crm-features .feature-panel{
      --accent: var(--accent-a);
      --accent2: var(--accent-b);
      border-radius: var(--radius-xl);
      overflow: hidden;
      background: rgba(255,255,255,.60);
      border: 1px solid rgba(15,23,42,.08);
      box-shadow: var(--shadow);
      backdrop-filter: blur(14px);
    }

    #crm-features .feature-hero{
      position: relative;
      padding: 1.25rem 1.25rem;
      background:
        radial-gradient(900px 420px at 15% 0%, color-mix(in srgb, var(--accent) 22%, transparent) 0%, transparent 58%),
        radial-gradient(900px 420px at 85% 0%, color-mix(in srgb, var(--accent2) 18%, transparent) 0%, transparent 58%),
        linear-gradient(180deg, rgba(255,255,255,.80), rgba(255,255,255,.56));
      border-bottom: 1px solid rgba(15,23,42,.08);
    }

    #crm-features .feature-hero::before{
      content:"";
      position:absolute;
      inset: 10px;
      border-radius: calc(var(--radius-xl) - 10px);
      pointer-events:none;
      background: linear-gradient(135deg,
        color-mix(in srgb, var(--accent) 45%, transparent),
        color-mix(in srgb, var(--accent2) 35%, transparent)
      );
      opacity: .08;
      filter: blur(10px);
    }

    #crm-features .feature-title{
      font-weight: 900;
      letter-spacing: -0.03em;
      margin: .2rem 0 .35rem;
      font-size: clamp(1.4rem, 2.2vw, 2.05rem);
    }
    #crm-features .feature-lede{
      color: var(--muted);
      margin: 0 0 1rem;
      line-height: 1.7;
      font-weight: 500;
    }

    #crm-features .feature-flow{
      display:flex;
      flex-wrap: wrap;
      gap: .5rem;
      margin-bottom: .7rem;
    }
    #crm-features .flow-chip{
      display:inline-flex;
      align-items:center;
      gap:.45rem;
      padding: .38rem .62rem;
      border-radius: 999px;
      background: rgba(255,255,255,.8);
      border: 1px solid rgba(15,23,42,.10);
      font-weight: 800;
      font-size: .82rem;
      color: rgba(11,16,32,.74);
    }
    #crm-features .flow-chip i{ color: color-mix(in srgb, var(--accent) 65%, #111 35%); }

    #crm-features .feature-actions{
      display:flex;
      flex-wrap: wrap;
      gap: .6rem;
      margin-top: .25rem;
    }
    #crm-features .feature-actions .btn{
      border-radius: 999px;
      font-weight: 800;
      padding: .75rem 1rem;
    }
    #crm-features .btn-accent{
      background: linear-gradient(135deg, var(--accent), var(--accent2));
      border: 0;
      color: #fff;
      box-shadow: 0 18px 38px rgba(91,108,255,.18);
    }
    #crm-features .btn-accent:hover{ transform: translateY(-1px); }
    #crm-features .btn-accent-outline{
      background: rgba(255,255,255,.78);
      border: 1px solid rgba(15,23,42,.14);
      color: rgba(11,16,32,.86);
      backdrop-filter: blur(10px);
    }
    #crm-features .btn-accent-outline:hover{ transform: translateY(-1px); box-shadow: var(--shadow-2); }

    #crm-features .feature-media{
      border-radius: 18px;
      overflow:hidden;
      background: rgba(255,255,255,.75);
      border: 1px solid rgba(15,23,42,.10);
      box-shadow: 0 16px 30px rgba(15,23,42,.10);
      position: relative;
    }
    #crm-features .feature-media::after{
      content:"";
      position:absolute;
      inset:0;
      background: radial-gradient(120% 60% at 50% 0%, rgba(255,255,255,.65), transparent 60%);
      pointer-events:none;
      opacity:.55;
    }
    #crm-features .feature-media img{
      width: 100%;
      height: 260px;
      object-fit: cover;
      display:block;
      transform: translateZ(0);
    }
    @media (min-width: 768px){
      #crm-features .feature-media img{ height: 300px; }
    }

    /* Benefit cards */
    #crm-features .benefits{
      padding: 1.05rem 1.05rem 1.2rem;
    }
    #crm-features .benefit-card{
      height: 100%;
      border-radius: 18px;
      background: rgba(255,255,255,.78);
      border: 1px solid rgba(15,23,42,.10);
      box-shadow: 0 12px 26px rgba(15,23,42,.08);
      padding: 1rem 1rem;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
      position: relative;
      overflow: hidden;
    }
    #crm-features .benefit-card::before{
      content:"";
      position:absolute;
      inset:-2px;
      background:
        radial-gradient(420px 220px at 0% 0%, color-mix(in srgb, var(--accent) 18%, transparent), transparent 65%),
        radial-gradient(420px 220px at 100% 0%, color-mix(in srgb, var(--accent2) 14%, transparent), transparent 65%);
      opacity: .40;
      pointer-events:none;
    }
    #crm-features .benefit-card:hover{
      transform: translateY(-3px);
      border-color: rgba(91,108,255,.16);
      box-shadow: 0 18px 36px rgba(15,23,42,.12);
    }
    #crm-features .benefit-icon{
      width: 44px; height: 44px;
      border-radius: 16px;
      display:grid;
      place-items:center;
      background: linear-gradient(135deg,
        color-mix(in srgb, var(--accent) 16%, #fff 84%),
        color-mix(in srgb, var(--accent2) 14%, #fff 86%)
      );
      border: 1px solid rgba(15,23,42,.10);
      position: relative;
      z-index: 1;
      margin-bottom: .75rem;
    }
    #crm-features .benefit-icon i{
      color: color-mix(in srgb, var(--accent) 70%, #111 30%);
      font-size: 1.05rem;
    }
    #crm-features .benefit-title{
      font-weight: 600;
      letter-spacing: -0.02em;
      margin: 0 0 .35rem;
      position: relative;
      z-index: 1;
      font-size: 1.02rem;
    }
    #crm-features .benefit-text{
      color: var(--muted);
      margin: 0;
      line-height: 1.6;
      font-weight: 400;
      position: relative;
      z-index: 1;
      font-size: .95rem;
    }
    #crm-features .benefit-link{
      display:inline-flex;
      align-items:center;
      gap:.45rem;
      margin-top: .75rem;
      font-weight: 500;
      text-decoration: none;
      color: color-mix(in srgb, var(--accent) 70%, #111 30%);
      position: relative;
      z-index: 1;
    }
    #crm-features .benefit-link i{ transition: transform .16s ease; }
    #crm-features .benefit-link:hover i{ transform: translateX(3px); }

    /* Tabs animation polish */
    #crm-features .tab-pane{
      transition: opacity .22s ease, transform .22s ease;
      transform: translateY(6px);
    }
    #crm-features .tab-pane.active{
      transform: translateY(0);
    }

    /* Anchor offsets for hash navigation */
    #crm-features .feature-anchor{
      display:block;
      position: relative;
      top: -84px;
      visibility: hidden;
    }
    @media (max-width: 991.98px){
      #crm-features .feature-anchor{ top: -66px; }
    }

    /* Bottom CTA band */
    #crm-features .cta-band{
      margin-top: 1.25rem;
      padding: 1.2rem 1.25rem;
      border-radius: var(--radius-xl);
      background: linear-gradient(135deg, rgba(91,108,255,.13), rgba(0,184,217,.10), rgba(34,197,94,.10));
      border: 1px solid rgba(91,108,255,.16);
      box-shadow: 0 20px 55px rgba(91,108,255,.08);
      backdrop-filter: blur(12px);
    }
    #crm-features .cta-band h5{
      margin:0;
      font-weight: 900;
      letter-spacing: -0.02em;
    }
    #crm-features .cta-band p{
      margin:.25rem 0 0;
      color: var(--muted);
      font-weight: 600;
    }

    /* Reveal animation */
    #crm-features .reveal{
      opacity: 0;
      transform: translateY(10px);
      transition: opacity .5s ease, transform .5s ease;
      will-change: opacity, transform;
    }
    #crm-features .reveal.is-visible{
      opacity: 1;
      transform: translateY(0);
    }
    
    /* Hard guarantee: only the active pane is displayed (prevents stacking) */
	#crm-features .tab-content > .tab-pane { display: none; }
	#crm-features .tab-content > .tab-pane.active { display: block; }


    /* Reduce motion */
    @media (prefers-reduced-motion: reduce){
      #crm-features .crm-features__art span{ animation: none; }
      #crm-features .reveal,
      #crm-features .tab-pane,
      #crm-features .nav-pills .nav-link,
      #crm-features .benefit-card,
      #crm-features .btn-soft,
      #crm-features .btn-accent{ transition: none !important; }
    }
    
    /* -------------------------------------- */
        /* FSM SECTION STYLES (SCOPED)            */
        /* -------------------------------------- */
        .fsm-section {
            padding: 80px 0;
            background-color: white;
        }

        .fsm-section .fsm-card {
            background: #fff;
            border: 1px solid #e2e8f0;
            border-radius: 16px;
            padding: 30px;
            height: 100%;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            text-align: center;
            display: flex;
            flex-direction: column;
        }

        .fsm-section .fsm-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px -5px rgba(0,0,0,0.1);
            border-color: transparent;
        }

        .fsm-section .fsm-icon-wrapper {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.8rem;
            margin: 0 auto 20px auto;
            transition: transform 0.3s ease;
        }

        .fsm-section .bg-blue-soft { background: #eff6ff; }
        .fsm-section .bg-green-soft { background: #f0fdf4; }
        .fsm-section .bg-purple-soft { background: #f5f3ff; }

        .fsm-section .fsm-card:hover .fsm-icon-wrapper {
            transform: scale(1.1) rotate(5deg);
        }

        .fsm-section .fsm-card-title {
            font-size: 1.25rem;
            font-weight: 700;
            margin-bottom: 10px;
            color: #1e293b;
        }

        .fsm-section .fsm-card-desc {
            font-size: 0.95rem;
            color: #64748b;
            margin-bottom: 30px;
            line-height: 1.6;
            flex-grow: 1; /* Pushes visual to bottom */
        }

        /* Visual Mockups at bottom of cards */
        .fsm-section .fsm-visual {
            height: 120px;
            width: 100%;
            background: #f8fafc;
            border-radius: 12px;
            position: relative;
            display: flex;
            align-items: flex-end;
            justify-content: center;
            gap: 15px;
            padding-bottom: 0;
            overflow: hidden;
            border: 1px solid #f1f5f9;
        }

        /* Sales Graph */
        .fsm-section .bar { width: 25px; background: #cbd5e1; border-radius: 6px 6px 0 0; transition: height 0.5s ease, background-color 0.3s; }
        .fsm-section .bar-1 { height: 40%; }
        .fsm-section .bar-2 { height: 60%; }
        .fsm-section .bar-3 { height: 30%; }
        
        .fsm-section .fsm-card:hover .bar-1 { height: 60%; background: var(--primary); }
        .fsm-section .fsm-card:hover .bar-2 { height: 85%; background: var(--primary); }
        .fsm-section .fsm-card:hover .bar-3 { height: 50%; background: var(--primary); }

        /* Field Map */
        .fsm-section .map-style { 
            background-color: #e0f2fe; 
            background-image: radial-gradient(#bae6fd 2px, transparent 2px);
            background-size: 20px 20px;
            align-items: center;
        }
        .fsm-section .map-dot { 
            width: 40px; height: 40px; 
            background: white; border-radius: 50%; 
            display: flex; align-items: center; justify-content: center;
            color: #0284c7; font-size: 1.2rem; 
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
            transition: all 0.3s ease; 
        }
        .fsm-section .fsm-card:hover .map-dot { transform: translateY(-5px); color: #0ea5e9; }

        /* HRMS ID Card */
        .fsm-section .hrms-style { align-items: center; background: #f3e8ff; }
        .fsm-section .id-card-mock { 
            width: 80px; height: 50px; 
            background: white; border-radius: 6px; 
            box-shadow: 0 4px 6px rgba(0,0,0,0.05); 
            padding: 8px; 
            display: flex; gap: 8px; align-items: center;
            transition: transform 0.3s ease;
        }
        .fsm-section .id-head { width: 20px; height: 20px; background: #e9d5ff; border-radius: 50%; flex-shrink: 0; }
        .fsm-section .id-lines { flex-grow: 1; display: flex; flex-direction: column; gap: 4px; }
        .fsm-section .id-line { width: 100%; height: 4px; background: #f3f4f6; border-radius: 2px; }
        .fsm-section .id-line.short { width: 60%; }
        
        .fsm-section .fsm-card:hover .id-card-mock { transform: scale(1.15); }
