
.omnichannelPageArea{
    --navy:#1c1a6e;
    --navy-deep:#141248;
    --indigo:#2b2ba8;
    --orange:#f4601c;
    --ink:#12122b;
    --slate:#5b6178;
    --slate-light:#8890a6;
    --lav:#eef0fb;
    --lav-soft:#f5f6fd;
    --line:#e7e9f5;
    --white:#ffffff;
    --fb:#1877f2;
    --ig1:#feda75; --ig2:#d62976; --ig3:#7638b7;
    --tg:#28a5e4;
    --wa:#25d366; --wa-deep:#128c7e;
    --wau:#0b7a63;
    --radius:18px;
    --shadow:0 18px 46px -22px rgba(28,26,110,.28);
    --shadow-sm:0 8px 22px -14px rgba(28,26,110,.30);
	 font-family:'Inter',sans-serif;
    color:var(--slate);
	 line-height:1.6;
  }
  *{box-sizing:border-box;margin:0;padding:0}
  html{scroll-behavior:smooth}
  body{   
    -webkit-font-smoothing:antialiased;   
  }
  .omnichannelPageArea h1, .omnichannelPageArea h2, .omnichannelPageArea h3, .omnichannelPageArea .display{font-family:'Plus Jakarta Sans',sans-serif;color:var(--ink);letter-spacing:-.02em;line-height:1.08}
  .omnichannelPageArea .wrap{max-width:1120px;margin:0 auto;padding:0 24px}
  .omnichannelPageArea .accent{color:var(--orange)}
  .omnichannelPageArea .indigo{color:var(--indigo)}

  /* eyebrow pill */
  .omnichannelPageArea .eyebrow{
    display:inline-block;font-family:'Plus Jakarta Sans';font-weight:700;
    font-size:11px;letter-spacing:.14em;text-transform:uppercase;
    color:var(--indigo);background:var(--lav);
    padding:7px 15px;border-radius:100px;border:1px solid var(--line);
  }
  .omnichannelPageArea .eyebrow.on-dark{color:#cfd2ff;background:rgba(255,255,255,.09);border-color:rgba(255,255,255,.16)}

  .omnichannelPageArea .center{text-align:center}
  .omnichannelPageArea .sub{max-width:640px;margin:16px auto 0;font-size:16.5px;color:var(--slate)}

  /* ---------- HERO ---------- */
  .omnichannelPageArea .hero{
    background:
      radial-gradient(900px 500px at 85% -5%, rgba(244,96,28,.07), transparent 60%),
      radial-gradient(800px 520px at 8% 10%, rgba(43,43,168,.09), transparent 55%),
      linear-gradient(180deg,#fbfbff 0%, #f2f3fc 100%);
    padding:64px 0 78px;
    border-bottom:1px solid var(--line);
  }
  .omnichannelPageArea .hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:56px;align-items:center;margin-top:34px}
  .omnichannelPageArea .hero h1{font-size:52px;font-weight:800}
  .omnichannelPageArea .hero .sub{margin-left:0}
  .omnichannelPageArea .badge-new{
    display:inline-flex;align-items:center;gap:8px;
    font-family:'Plus Jakarta Sans';font-weight:700;font-size:11px;letter-spacing:.12em;text-transform:uppercase;
    color:var(--orange);background:#fff;border:1px solid #f6d8c7;padding:7px 14px;border-radius:100px;
    box-shadow:var(--shadow-sm);
  }
  .omnichannelPageArea .badge-new .dot{width:7px;height:7px;border-radius:50%;background:var(--orange);animation:pulse 1.8s infinite}
  @keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}

  .omnichannelPageArea .cta-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
  .omnichannelPageArea .btn{
    font-family:'Plus Jakarta Sans';font-weight:700;font-size:15px;cursor:pointer;
    padding:14px 24px;border-radius:12px;border:1px solid transparent;text-decoration:none;
    display:inline-flex;align-items:center;gap:8px;transition:transform .16s ease, box-shadow .16s ease;
  }
  .omnichannelPageArea .btn-primary{background:var(--navy);color:#fff;box-shadow:var(--shadow-sm)}
  .omnichannelPageArea .btn-primary:hover{transform:translateY(-2px);box-shadow:0 14px 30px -12px rgba(28,26,110,.55)}
  .omnichannelPageArea .btn-ghost{background:#fff;color:var(--navy);border-color:var(--line)}
  .omnichannelPageArea .btn-ghost:hover{transform:translateY(-2px);border-color:#c9cdf0}

  .omnichannelPageArea .hero-chips{display:flex;gap:8px;flex-wrap:wrap;margin-top:24px}
  .omnichannelPageArea .chip{
    font-size:12.5px;font-weight:500;color:var(--slate);background:#fff;border:1px solid var(--line);
    padding:7px 13px;border-radius:100px;display:inline-flex;align-items:center;gap:7px;
  }
  .omnichannelPageArea .chip svg{width:13px;height:13px}

  /* unified inbox mockup */
  .omnichannelPageArea .inbox{
    background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);
    overflow:hidden;
  }
  .omnichannelPageArea .inbox-top{display:flex;align-items:center;gap:8px;padding:14px 18px;border-bottom:1px solid var(--line);background:var(--lav-soft)}
  .omnichannelPageArea .inbox-top .tl{display:flex;gap:6px}
  .omnichannelPageArea .tl span{width:11px;height:11px;border-radius:50%}
  .omnichannelPageArea .tl .r{background:#ff6058}.tl .y{background:#ffbd2e}.tl .g{background:#28c840}
  .omnichannelPageArea .inbox-title{margin-left:6px;font-family:'Plus Jakarta Sans';font-weight:700;font-size:13px;color:var(--ink)}
  .omnichannelPageArea .live{margin-left:auto;font-size:11px;font-weight:600;color:var(--wa-deep);display:flex;align-items:center;gap:6px}
  .omnichannelPageArea .live .bd{width:7px;height:7px;border-radius:50%;background:var(--wa);animation:pulse 1.6s infinite}

  .omnichannelPageArea .thread{padding:16px 16px 18px;display:flex;flex-direction:column;gap:12px}
  .omnichannelPageArea .msg{display:flex;gap:10px;align-items:flex-start;opacity:0;transform:translateY(8px);animation:rise .5s forwards}
  .omnichannelPageArea .msg:nth-child(1){animation-delay:.15s}
  .omnichannelPageArea .msg:nth-child(2){animation-delay:.5s}
  .omnichannelPageArea .msg:nth-child(3){animation-delay:.9s}
  .omnichannelPageArea .msg:nth-child(4){animation-delay:1.3s}
  @keyframes rise{to{opacity:1;transform:translateY(0)}}
  .omnichannelPageArea .av{width:30px;height:30px;border-radius:9px;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#fff}
  .omnichannelPageArea .av svg{width:16px;height:16px}
  .omnichannelPageArea .av.fb{background:var(--fb)}
  .omnichannelPageArea .av.ig{background:linear-gradient(45deg,var(--ig1),var(--ig2) 55%,var(--ig3))}
  .omnichannelPageArea .av.tg{background:var(--tg)}
  .omnichannelPageArea .av.wa{background:var(--wa)}
   .omnichannelPageArea .bubble{background:var(--lav-soft);border:1px solid var(--line);border-radius:4px 12px 12px 12px;padding:9px 12px;max-width:78%}
  .omnichannelPageArea .bubble .who{font-size:10.5px;font-weight:700;color:var(--slate-light);text-transform:uppercase;letter-spacing:.06em;margin-bottom:3px}
  .omnichannelPageArea .bubble p{font-size:13px;color:var(--ink);line-height:1.45}
  .omnichannelPageArea .msg.ai{flex-direction:row-reverse}
  .omnichannelPageArea .msg.ai .bubble{background:var(--navy);border-color:var(--navy);border-radius:12px 4px 12px 12px}
  .omnichannelPageArea .msg.ai .bubble p{color:#fff;margin-bottom:0px;}
  .omnichannelPageArea .msg.ai .bubble .who{color:#a7abff}
  .omnichannelPageArea .av.aibot{background:linear-gradient(135deg,var(--indigo),var(--navy))}
  .omnichannelPageArea .inbox-foot{border-top:1px solid var(--line);padding:11px 16px;display:flex;align-items:center;gap:8px;background:var(--lav-soft)}
  .omnichannelPageArea .inbox-foot .pill2{font-size:11px;font-weight:600;color:var(--indigo);background:#fff;border:1px solid var(--line);border-radius:100px;padding:5px 11px}
  .omnichannelPageArea .inbox-foot .grow{flex:1;height:9px;background:#fff;border:1px solid var(--line);border-radius:100px}

  /* ---------- SECTION SHELL ---------- */
  .omnichannelPageArea section.band{padding:78px 0}
  .omnichannelPageArea .band.lav{background:var(--lav-soft);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
  .omnichannelPageArea .band h2{font-size:38px;line-height:1.2;font-weight:800;margin-top:16px;}
  .omnichannelPageArea .head-block{max-width:660px;margin:0 auto}

  /* ---------- CHANNELS ---------- */
  .omnichannelPageArea .chan-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:44px}
  .omnichannelPageArea .chan-grid .span-hint{grid-column:span 1}
  .omnichannelPageArea .chan{
    background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:24px;
    box-shadow:var(--shadow-sm);position:relative;overflow:hidden;transition:transform .18s ease, box-shadow .18s ease;
  }
  .omnichannelPageArea .chan:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
  .omnichannelPageArea .chan::before{content:"";position:absolute;inset:0 0 auto 0;height:3px;background:var(--bar,var(--indigo))}
  .omnichannelPageArea .chan .ic{width:46px;height:46px;border-radius:13px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;color:#fff}
  .omnichannelPageArea .chan .ic svg{width:24px;height:24px}
  .omnichannelPageArea .chan h3{font-size:18px;font-weight:700;display:flex;align-items:center;gap:8px;flex-wrap:wrap}
  .omnichannelPageArea .tag-official{font-family:'Inter';font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--wa-deep);background:#e3f8ee;border-radius:100px;padding:3px 9px}
  .omnichannelPageArea .tag-quick{font-family:'Inter';font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--orange);background:#fdeee6;border-radius:100px;padding:3px 9px}
  .omnichannelPageArea .chan p{font-size:14px;margin-top:9px;color:var(--slate)}
  .omnichannelPageArea .chan ul{list-style:none;margin:0px;margin-top:14px;display:flex;flex-direction:column;gap:7px;padding:0px;}
  .omnichannelPageArea .chan li{font-size:13px;color:var(--ink);display:flex;gap:8px;align-items:flex-start}
  .omnichannelPageArea .chan li svg{width:15px;height:15px;flex-shrink:0;margin-top:2px;color:var(--bar,var(--indigo))}

  .omnichannelPageArea .c-fb .ic{background:var(--fb)} .c-fb{--bar:var(--fb)}
  .omnichannelPageArea .c-ig .ic{background:linear-gradient(45deg,var(--ig1),var(--ig2) 55%,var(--ig3))} .c-ig{--bar:var(--ig2)}
  .omnichannelPageArea .c-tg .ic{background:var(--tg)} .c-tg{--bar:var(--tg)}
  .omnichannelPageArea .c-wa .ic{background:var(--wa)} .c-wa{--bar:var(--wa)}
  .omnichannelPageArea .c-wau .ic{background:linear-gradient(135deg,var(--wau),#0a5c4a)} .c-wau{--bar:var(--wau)}

  /* ---------- BENEFITS ---------- */
  .omnichannelPageArea .ben-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:44px}
  .omnichannelPageArea .ben{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:26px;box-shadow:var(--shadow-sm);transition:transform .18s ease}
  .omnichannelPageArea .ben:hover{transform:translateY(-4px)}
  .omnichannelPageArea .ben .bic{width:44px;height:44px;border-radius:12px;background:var(--lav);display:flex;align-items:center;justify-content:center;color:var(--indigo);margin-bottom:16px}
  .omnichannelPageArea .ben .bic svg{width:22px;height:22px}
  .omnichannelPageArea .ben h3{font-size:17px;font-weight:700}
  .omnichannelPageArea .ben p{font-size:14px;margin-top:8px;margin-bottom:0px;}
  .omnichannelPageArea .ben.hi .bic{background:#fdeee6;color:var(--orange)}

  /* ---------- WHATSAPP SPLIT ---------- */
  .omnichannelPageArea .wa-split{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:44px}
  .omnichannelPageArea .wa-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:30px;box-shadow:var(--shadow-sm);position:relative}
  .omnichannelPageArea .wa-card .top{display:flex;align-items:center;gap:12px}
  .omnichannelPageArea .wa-card .top .ic{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff}
  .omnichannelPageArea .wa-card .top .ic svg{width:23px;height:23px}
  .omnichannelPageArea .wa-card.api .top .ic{background:var(--wa)}
  .omnichannelPageArea .wa-card.unof .top .ic{background:linear-gradient(135deg,var(--wau),#0a5c4a)}
  .omnichannelPageArea .wa-card h3{font-size:19px;font-weight:700;margin-bottom:0px;}
  .omnichannelPageArea .wa-card .lead{font-size:14px;margin:14px 0 18px}
  .omnichannelPageArea .wa-card ul{list-style:none;display:flex;flex-direction:column;gap:10px;padding:0px;}
  .omnichannelPageArea .wa-card li{font-size:14px;color:var(--ink);display:flex;gap:10px;align-items:flex-start}
  .omnichannelPageArea .wa-card li svg{width:16px;height:16px;flex-shrink:0;margin-top:2px}
  .omnichannelPageArea .wa-card.api li svg{color:var(--wa-deep)}
  .omnichannelPageArea .wa-card.unof li svg{color:var(--wau)}
  .omnichannelPageArea .wa-badge{position:absolute;top:35px;right:22px;font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-radius:100px;padding:4px 11px}
  .omnichannelPageArea .wa-card.api .wa-badge{color:var(--wa-deep);background:#e3f8ee}
  .omnichannelPageArea .wa-card.unof .wa-badge{color:var(--orange);background:#fdeee6}

  /* ---------- CTA ---------- */
  .omnichannelPageArea .cta{
    background:
      radial-gradient(700px 380px at 82% 120%, rgba(244,96,28,.30), transparent 60%),
      linear-gradient(120deg,var(--navy-deep),var(--navy) 55%,#3330b0);
    color:#fff;text-align:center;padding:82px 0;
  }
  .omnichannelPageArea .cta h2{color:#fff;font-size:40px;font-weight:800;margin-top:18px}
  .omnichannelPageArea .cta p{color:#c9ccf3;max-width:560px;margin:16px auto 0;font-size:16px}
  .omnichannelPageArea .cta .cta-row{justify-content:center;margin-top:30px}
  .omnichannelPageArea .btn-white{background:#fff;color:var(--navy)}
  .omnichannelPageArea .btn-white:hover{transform:translateY(-2px)}
  .omnichannelPageArea .btn-outline{background:transparent;color:#fff;border-color:rgba(255,255,255,.32)}
  .omnichannelPageArea .btn-outline:hover{transform:translateY(-2px);border-color:#fff}

  /* strip of channel logos under CTA text */
  .omnichannelPageArea .cta-strip{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:34px}
  .omnichannelPageArea .cta-strip .lg{width:40px;height:40px;border-radius:11px;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 8px 20px -8px rgba(0,0,0,.5)}
  .omnichannelPageArea .cta-strip .lg svg{width:21px;height:21px}

  /* responsive */
  @media(max-width:920px){
    .omnichannelPageArea .hero-grid{grid-template-columns:1fr;gap:40px}
    .omnichannelPageArea .hero h1{font-size:40px}
    .omnichannelPageArea .chan-grid,.ben-grid{grid-template-columns:repeat(2,1fr)}
    .omnichannelPageArea .wa-split{grid-template-columns:1fr}
    .omnichannelPageArea .band h2,.cta h2{font-size:31px}
	.omnichannelPageArea .ben-grid {    
    grid-template-columns: repeat(2, 1fr);    
	}
  }
  @media(max-width:560px){
	.omnichannelPageArea .sub {   
		font-size: 14px;    
	}	
    .omnichannelPageArea .band h2, .cta h2 {
        font-size: 24px;
        line-height: 1.2;
    }	
	.omnichannelPageArea .band .sub {   
		font-size: 14px;    
	}	
	.omnichannelPageArea .hero {
		padding: 40px 0 40px;
	}	  
    .omnichannelPageArea .hero h1{font-size:26px;line-height:1.2;}
	 .omnichannelPageArea .hero h1 br{display:none;}
	.omnichannelPageArea .hero-grid {margin-top:20px;}
	.omnichannelPageArea .hero .sub{font-size: 14px;}
	.omnichannelPageArea .cta-row {   
		gap: 5px;    
		margin-top: 22px;
	}
	.omnichannelPageArea .btn {   
    font-weight: 600;
    font-size: 12px;   
    padding: 10px 12px;
    border-radius: 8px;   
	gap: 5px;    
	}
	.omnichannelPageArea .hero-chips {gap: 5px;margin-top: 15px;}
	.omnichannelPageArea .chip {
		font-size: 10px;   
		padding: 5px 10px;    
		gap: 5px;
	}	
	
    .omnichannelPageArea .chan-grid,.ben-grid{grid-template-columns:1fr}
    .omnichannelPageArea .btn{flex:1;justify-content:center}
    .omnichannelPageArea section.band{padding:56px 0}
	.omnichannelPageArea .ben-grid {    
		grid-template-columns: repeat(1, 1fr);    
	}
	.omnichannelPageArea .wa-card{padding:20px 20px;}
	.omnichannelPageArea .wa-badge {    
		top: -15px;
	}
	.omnichannelPageArea .cta h2 {   
		font-size: 24px;
		font-weight: 700;   
	}
	.omnichannelPageArea .cta p {   
		font-size: 14px;
	}
	.omnichannelPageArea .wa-card .top .ic {
		width: 36px;
		height: 36px;
		border-radius: 8px;
	}
	.omnichannelPageArea .wa-card .top .ic svg {
		width: 18px;
		height: 18px;
	}
	.omnichannelPageArea .wa-card h3 {
		font-size: 16px;
	}	
	.omnichannelPageArea .chan .ic {
		width: 36px;
		height: 36px;
		border-radius: 8px;
	}
	.omnichannelPageArea .chan .ic svg {
		width: 18px;
		height: 18px;
	}	
	.omnichannelPageArea .chan h3 {
		font-size: 16px;		
		gap: 5px;
	}	
	.omnichannelPageArea .ben .bic {
		width: 36px;
		height: 36px;
		border-radius: 8px;
	}		
	.omnichannelPageArea .ben h3 {
		font-size: 16px;
	}
	.omnichannelPageArea .band h2 br{display:none;}	
	
	
  }
  
  @media(prefers-reduced-motion:reduce){
    *{animation:none!important;transition:none!important}
    .omnichannelPageArea .msg{opacity:1;transform:none}
  }