/*
 * Production UI Theme Patch
 * Purpose: final visual authority layer for the Arabic RTL SaaS interface.
 * Scope: Bootstrap, public website, dashboard, DataTables, inbox/chat, dark mode, JS-generated utility states.
 */
:root,
[data-bs-theme="light"]{
  color-scheme: light;
  --eank-primary:#145c4c;
  --eank-primary-h:#0e4539;
  --eank-primary-soft:#e7f3ef;
  --eank-primary-rgb:20,92,76;
  --eank-accent:#D79744;
  --eank-accent-h:#bf8133;
  --eank-accent-soft:#fff4df;
  --eank-accent-rgb:215,151,68;
  --eank-bg:#f7faf8;
  --eank-surface:#ffffff;
  --eank-surface-2:#f1f6f3;
  --eank-surface-3:#e9f0ec;
  --eank-border:#dfe8e3;
  --eank-border-strong:#cbd9d2;
  --eank-text:#10231d;
  --eank-heading:#0b1f19;
  --eank-muted:#66766f;
  --eank-muted-2:#82928b;
  --eank-danger:#b42318;
  --eank-danger-soft:#fff1f0;
  --eank-warning:#b7791f;
  --eank-warning-soft:#fff6e6;
  --eank-info:#0f766e;
  --eank-info-soft:#e8faf7;
  --eank-success:#145c4c;
  --eank-success-soft:#e7f3ef;
  --eank-chat-bg:#eef4f0;
  --eank-chat-header:#ffffff;
  --eank-chat-panel:#ffffff;
  --eank-chat-bubble-in:#ffffff;
  --eank-chat-bubble-out:#e7f3ef;
  --eank-chat-border:#d9e8e1;
  --eank-shadow-sm:0 1px 2px rgba(16,35,29,.06);
  --eank-shadow-md:0 .55rem 1.5rem rgba(16,35,29,.09);
  --eank-shadow-lg:0 1.2rem 3rem rgba(16,35,29,.13);
  --bs-body-bg:var(--eank-bg);
  --bs-body-color:var(--eank-text);
  --bs-emphasis-color:var(--eank-heading);
  --bs-secondary-color:var(--eank-muted);
  --bs-tertiary-color:var(--eank-muted-2);
  --bs-border-color:var(--eank-border);
  --bs-border-color-translucent:rgba(var(--eank-primary-rgb),.14);
  --bs-primary:var(--eank-primary);
  --bs-primary-rgb:var(--eank-primary-rgb);
  --bs-success:var(--eank-success);
  --bs-success-rgb:var(--eank-primary-rgb);
  --bs-warning:var(--eank-accent);
  --bs-warning-rgb:var(--eank-accent-rgb);
  --bs-info:var(--eank-info);
  --bs-danger:var(--eank-danger);
  --bs-link-color:var(--eank-primary);
  --bs-link-hover-color:var(--eank-primary-h);
  --bs-focus-ring-color:rgba(var(--eank-primary-rgb),.22);
}
[data-bs-theme="dark"]{
  color-scheme: dark;
  --eank-primary:#68b9a3;
  --eank-primary-h:#8bd3bf;
  --eank-primary-soft:#102d27;
  --eank-primary-rgb:104,185,163;
  --eank-accent:#e0ad61;
  --eank-accent-h:#f0c982;
  --eank-accent-soft:#3a2a14;
  --eank-accent-rgb:224,173,97;
  --eank-bg:#08130f;
  --eank-surface:#111f1a;
  --eank-surface-2:#162923;
  --eank-surface-3:#1d342d;
  --eank-border:#28473e;
  --eank-border-strong:#386052;
  --eank-text:#eef7f3;
  --eank-heading:#ffffff;
  --eank-muted:#a8bbb3;
  --eank-muted-2:#849a91;
  --eank-danger:#ff8f86;
  --eank-danger-soft:#3b1715;
  --eank-warning:#f0c982;
  --eank-warning-soft:#332511;
  --eank-info:#83d9cf;
  --eank-info-soft:#0e2e2a;
  --eank-success:#68b9a3;
  --eank-success-soft:#102d27;
  --eank-chat-bg:#0b1713;
  --eank-chat-header:#111f1a;
  --eank-chat-panel:#111f1a;
  --eank-chat-bubble-in:#142720;
  --eank-chat-bubble-out:#183c34;
  --eank-chat-border:#2b5045;
  --eank-shadow-sm:0 1px 2px rgba(0,0,0,.35);
  --eank-shadow-md:0 .55rem 1.5rem rgba(0,0,0,.36);
  --eank-shadow-lg:0 1.2rem 3rem rgba(0,0,0,.42);
  --bs-body-bg:var(--eank-bg);
  --bs-body-color:var(--eank-text);
  --bs-emphasis-color:var(--eank-heading);
  --bs-secondary-color:var(--eank-muted);
  --bs-tertiary-color:var(--eank-muted-2);
  --bs-border-color:var(--eank-border);
  --bs-border-color-translucent:rgba(var(--eank-primary-rgb),.18);
}
html{scrollbar-color:var(--eank-border-strong) var(--eank-bg);} 
body,
.dashboard-body,
.public-body,
.auth-public-body,
.eank-tailwind-ready{background:var(--eank-bg)!important;color:var(--eank-text)!important;font-family:"IBM Plex Sans Arabic","Tajawal","Cairo",system-ui,-apple-system,"Segoe UI",sans-serif;}
::selection{background:rgba(var(--eank-accent-rgb),.32);color:var(--eank-heading);} 
:focus-visible{outline:3px solid rgba(var(--eank-accent-rgb),.38)!important;outline-offset:2px;}
a{color:var(--eank-primary);}a:hover{color:var(--eank-primary-h);} 
.text-body,.text-dark{color:var(--eank-text)!important}.text-muted,.text-secondary{color:var(--eank-muted)!important}.text-success,.text-primary{color:var(--eank-primary)!important}.text-warning{color:var(--eank-accent)!important}.text-info{color:var(--eank-info)!important}.text-danger{color:var(--eank-danger)!important}
.bg-body,.bg-white,.bg-light{background-color:var(--eank-surface)!important;color:var(--eank-text)!important}.bg-secondary-subtle,.bg-light-subtle{background-color:var(--eank-surface-2)!important}.bg-success,.bg-primary{background-color:var(--eank-primary)!important;color:#fff!important}.bg-warning{background-color:var(--eank-accent)!important;color:#1e160b!important}.bg-secondary{background-color:var(--eank-surface-3)!important;color:var(--eank-text)!important}.border,.border-top,.border-end,.border-bottom,.border-start{border-color:var(--eank-border)!important;}
.card,.modal-content,.offcanvas,.dropdown-menu,.toast,.list-group-item,.eank-section-card,.eank-data-card,.tw-safe-card,.tw-safe-auth-card,.eank-panel,.eank-ai-panel,.eank-sticky-panel{background:var(--eank-surface)!important;color:var(--eank-text)!important;border-color:var(--eank-border)!important;box-shadow:var(--eank-shadow-sm);} 
.card-header,.card-footer,.modal-header,.modal-footer,.offcanvas-header,.offcanvas-body,.dropdown-header{background:var(--eank-surface)!important;color:var(--eank-text)!important;border-color:var(--eank-border)!important;}
.btn{border-radius:.95rem;font-weight:800;letter-spacing:0;}
.btn-primary,.btn-success,.btn-primary-eank,.btn-solid,.main-btn{background:linear-gradient(135deg,var(--eank-primary),var(--eank-primary-h))!important;border-color:var(--eank-primary)!important;color:#fff!important;box-shadow:0 .45rem 1rem rgba(var(--eank-primary-rgb),.16);} 
.btn-primary:hover,.btn-success:hover,.btn-primary-eank:hover,.btn-solid:hover,.main-btn:hover{background:linear-gradient(135deg,var(--eank-primary-h),var(--eank-primary))!important;border-color:var(--eank-primary-h)!important;color:#fff!important;transform:translateY(-1px);} 
.btn-outline-primary,.btn-outline-success,.btn-outline-eank,.btn-border{color:var(--eank-primary)!important;border-color:rgba(var(--eank-primary-rgb),.38)!important;background:transparent!important;}
.btn-outline-primary:hover,.btn-outline-success:hover,.btn-outline-eank:hover,.btn-border:hover{background:var(--eank-primary)!important;border-color:var(--eank-primary)!important;color:#fff!important;}
.btn-warning{background:linear-gradient(135deg,var(--eank-accent),var(--eank-accent-h))!important;border-color:var(--eank-accent)!important;color:#1e160b!important}.btn-outline-warning{color:var(--eank-accent)!important;border-color:rgba(var(--eank-accent-rgb),.42)!important}.btn-outline-warning:hover{background:var(--eank-accent)!important;color:#1e160b!important}.btn-info{background:var(--eank-info)!important;border-color:var(--eank-info)!important;color:#fff!important}.btn-danger{background:var(--eank-danger)!important;border-color:var(--eank-danger)!important;color:#fff!important}.btn-light{background:var(--eank-surface-2)!important;border-color:var(--eank-border)!important;color:var(--eank-text)!important}.btn-secondary{background:var(--eank-surface-3)!important;border-color:var(--eank-border-strong)!important;color:var(--eank-text)!important}
.badge.text-bg-success,.badge.text-bg-primary,.text-bg-success,.text-bg-primary{background:var(--eank-primary)!important;color:#fff!important}.badge.text-bg-warning,.text-bg-warning{background:var(--eank-accent-soft)!important;color:#5b3b0d!important;border:1px solid rgba(var(--eank-accent-rgb),.22)}.badge.text-bg-light,.text-bg-light{background:var(--eank-surface-2)!important;color:var(--eank-text)!important;border:1px solid var(--eank-border)}.badge.text-bg-info,.text-bg-info{background:var(--eank-info-soft)!important;color:var(--eank-info)!important}.badge.text-bg-danger,.text-bg-danger{background:var(--eank-danger-soft)!important;color:var(--eank-danger)!important}
.alert{border-radius:1.15rem;border-color:var(--eank-border)!important;color:var(--eank-text)!important}.alert-success,.alert-primary{background:var(--eank-success-soft)!important;color:var(--eank-primary)!important;border-color:rgba(var(--eank-primary-rgb),.22)!important}.alert-warning{background:var(--eank-warning-soft)!important;color:var(--eank-warning)!important;border-color:rgba(var(--eank-accent-rgb),.25)!important}.alert-info{background:var(--eank-info-soft)!important;color:var(--eank-info)!important}.alert-light,.alert-secondary{background:var(--eank-surface-2)!important;color:var(--eank-text)!important}.alert-danger{background:var(--eank-danger-soft)!important;color:var(--eank-danger)!important}
.form-control,.form-select,.input-group-text,.form-check-input{background-color:var(--eank-surface)!important;color:var(--eank-text)!important;border-color:var(--eank-border)!important}.input-group-text{background:var(--eank-surface-2)!important;color:var(--eank-muted)!important}.form-control::placeholder{color:var(--eank-muted-2)!important}.form-control:focus,.form-select:focus,.form-check-input:focus{border-color:var(--eank-primary)!important;box-shadow:0 0 0 .24rem rgba(var(--eank-primary-rgb),.16)!important}.form-check-input:checked{background-color:var(--eank-primary)!important;border-color:var(--eank-primary)!important}.form-label{color:var(--eank-heading)!important;font-weight:800;}
.table,table.dataTable{--bs-table-bg:var(--eank-surface);--bs-table-color:var(--eank-text);--bs-table-border-color:var(--eank-border);--bs-table-striped-bg:rgba(var(--eank-primary-rgb),.035);--bs-table-hover-bg:rgba(var(--eank-primary-rgb),.065);color:var(--eank-text)!important;border-color:var(--eank-border)!important}.table thead th,table.dataTable thead th{background:var(--eank-surface-2)!important;color:var(--eank-heading)!important;border-color:var(--eank-border)!important;font-weight:900}.table tbody td,table.dataTable tbody td{border-color:var(--eank-border)!important}.table tbody tr:hover td,table.dataTable tbody tr:hover>*{background:rgba(var(--eank-primary-rgb),.055)!important}.table-striped>tbody>tr:nth-of-type(odd)>*{background:rgba(var(--eank-primary-rgb),.025)!important;color:var(--eank-text)!important}
.dataTables_wrapper,.dt-container{color:var(--eank-text)!important}.dataTables_wrapper .dataTables_filter input,.dataTables_wrapper .dataTables_length select,.dt-container input,.dt-container select{background:var(--eank-surface)!important;color:var(--eank-text)!important;border:1px solid var(--eank-border)!important;border-radius:.9rem!important;min-height:40px}.dataTables_wrapper .dataTables_paginate .paginate_button{border-radius:.8rem!important;border:1px solid var(--eank-border)!important;background:var(--eank-surface)!important;color:var(--eank-text)!important}.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,.dataTables_wrapper .dataTables_paginate .paginate_button:hover{background:var(--eank-primary)!important;border-color:var(--eank-primary)!important;color:#fff!important}.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter{color:var(--eank-muted)!important}
.pagination .page-link{background:var(--eank-surface)!important;color:var(--eank-primary)!important;border-color:var(--eank-border)!important}.pagination .active>.page-link,.page-link.active{background:var(--eank-primary)!important;border-color:var(--eank-primary)!important;color:#fff!important}.dropdown-item{color:var(--eank-text)!important}.dropdown-item:hover,.dropdown-item:focus{background:var(--eank-primary-soft)!important;color:var(--eank-primary)!important}.dropdown-item.active,.dropdown-item:active{background:var(--eank-primary)!important;color:#fff!important}.nav-pills .nav-link{color:var(--eank-text)}.nav-pills .nav-link.active{background:var(--eank-primary)!important;color:#fff!important}.progress,.progress-stacked{background:var(--eank-surface-2)!important}.progress-bar{background:linear-gradient(90deg,var(--eank-primary),var(--eank-accent))!important;color:#fff!important}
.eank-sidebar{background:linear-gradient(180deg,var(--eank-surface),var(--eank-surface-2))!important;border-color:var(--eank-border)!important}.eank-sidebar .nav-link{color:var(--eank-text)!important}.eank-sidebar .nav-link:hover{background:var(--eank-primary-soft)!important;color:var(--eank-primary)!important}.eank-sidebar .nav-link.active{background:linear-gradient(135deg,var(--eank-primary),var(--eank-primary-h))!important;color:#fff!important;box-shadow:var(--eank-shadow-md)}.eank-topbar{background:color-mix(in srgb,var(--eank-surface) 92%,transparent)!important;border-color:var(--eank-border)!important}.eank-main,.eank-page-content,.tw-page-shell{background:var(--eank-bg)!important;color:var(--eank-text)!important}.eank-brand-surface{background:linear-gradient(135deg,rgba(var(--eank-primary-rgb),.08),rgba(var(--eank-accent-rgb),.12))!important;border-color:var(--eank-border)!important}.eank-kpi-icon,.eank-contact-avatar,.eank-contact-avatar-static{background:linear-gradient(135deg,var(--eank-primary),var(--eank-accent))!important;color:#fff!important}.tw-page-header,.page-header,.eank-page-header{background:var(--eank-surface)!important;border-color:var(--eank-border)!important;color:var(--eank-text)!important}
.public-body{--eank-public-bg:var(--eank-bg);--eank-public-card:var(--eank-surface);--eank-public-ink:var(--eank-text);--eank-public-muted:var(--eank-muted);--eank-public-border:var(--eank-border);background:radial-gradient(circle at 12% 0%,rgba(var(--eank-accent-rgb),.16),transparent 34%),linear-gradient(180deg,var(--eank-bg),var(--eank-surface-2))!important;color:var(--eank-text)!important}.public-header,.public-navbar{background:color-mix(in srgb,var(--eank-surface) 94%,transparent)!important;border-color:var(--eank-border)!important;box-shadow:0 .65rem 1.6rem rgba(16,35,29,.06)}.public-brand__name,.public-footer strong,.public-section-title,.public-hero h1{color:var(--eank-heading)!important}.public-navbar .nav-link,.public-menu-link{color:var(--eank-text)!important}.public-navbar .nav-link.active,.public-navbar .nav-link:hover,.public-menu-link.active,.public-menu-link:hover{color:var(--eank-primary)!important;background:var(--eank-primary-soft)!important}.public-menu-button,.public-offcanvas,.public-offcanvas .offcanvas-header,.public-offcanvas .offcanvas-body{background:var(--eank-surface)!important;color:var(--eank-text)!important;border-color:var(--eank-border)!important}.public-footer{background:var(--eank-surface)!important;border-color:var(--eank-border)!important;color:var(--eank-text)!important}.public-footer a{color:var(--eank-muted)!important}.public-footer a:hover{color:var(--eank-primary)!important}.public-card,.public-feature-card,.public-pricing-card,.pricing-card,.feature-card{background:var(--eank-surface)!important;color:var(--eank-text)!important;border-color:var(--eank-border)!important;box-shadow:var(--eank-shadow-sm)}.public-hero,.public-section,.public-cta{color:var(--eank-text)!important}.public-cta{background:linear-gradient(135deg,rgba(var(--eank-primary-rgb),.08),rgba(var(--eank-accent-rgb),.12))!important;border-color:var(--eank-border)!important}
.eank-inbox-page,.eank-inbox-shell{background:var(--eank-chat-panel)!important;color:var(--eank-text)!important;border-color:var(--eank-chat-border)!important}.eank-inbox-list,.eank-inbox-panel-profile{background:var(--eank-surface-2)!important;border-color:var(--eank-chat-border)!important}.eank-inbox-messages,.eank-message-stream,.eank-chat-stream,.eank-messages-list{background:radial-gradient(circle at 25% 12%,rgba(var(--eank-accent-rgb),.10),transparent 30%),var(--eank-chat-bg)!important;color:var(--eank-text)!important}.eank-chat-bubble,.wa-message,.message-bubble{background:var(--eank-chat-bubble-in)!important;color:var(--eank-text)!important;border:1px solid var(--eank-chat-border)!important;box-shadow:var(--eank-shadow-sm)}.eank-chat-bubble-out,.wa-message.out,.message-bubble.out,.message-out{background:var(--eank-chat-bubble-out)!important;border-color:rgba(var(--eank-primary-rgb),.22)!important;color:var(--eank-text)!important}.eank-chat-bubble-in,.wa-message.in,.message-bubble.in,.message-in{background:var(--eank-chat-bubble-in)!important;border-color:var(--eank-chat-border)!important;color:var(--eank-text)!important}.eank-conversation-card{background:transparent!important;border-color:transparent!important;color:var(--eank-text)!important}.eank-conversation-card:hover,.eank-conversation-card.active{background:var(--eank-surface)!important;border-color:var(--eank-border)!important}.wa-header,.chat-header,.eank-inbox-header{background:var(--eank-chat-header)!important;color:var(--eank-text)!important;border-color:var(--eank-chat-border)!important}.wa-send-button,.chat-send-button{background:var(--eank-primary)!important;color:#fff!important;border-color:var(--eank-primary)!important}.bi-whatsapp,.text-whatsapp{color:var(--eank-primary)!important}.bg-whatsapp{background:var(--eank-primary)!important;color:#fff!important}
.eank-upload-zone,.eank-empty,.eank-error-state,.empty-state{background:var(--eank-surface)!important;border-color:var(--eank-border)!important;color:var(--eank-muted)!important}.eank-type-hint,.eank-catalog-mode-strip,.eank-active-type-summary{background:linear-gradient(135deg,rgba(var(--eank-primary-rgb),.08),rgba(var(--eank-accent-rgb),.12))!important;border-color:rgba(var(--eank-primary-rgb),.14)!important;color:var(--eank-text)!important}.eank-type-choice,.eank-mode-preset,.eank-type-panel,.eank-spec-row,.eank-product-image-hero,.eank-product-image-preview{background:var(--eank-surface)!important;color:var(--eank-text)!important;border-color:var(--eank-border)!important}.eank-type-choice:hover,.eank-type-choice.active,.eank-mode-preset:hover,.eank-mode-preset.active{background:var(--eank-primary-soft)!important;border-color:rgba(var(--eank-primary-rgb),.32)!important;box-shadow:var(--eank-shadow-md)!important}.eank-catalog-wizard-head{background:color-mix(in srgb,var(--eank-surface) 94%,transparent)!important;border-color:var(--eank-border)!important}.eank-catalog-form-nav-scroll a{background:var(--eank-surface)!important;color:var(--eank-muted)!important;border-color:var(--eank-border)!important}.eank-catalog-form-nav-scroll a:hover,.eank-catalog-form-nav-scroll a.active{background:var(--eank-primary)!important;color:#fff!important;border-color:var(--eank-primary)!important}
.eank-mobile-bottom-nav,.mobile-bottom-nav{background:var(--eank-surface)!important;color:var(--eank-text)!important;border-color:var(--eank-border)!important;box-shadow:0 -1rem 2rem rgba(16,35,29,.08)}.eank-mobile-bottom-nav a,.mobile-bottom-nav a{color:var(--eank-muted)!important}.eank-mobile-bottom-nav a.active,.eank-mobile-bottom-nav a:hover,.mobile-bottom-nav a.active,.mobile-bottom-nav a:hover{color:var(--eank-primary)!important;background:var(--eank-primary-soft)!important}
[data-bs-theme="dark"] img:not(.public-brand__mark):not(.eank-brand-surface img){filter:none}.shadow,.shadow-sm,.shadow-lg{box-shadow:var(--eank-shadow-md)!important}.eank-loading-line{background:linear-gradient(90deg,var(--eank-primary),var(--eank-accent))!important}
@media (max-width: 991.98px){.eank-sidebar{background:var(--eank-surface)!important}.public-navbar{background:var(--eank-surface)!important}.eank-inbox-page{height:auto!important;min-height:100dvh}.eank-inbox-shell{min-height:calc(100dvh - 1rem)!important}}

/* v2627 focused public/auth harmony patch for eank.org home/login/register/forgot-password */
:root{
  --eank-site-bg:#f7faf8;
  --eank-site-bg-2:#eef6f1;
  --eank-site-surface:#ffffff;
  --eank-site-surface-soft:#f5f9f6;
  --eank-site-text:#10231d;
  --eank-site-heading:#0b241d;
  --eank-site-muted:#63746d;
  --eank-site-border:#dfe9e3;
  --eank-site-primary:#145c4c;
  --eank-site-primary-hover:#0e4539;
  --eank-site-accent:#D79744;
  --eank-site-accent-soft:#fff3df;
  --eank-site-shadow:0 24px 70px rgba(16,35,29,.11);
  --eank-site-shadow-soft:0 14px 36px rgba(16,35,29,.08);
}
.public-body-production,
.auth-production-body{
  background:
    radial-gradient(circle at 85% 0%,rgba(215,151,68,.16),transparent 28rem),
    radial-gradient(circle at 8% 88%,rgba(20,92,76,.11),transparent 30rem),
    linear-gradient(180deg,var(--eank-site-bg),var(--eank-site-surface-soft))!important;
  color:var(--eank-site-text)!important;
  overflow-x:hidden;
}
.public-body-production .container,
.auth-production-body .container{max-width:1160px;}
.public-body-production .public-header,
.public-body-production .public-navbar{
  background:rgba(255,255,255,.88)!important;
  border-bottom:1px solid var(--eank-site-border)!important;
  backdrop-filter:saturate(160%) blur(16px);
  box-shadow:0 10px 32px rgba(16,35,29,.055)!important;
}
.public-body-production .public-brand__name,
.public-body-production .public-navbar .nav-link.active,
.public-body-production .public-navbar .nav-link:hover{color:var(--eank-site-primary)!important;}
.public-body-production .public-navbar .nav-link{
  color:var(--eank-site-muted)!important;
  border-radius:999px;
  font-weight:800;
}
.public-body-production .public-navbar .nav-link.active,
.public-body-production .public-navbar .nav-link:hover{background:rgba(20,92,76,.08)!important;}
.public-body-production .btn-primary-eank,
.auth-production-body .btn-primary-eank,
.auth-production-body .auth-public-submit{
  background:linear-gradient(135deg,var(--eank-site-primary),var(--eank-site-primary-hover))!important;
  border:1px solid var(--eank-site-primary)!important;
  color:#fff!important;
  box-shadow:0 16px 34px rgba(20,92,76,.20)!important;
}
.public-body-production .btn-primary-eank:hover,
.auth-production-body .btn-primary-eank:hover,
.auth-production-body .auth-public-submit:hover{filter:none!important;background:linear-gradient(135deg,var(--eank-site-primary-hover),var(--eank-site-primary))!important;color:#fff!important;}
.public-body-production .btn-outline-eank,
.auth-production-body .btn-outline-eank{
  background:rgba(255,255,255,.78)!important;
  border:1px solid rgba(20,92,76,.28)!important;
  color:var(--eank-site-primary)!important;
  box-shadow:none!important;
}
.public-body-production .btn-outline-eank:hover,
.auth-production-body .btn-outline-eank:hover{background:var(--eank-site-primary)!important;border-color:var(--eank-site-primary)!important;color:#fff!important;}
.public-body-production .public-hero-v2612,
.public-body-production .public-hero-v2615,
.public-body-production .tw-safe-public-hero{
  background:transparent!important;
  color:var(--eank-site-text)!important;
  padding-block:clamp(4rem,7vw,6.25rem)!important;
}
.public-body-production .public-hero-v2612 h1,
.public-body-production .public-hero-v2615 h1,
.public-body-production .public-section-title h2,
.public-body-production .public-final-cta-card h2{
  color:var(--eank-site-heading)!important;
  text-wrap:balance;
}
.public-body-production .public-hero-v2612 .lead,
.public-body-production .public-hero-v2615 .lead,
.public-body-production .public-section-title p,
.public-body-production .public-final-cta-card p,
.public-body-production .public-footer p{color:var(--eank-site-muted)!important;}
.public-body-production .public-kicker,
.public-body-production .public-proof-v2615 span{
  background:rgba(20,92,76,.08)!important;
  border:1px solid rgba(20,92,76,.14)!important;
  color:var(--eank-site-primary)!important;
}
.public-body-production .public-dashboard-card,
.public-body-production .public-sales-card,
.public-body-production .public-feature-card,
.public-body-production .public-impact-card,
.public-body-production .public-final-cta-card,
.public-body-production .public-process-grid>div{
  background:linear-gradient(180deg,#fff,var(--eank-site-surface-soft))!important;
  border:1px solid var(--eank-site-border)!important;
  color:var(--eank-site-text)!important;
  box-shadow:var(--eank-site-shadow-soft)!important;
}
.public-body-production .public-sales-card-v2615{box-shadow:var(--eank-site-shadow)!important;}
.public-body-production .public-live-badge,
.public-body-production .public-feature-card i,
.public-body-production .public-process-grid b{
  background:linear-gradient(135deg,var(--eank-site-primary),var(--eank-site-primary-hover))!important;
  color:#fff!important;
}
.public-body-production .public-chat-demo .msg.inbound{background:#fff!important;color:var(--eank-site-text)!important;border:1px solid var(--eank-site-border)!important;}
.public-body-production .public-chat-demo .msg.outbound{background:#e8f4ee!important;color:#14352b!important;border:1px solid rgba(20,92,76,.15)!important;}
.public-body-production .public-mini-stat{background:#fff!important;border:1px solid var(--eank-site-border)!important;color:var(--eank-site-text)!important;}
.public-body-production .public-mini-stat span{color:var(--eank-site-muted)!important;}
.public-body-production .public-mini-stat b{color:var(--eank-site-primary)!important;}
.public-body-production .public-soft-band,
.public-body-production .public-conversion-band{background:linear-gradient(135deg,rgba(20,92,76,.055),rgba(215,151,68,.075))!important;border-block:1px solid var(--eank-site-border)!important;}
.public-body-production .public-footer{background:#fff!important;border-top:1px solid var(--eank-site-border)!important;color:var(--eank-site-text)!important;}
.public-body-production .public-footer a{color:var(--eank-site-muted)!important;}.public-body-production .public-footer a:hover{color:var(--eank-site-primary)!important;}
.auth-production-body .auth-public-page,
.auth-page-clean{
  min-height:100dvh!important;
  display:flex!important;
  align-items:center!important;
  padding:clamp(1.25rem,3vw,3rem) 0!important;
  background:
    radial-gradient(circle at 86% 8%,rgba(215,151,68,.16),transparent 25rem),
    radial-gradient(circle at 12% 86%,rgba(20,92,76,.13),transparent 27rem),
    linear-gradient(135deg,#f7faf8 0%,#fff 48%,#f5f9f6 100%)!important;
  color:var(--eank-site-text)!important;
}
.auth-production-body .auth-public-grid{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(390px,.72fr)!important;gap:1.35rem!important;align-items:stretch!important;}
.auth-production-body .auth-public-grid-compact{grid-template-columns:minmax(0,.95fr) minmax(390px,.72fr)!important;}
.auth-production-body .auth-public-panel,
.auth-production-body .auth-register-intro-v2{
  min-height:600px!important;
  border-radius:34px!important;
  padding:2.15rem!important;
  background:
    radial-gradient(circle at 18% 5%,rgba(215,151,68,.20),transparent 17rem),
    linear-gradient(145deg,#145c4c,#0e4539)!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.15)!important;
  box-shadow:var(--eank-site-shadow)!important;
  overflow:hidden!important;
}
.auth-production-body .auth-public-card,
.auth-production-body .auth-register-form-card-v2{
  border-radius:34px!important;
  background:linear-gradient(180deg,#fff,#f8fbf9)!important;
  color:var(--eank-site-text)!important;
  border:1px solid var(--eank-site-border)!important;
  box-shadow:var(--eank-site-shadow)!important;
  padding:clamp(1.35rem,3vw,2.25rem)!important;
}
.auth-production-body .auth-public-name,
.auth-production-body .auth-public-copy h1,
.auth-production-body .auth-register-brand-v2 strong,
.auth-production-body .auth-register-hero-v2 h1{color:#fff!important;}
.auth-production-body .auth-public-subtitle,
.auth-production-body .auth-public-copy p,
.auth-production-body .auth-register-brand-v2 span,
.auth-production-body .auth-register-hero-v2 p{color:rgba(255,255,255,.80)!important;}
.auth-production-body .auth-public-card-head h2,
.auth-production-body .auth-register-card-head-v2 h2,
.auth-production-body .auth-register-section-title-v2 b{color:var(--eank-site-heading)!important;}
.auth-production-body .auth-public-card-head p,
.auth-production-body .auth-register-card-head-v2 p,
.auth-production-body .auth-register-section-title-v2 span,
.auth-production-body .auth-public-foot{color:var(--eank-site-muted)!important;}
.auth-production-body .auth-public-kicker{
  background:rgba(20,92,76,.08)!important;
  border:1px solid rgba(20,92,76,.15)!important;
  color:var(--eank-site-primary)!important;
}
.auth-production-body .auth-public-panel .auth-public-kicker,
.auth-production-body .auth-register-intro-v2 .auth-public-kicker{background:rgba(255,255,255,.12)!important;border-color:rgba(255,255,255,.18)!important;color:#fff!important;}
.auth-production-body .auth-public-benefits div,
.auth-production-body .auth-public-steps div,
.auth-production-body .auth-register-benefits-v2 div,
.auth-production-body .auth-register-progress-v2 div,
.auth-production-body .auth-register-section-v2{
  background:rgba(255,255,255,.78)!important;
  border:1px solid var(--eank-site-border)!important;
  color:var(--eank-site-text)!important;
}
.auth-production-body .auth-public-panel .auth-public-benefits div,
.auth-production-body .auth-register-intro-v2 .auth-register-benefits-v2 div,
.auth-production-body .auth-register-intro-v2 .auth-register-progress-v2 div{background:rgba(255,255,255,.10)!important;border-color:rgba(255,255,255,.16)!important;color:#fff!important;}
.auth-production-body .auth-public-benefits i,
.auth-production-body .auth-public-steps b,
.auth-production-body .auth-register-progress-v2 b,
.auth-production-body .auth-register-benefits-v2 i,
.auth-production-body .auth-register-section-title-v2>i{
  background:linear-gradient(135deg,var(--eank-site-primary),var(--eank-site-primary-hover))!important;
  color:#fff!important;
}
.auth-production-body .auth-register-intro-v2 .auth-register-progress-v2 b,
.auth-production-body .auth-register-intro-v2 .auth-register-benefits-v2 i{background:rgba(255,255,255,.16)!important;color:#fff!important;}
.auth-production-body .form-label{color:var(--eank-site-heading)!important;font-weight:900!important;}
.auth-production-body .auth-input-wrap,
.auth-production-body .auth-public-form .form-control,
.auth-production-body .auth-public-form .form-select,
.auth-production-body .auth-register-v2616-13 .form-control,
.auth-production-body .auth-register-v2616-13 .form-select,
.auth-production-body .auth-register-v2616-13 .auth-input-wrap{
  background:#fff!important;
  border:1px solid var(--eank-site-border)!important;
  color:var(--eank-site-text)!important;
  border-radius:18px!important;
}
.auth-production-body .auth-input-wrap i,
.auth-production-body .auth-public-link,
.auth-production-body .auth-public-foot a,
.auth-production-body .auth-register-foot-v2 a{color:var(--eank-site-primary)!important;}
.auth-production-body .auth-password-toggle{color:var(--eank-site-muted)!important;background:transparent!important;border:0!important;}
.auth-production-body .text-secondary{color:var(--eank-site-muted)!important;}
@media(max-width:991.98px){
  .auth-production-body .auth-public-grid,
  .auth-production-body .auth-public-grid-compact,
  .auth-production-body .auth-register-layout-v2{display:block!important;max-width:720px!important;margin-inline:auto!important;}
  .auth-production-body .auth-public-panel,
  .auth-production-body .auth-register-intro-v2{display:none!important;}
  .auth-production-body .auth-public-card,
  .auth-production-body .auth-register-form-card-v2{border-radius:28px!important;}
}
@media(max-width:575.98px){
  .public-body-production .public-hero-v2612,
  .public-body-production .public-hero-v2615{padding-block:2.5rem!important;}
  .auth-production-body .auth-public-page,.auth-page-clean{padding:.75rem 0!important;align-items:flex-start!important;}
  .auth-production-body .auth-public-card,.auth-production-body .auth-register-form-card-v2{border-radius:24px!important;padding:1rem!important;}
}

/* v2628 Public home readability and scale hotfix
   Fixes footer copyright contrast and reduces oversized public hero/CTA titles. */
.public-body-production.public-page-home .public-hero-v2612 h1,
.public-body-production.public-page-home .public-hero-v2615 h1,
.public-body-production.public-page-home .tw-safe-public-hero h1{
  font-size:clamp(2rem,3.45vw,3.65rem)!important;
  line-height:1.18!important;
  letter-spacing:-.035em!important;
  max-width:680px!important;
  margin-bottom:1rem!important;
}
.public-body-production.public-page-home .public-hero-v2612 .lead,
.public-body-production.public-page-home .public-hero-v2615 .lead,
.public-body-production.public-page-home .tw-safe-public-hero .lead{
  font-size:clamp(.98rem,1.12vw,1.12rem)!important;
  line-height:1.9!important;
  max-width:660px!important;
}
.public-body-production.public-page-home .public-final-cta-card h2{
  font-size:clamp(1.55rem,2.75vw,2.45rem)!important;
  line-height:1.28!important;
  letter-spacing:-.025em!important;
  max-width:760px!important;
  margin-inline:auto!important;
}
.public-body-production.public-page-home .public-section-title h2,
.public-body-production.public-page-home .public-conversion-band h2{
  font-size:clamp(1.55rem,2.55vw,2.35rem)!important;
  line-height:1.32!important;
  letter-spacing:-.025em!important;
}
.public-body-production .public-footer{
  background:linear-gradient(180deg,#123b32,#0d2a24)!important;
  border-top:1px solid rgba(215,151,68,.22)!important;
  color:#edf7f2!important;
}
.public-body-production .public-footer strong,
.public-body-production .public-footer h2{
  color:#fff!important;
}
.public-body-production .public-footer p,
.public-body-production .public-footer .text-secondary{
  color:rgba(237,247,242,.78)!important;
}
.public-body-production .public-footer a{
  color:rgba(237,247,242,.76)!important;
}
.public-body-production .public-footer a:hover{
  color:var(--eank-site-accent)!important;
}
.public-body-production .public-footer__bottom{
  color:#f7efe3!important;
  border-top:1px solid rgba(255,255,255,.16)!important;
  text-align:center!important;
  justify-content:center!important;
  font-weight:800!important;
  font-size:.92rem!important;
}
@media(max-width:767.98px){
  .public-body-production.public-page-home .public-hero-v2612 h1,
  .public-body-production.public-page-home .public-hero-v2615 h1,
  .public-body-production.public-page-home .tw-safe-public-hero h1{
    font-size:clamp(1.85rem,9.2vw,2.65rem)!important;
    line-height:1.22!important;
  }
  .public-body-production.public-page-home .public-final-cta-card h2,
  .public-body-production.public-page-home .public-section-title h2,
  .public-body-production.public-page-home .public-conversion-band h2{
    font-size:clamp(1.35rem,7vw,1.95rem)!important;
    line-height:1.35!important;
  }
}

/* v2629 Register ?plan=starter harmony hotfix
   Dedicated selectors for auth/register.php v2 markup. Keeps public auth colors consistent. */
.auth-production-body.route-register .auth-register-production-page{
  background:
    radial-gradient(circle at 82% 7%,rgba(20,92,76,.13),transparent 30rem),
    radial-gradient(circle at 16% 92%,rgba(215,151,68,.10),transparent 28rem),
    var(--eank-site-bg)!important;
}
.auth-production-body.route-register .auth-register-layout-v2{align-items:stretch!important;}
.auth-production-body.route-register .auth-register-intro-v2,
.auth-production-body.route-register .auth-register-form-card-v2{
  border:1px solid var(--eank-site-border)!important;
  box-shadow:var(--eank-site-shadow)!important;
}
.auth-production-body.route-register .auth-register-intro-v2{
  background:linear-gradient(145deg,var(--eank-site-primary),var(--eank-site-primary-hover))!important;
  color:#fff!important;
}
.auth-production-body.route-register .auth-register-brand-v2,
.auth-production-body.route-register .auth-register-brand-v2 strong,
.auth-production-body.route-register .auth-register-hero-v2 h1{color:#fff!important;}
.auth-production-body.route-register .auth-register-brand-v2 span,
.auth-production-body.route-register .auth-register-hero-v2 p,
.auth-production-body.route-register .auth-register-progress-v2 span,
.auth-production-body.route-register .auth-register-benefits-v2 span{color:rgba(255,255,255,.78)!important;}
.auth-production-body.route-register .auth-register-form-card-v2{
  background:linear-gradient(180deg,#fff,#f8fbf9)!important;
  color:var(--eank-site-text)!important;
}
.auth-production-body.route-register .auth-register-card-head-v2 h2{color:var(--eank-site-heading)!important;}
.auth-production-body.route-register .auth-register-card-head-v2 p,
.auth-production-body.route-register .auth-register-section-title-v2 span{color:var(--eank-site-muted)!important;}
.auth-production-body.route-register .auth-register-section-title-v2{
  color:var(--eank-site-heading)!important;
  display:flex!important;
  align-items:center!important;
  gap:.75rem!important;
}
.auth-production-body.route-register .auth-register-section-title-v2>i{
  width:2.45rem!important;
  height:2.45rem!important;
  display:inline-grid!important;
  place-items:center!important;
  border-radius:16px!important;
  background:rgba(20,92,76,.10)!important;
  color:var(--eank-site-primary)!important;
  border:1px solid rgba(20,92,76,.12)!important;
}
.auth-production-body.route-register .auth-register-form-v2 .form-label{
  color:var(--eank-site-heading)!important;
  font-weight:900!important;
  margin-bottom:.45rem!important;
}
.auth-production-body.route-register .auth-register-form-v2 .form-control,
.auth-production-body.route-register .auth-register-form-v2 .form-select{
  min-height:50px!important;
  border:1px solid var(--eank-site-border)!important;
  border-radius:18px!important;
  background:#fff!important;
  color:var(--eank-site-text)!important;
  box-shadow:0 1px 0 rgba(16,35,29,.03)!important;
  transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease!important;
}
.auth-production-body.route-register .auth-register-form-v2 .form-control::placeholder{color:rgba(102,118,111,.72)!important;}
.auth-production-body.route-register .auth-register-form-v2 .form-control:hover,
.auth-production-body.route-register .auth-register-form-v2 .form-select:hover{border-color:rgba(20,92,76,.34)!important;}
.auth-production-body.route-register .auth-register-form-v2 .form-control:focus,
.auth-production-body.route-register .auth-register-form-v2 .form-select:focus{
  border-color:var(--eank-site-primary)!important;
  box-shadow:0 0 0 .22rem rgba(20,92,76,.13)!important;
  background:#fff!important;
  color:var(--eank-site-heading)!important;
}
.auth-production-body.route-register .auth-register-form-v2 .form-select{
  cursor:pointer!important;
  --bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23145c4c' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")!important;
}
.auth-production-body.route-register .auth-register-form-v2 .auth-input-wrap{
  background:#fff!important;
  border:1px solid var(--eank-site-border)!important;
  border-radius:18px!important;
  overflow:hidden!important;
}
.auth-production-body.route-register .auth-register-form-v2 .auth-input-wrap:focus-within{
  border-color:var(--eank-site-primary)!important;
  box-shadow:0 0 0 .22rem rgba(20,92,76,.13)!important;
}
.auth-production-body.route-register .auth-register-form-v2 .auth-input-wrap .form-control{
  border:0!important;
  box-shadow:none!important;
  background:transparent!important;
  padding-inline-start:2.75rem!important;
}
.auth-production-body.route-register .auth-register-form-v2 .auth-input-wrap>i{color:var(--eank-site-primary)!important;}
.auth-production-body.route-register .auth-password-toggle:hover{background:rgba(20,92,76,.08)!important;color:var(--eank-site-primary)!important;}
.auth-production-body.route-register .auth-register-plan-section-v2{
  border:1px solid rgba(20,92,76,.12)!important;
  background:linear-gradient(135deg,rgba(20,92,76,.045),rgba(255,255,255,.92))!important;
  border-radius:24px!important;
  padding:1rem!important;
}
.auth-production-body.route-register .auth-register-plan-section-v2 .auth-register-section-title-v2>i{
  background:rgba(215,151,68,.12)!important;
  color:var(--eank-site-accent)!important;
  border-color:rgba(215,151,68,.24)!important;
}
.auth-production-body.route-register .auth-register-plan-section-v2.is-query-selected{
  background:linear-gradient(135deg,rgba(215,151,68,.10),rgba(20,92,76,.045))!important;
  border-color:rgba(215,151,68,.30)!important;
}
.auth-production-body.route-register .auth-register-plan-note-v2{
  margin-top:.65rem!important;
  display:flex!important;
  align-items:flex-start!important;
  gap:.5rem!important;
  border:1px solid rgba(215,151,68,.26)!important;
  background:rgba(215,151,68,.10)!important;
  color:#6f4d1f!important;
  border-radius:16px!important;
  padding:.7rem .85rem!important;
  font-weight:800!important;
  line-height:1.7!important;
}
.auth-production-body.route-register .auth-register-plan-note-v2 i{color:var(--eank-site-accent)!important;font-size:1.1rem!important;margin-top:.15rem!important;}
.auth-production-body.route-register .auth-register-submit-v2{
  min-height:54px!important;
  border:0!important;
  border-radius:18px!important;
  background:linear-gradient(135deg,var(--eank-site-primary),var(--eank-site-primary-hover))!important;
  color:#fff!important;
  font-weight:950!important;
  box-shadow:0 16px 34px rgba(20,92,76,.22)!important;
}
.auth-production-body.route-register .auth-register-submit-v2:hover,
.auth-production-body.route-register .auth-register-submit-v2:focus{
  transform:translateY(-1px)!important;
  box-shadow:0 20px 42px rgba(20,92,76,.27)!important;
  color:#fff!important;
}
[data-bs-theme="dark"] .auth-production-body.route-register .auth-register-production-page,
[data-theme="dark"] .auth-production-body.route-register .auth-register-production-page{background:#0d1a16!important;}
[data-bs-theme="dark"] .auth-production-body.route-register .auth-register-form-card-v2,
[data-theme="dark"] .auth-production-body.route-register .auth-register-form-card-v2{background:linear-gradient(180deg,#13231e,#101d19)!important;border-color:rgba(255,255,255,.10)!important;color:#edf7f2!important;}
[data-bs-theme="dark"] .auth-production-body.route-register .auth-register-card-head-v2 h2,
[data-theme="dark"] .auth-production-body.route-register .auth-register-card-head-v2 h2,
[data-bs-theme="dark"] .auth-production-body.route-register .auth-register-section-title-v2,
[data-theme="dark"] .auth-production-body.route-register .auth-register-section-title-v2{color:#fff!important;}
[data-bs-theme="dark"] .auth-production-body.route-register .auth-register-card-head-v2 p,
[data-theme="dark"] .auth-production-body.route-register .auth-register-card-head-v2 p,
[data-bs-theme="dark"] .auth-production-body.route-register .auth-register-section-title-v2 span,
[data-theme="dark"] .auth-production-body.route-register .auth-register-section-title-v2 span{color:rgba(237,247,242,.70)!important;}
[data-bs-theme="dark"] .auth-production-body.route-register .auth-register-form-v2 .form-control,
[data-theme="dark"] .auth-production-body.route-register .auth-register-form-v2 .form-control,
[data-bs-theme="dark"] .auth-production-body.route-register .auth-register-form-v2 .form-select,
[data-theme="dark"] .auth-production-body.route-register .auth-register-form-v2 .form-select,
[data-bs-theme="dark"] .auth-production-body.route-register .auth-register-form-v2 .auth-input-wrap,
[data-theme="dark"] .auth-production-body.route-register .auth-register-form-v2 .auth-input-wrap{background:#0f1d19!important;border-color:rgba(255,255,255,.13)!important;color:#edf7f2!important;}
[data-bs-theme="dark"] .auth-production-body.route-register .auth-register-plan-section-v2,
[data-theme="dark"] .auth-production-body.route-register .auth-register-plan-section-v2{background:linear-gradient(135deg,rgba(215,151,68,.09),rgba(20,92,76,.13))!important;border-color:rgba(215,151,68,.20)!important;}
[data-bs-theme="dark"] .auth-production-body.route-register .auth-register-plan-note-v2,
[data-theme="dark"] .auth-production-body.route-register .auth-register-plan-note-v2{background:rgba(215,151,68,.13)!important;color:#f7dfb5!important;border-color:rgba(215,151,68,.25)!important;}
@media(max-width:991.98px){
  .auth-production-body.route-register .auth-register-plan-section-v2{padding:.85rem!important;border-radius:20px!important;}
}


/* v2632 home impact cards alignment + icon refinement */
.public-body-production .public-metrics-section,
.public-body-production .public-impact-section-refined{
  padding-top:clamp(1.8rem,4vw,3rem)!important;
  padding-bottom:clamp(3rem,5vw,4.5rem)!important;
}
.public-body-production .public-impact-section-title{
  margin-bottom:1.25rem!important;
}
.public-body-production .public-impact-section-title h2{
  max-width:760px!important;
  margin-inline:auto!important;
}
.public-body-production .public-impact-grid{
  max-width:1180px!important;
  margin-inline:auto!important;
}
.public-body-production .public-impact-grid > [class*="col-"]{
  display:flex!important;
}
.public-body-production .public-impact-card-refined,
.public-body-production .public-impact-grid .public-impact-card{
  width:100%!important;
  min-height:100%!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-start!important;
  align-items:center!important;
  text-align:center!important;
  gap:.55rem!important;
  padding:1.85rem 1.45rem!important;
  border-radius:28px!important;
}
.public-body-production .public-impact-card__icon{
  width:4rem!important;
  height:4rem!important;
  border-radius:1.35rem!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin-bottom:.25rem!important;
  background:linear-gradient(135deg,var(--eank-site-primary),var(--eank-site-primary-hover))!important;
  color:#fff!important;
  box-shadow:0 18px 34px rgba(20,92,76,.16)!important;
}
.public-body-production .public-impact-card__icon i{
  font-size:1.35rem!important;
  line-height:1!important;
}
.public-body-production .public-impact-grid .public-impact-card strong{
  font-size:1.55rem!important;
  line-height:1.25!important;
  margin-bottom:0!important;
  color:var(--eank-site-primary)!important;
}
.public-body-production .public-impact-grid .public-impact-card span{
  display:block!important;
  max-width:22rem!important;
  margin-inline:auto!important;
  color:var(--eank-site-muted)!important;
  line-height:1.95!important;
  font-size:1rem!important;
}
@media (max-width: 991.98px){
  .public-body-production .public-impact-section-title{margin-bottom:1rem!important;}
  .public-body-production .public-impact-card-refined,
  .public-body-production .public-impact-grid .public-impact-card{
    padding:1.6rem 1.2rem!important;
    border-radius:24px!important;
  }
}
@media (max-width: 767.98px){
  .public-body-production .public-metrics-section,
  .public-body-production .public-impact-section-refined{
    padding-top:1.25rem!important;
    padding-bottom:2.4rem!important;
  }
  .public-body-production .public-impact-card__icon{
    width:3.4rem!important;
    height:3.4rem!important;
    border-radius:1.1rem!important;
  }
  .public-body-production .public-impact-grid .public-impact-card strong{
    font-size:1.35rem!important;
  }
}


/* v2634 smart whatsapp sales mockup without stats */
.public-body-production .public-sales-card-smart,
.public-body-production .public-sales-card-smart.public-sales-card-v2615{
  padding:1.2rem!important;
  border-radius:36px!important;
  background:linear-gradient(180deg,#fcfdfc,#f5f8f6)!important;
  transform:none!important;
  overflow:hidden!important;
}
.public-body-production .public-sales-card-smart::before,
.public-body-production .public-sales-card-smart::after,
.public-body-production .public-sales-card-v2615::before{
  display:none!important;
}
.public-body-production .public-sales-card-smart > *{transform:none!important;}
.public-body-production .public-whats-shell{
  position:relative!important;
  z-index:1!important;
}
.public-body-production .public-whats-header{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:1rem!important;
  padding:0 0 1rem!important;
  margin-bottom:1rem!important;
  border-bottom:1px solid rgba(20,92,76,.09)!important;
}
.public-body-production .public-whats-user{
  display:flex!important;
  align-items:center!important;
  gap:.85rem!important;
  min-width:0!important;
}
.public-body-production .public-whats-avatar{
  width:3rem!important;
  height:3rem!important;
  border-radius:1rem!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:linear-gradient(135deg,rgba(20,92,76,.12),rgba(20,92,76,.2))!important;
  color:var(--eank-site-primary)!important;
  box-shadow:inset 0 0 0 1px rgba(20,92,76,.08)!important;
}
.public-body-production .public-whats-avatar i{font-size:1.55rem!important;line-height:1!important;}
.public-body-production .public-whats-meta strong{
  display:block!important;
  color:var(--eank-site-heading)!important;
  font-size:1rem!important;
  line-height:1.25!important;
}
.public-body-production .public-whats-meta span{
  display:block!important;
  margin-top:.2rem!important;
  color:var(--eank-site-muted)!important;
  font-size:.84rem!important;
}
.public-body-production .public-whats-header-side{display:flex!important;align-items:center!important;gap:.55rem!important;flex-shrink:0!important;}
.public-body-production .public-whats-channel{
  width:2.3rem!important;
  height:2.3rem!important;
  border-radius:.9rem!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:rgba(20,92,76,.08)!important;
  border:1px solid rgba(20,92,76,.1)!important;
  color:var(--eank-site-primary)!important;
}
.public-body-production .public-whats-body{
  background:
    radial-gradient(circle at 92% 9%,rgba(215,151,68,.08),transparent 10rem),
    linear-gradient(180deg,#f7faf8,#eef5f1)!important;
  border:1px solid rgba(20,92,76,.08)!important;
  border-radius:28px!important;
  padding:1rem!important;
}
.public-body-production .public-chat-demo-smart{gap:.8rem!important;}
.public-body-production .public-chat-day{
  align-self:center!important;
  width:max-content!important;
  margin-inline:auto!important;
  padding:.45rem .8rem!important;
  border-radius:999px!important;
  background:#fff!important;
  border:1px solid rgba(20,92,76,.08)!important;
  color:var(--eank-site-muted)!important;
  font-size:.78rem!important;
  font-weight:800!important;
  box-shadow:0 8px 18px rgba(16,35,29,.05)!important;
}
.public-body-production .public-chat-demo-smart .msg{
  max-width:88%!important;
  padding:.9rem 1rem .7rem!important;
  border-radius:22px!important;
  box-shadow:0 14px 30px rgba(16,35,29,.07)!important;
}
.public-body-production .public-chat-demo-smart .msg.inbound{
  margin-left:auto!important;
  margin-right:0!important;
  background:#fff!important;
}
.public-body-production .public-chat-demo-smart .msg.outbound{
  margin-right:auto!important;
  margin-left:0!important;
  background:linear-gradient(180deg,#edf8f2,#e2f2ea)!important;
}
.public-body-production .public-chat-text{
  color:var(--eank-site-text)!important;
  font-weight:700!important;
  line-height:1.85!important;
}
.public-body-production .public-chat-meta{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:.35rem!important;
  margin-top:.45rem!important;
  color:#7a8b84!important;
  font-size:.77rem!important;
  font-weight:700!important;
}
.public-body-production .public-chat-meta i{font-size:.88rem!important;color:#4c8f7e!important;}
.public-body-production .public-product-card,
.public-body-production .public-payment-card{
  background:#fff!important;
  border:1px solid var(--eank-site-border)!important;
  border-radius:22px!important;
  padding:.8rem!important;
  margin-top:.75rem!important;
  box-shadow:0 10px 26px rgba(16,35,29,.06)!important;
}
.public-body-production .public-product-card{
  display:grid!important;
  grid-template-columns:92px minmax(0,1fr)!important;
  gap:.9rem!important;
  align-items:center!important;
}
.public-body-production .public-product-card__media{
  position:relative!important;
  min-height:92px!important;
  border-radius:18px!important;
  background:linear-gradient(135deg,#145c4c,#0e4539)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:#fff!important;
  overflow:hidden!important;
}
.public-body-production .public-product-card__media::after{
  content:""!important;
  position:absolute!important;
  inset:auto -18px -18px auto!important;
  width:74px!important;height:74px!important;border-radius:50%!important;
  background:rgba(215,151,68,.18)!important;
}
.public-body-production .public-product-card__media i{font-size:2rem!important;position:relative!important;z-index:1!important;}
.public-body-production .public-product-card__badge{
  position:absolute!important;
  top:.5rem!important;
  right:.5rem!important;
  z-index:1!important;
  font-size:.66rem!important;
  font-weight:900!important;
  background:rgba(255,255,255,.12)!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.18)!important;
  border-radius:999px!important;
  padding:.28rem .5rem!important;
}
.public-body-production .public-product-card__content strong{display:block!important;color:var(--eank-site-heading)!important;font-size:1rem!important;}
.public-body-production .public-product-card__top{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:.6rem!important;margin-bottom:.35rem!important;}
.public-body-production .public-product-card__price{color:#a26a18!important;font-weight:900!important;font-size:.95rem!important;white-space:nowrap!important;}
.public-body-production .public-product-card__content p{margin:0!important;color:var(--eank-site-muted)!important;line-height:1.7!important;font-size:.88rem!important;}
.public-body-production .public-product-card__foot{display:flex!important;flex-wrap:wrap!important;gap:.55rem .9rem!important;margin-top:.6rem!important;}
.public-body-production .public-product-card__foot span{display:inline-flex!important;align-items:center!important;gap:.35rem!important;color:var(--eank-site-primary)!important;font-size:.8rem!important;font-weight:800!important;}
.public-body-production .public-product-card__foot i{color:var(--eank-site-primary)!important;}
.public-body-production .public-payment-card__head{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:.8rem!important;
  margin-bottom:.65rem!important;
}
.public-body-production .public-payment-card__head strong{display:block!important;color:var(--eank-site-heading)!important;font-size:.97rem!important;}
.public-body-production .public-payment-card__head span{display:block!important;color:var(--eank-site-muted)!important;font-size:.82rem!important;margin-top:.2rem!important;}
.public-body-production .public-payment-card__amount{
  color:#a26a18!important;
  background:rgba(215,151,68,.12)!important;
  border:1px solid rgba(215,151,68,.22)!important;
  border-radius:999px!important;
  padding:.38rem .65rem!important;
  font-size:.86rem!important;
  font-weight:900!important;
  white-space:nowrap!important;
}
.public-body-production .public-payment-link{
  display:flex!important;
  align-items:center!important;
  gap:.5rem!important;
  background:linear-gradient(180deg,#f8fbf9,#f0f7f3)!important;
  border:1px dashed rgba(20,92,76,.22)!important;
  color:var(--eank-site-primary)!important;
  border-radius:16px!important;
  padding:.72rem .8rem!important;
  font-weight:900!important;
  font-size:.88rem!important;
  overflow:hidden!important;
}
.public-body-production .public-payment-link span{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;direction:ltr!important;}
.public-body-production .public-payment-card__foot{display:flex!important;flex-wrap:wrap!important;gap:.55rem!important;margin-top:.65rem!important;}
.public-body-production .public-payment-pill{
  display:inline-flex!important;
  align-items:center!important;
  gap:.35rem!important;
  border-radius:999px!important;
  background:#f5f8f7!important;
  border:1px solid rgba(20,92,76,.1)!important;
  color:var(--eank-site-muted)!important;
  padding:.4rem .7rem!important;
  font-size:.76rem!important;
  font-weight:800!important;
}
.public-body-production .public-success-note{
  display:flex!important;
  align-items:flex-start!important;
  gap:.45rem!important;
  margin-top:.75rem!important;
  padding:.72rem .85rem!important;
  border-radius:16px!important;
  background:#fff!important;
  border:1px solid rgba(20,92,76,.12)!important;
  color:var(--eank-site-primary)!important;
  font-size:.86rem!important;
  font-weight:900!important;
}
.public-body-production .public-success-note i{font-size:1rem!important;line-height:1.2!important;}
@media (max-width: 991.98px){
  .public-body-production .public-sales-card-smart,
  .public-body-production .public-sales-card-smart.public-sales-card-v2615{padding:1rem!important;border-radius:30px!important;}
  .public-body-production .public-chat-demo-smart .msg{max-width:94%!important;}
}
@media (max-width: 767.98px){
  .public-body-production .public-whats-header{flex-direction:column!important;align-items:flex-start!important;}
  .public-body-production .public-whats-header-side{width:100%!important;justify-content:space-between!important;}
  .public-body-production .public-whats-body{padding:.8rem!important;border-radius:24px!important;}
  .public-body-production .public-chat-demo-smart .msg{max-width:100%!important;padding:.82rem .88rem .65rem!important;border-radius:18px!important;}
  .public-body-production .public-product-card{grid-template-columns:1fr!important;}
  .public-body-production .public-product-card__media{min-height:126px!important;}
  .public-body-production .public-payment-card__head{flex-direction:column!important;align-items:flex-start!important;}
  .public-body-production .public-payment-link{font-size:.82rem!important;}
}

/* v2635 public pages refinement: features, pricing, contact */
.public-body-production .public-features-page .public-inner-hero,
.public-body-production .public-pricing-page .public-inner-hero,
.public-body-production .public-contact-page .public-inner-hero{
  background:
    radial-gradient(circle at 86% 0%,rgba(20,92,76,.08),transparent 22rem),
    radial-gradient(circle at 12% 100%,rgba(215,151,68,.1),transparent 22rem),
    linear-gradient(180deg,#f8fbf9,#fff)!important;
  border-bottom:1px solid var(--eank-site-border)!important;
}
.public-body-production .public-feature-flow-section{padding-bottom:2rem!important;}
.public-body-production .public-feature-flow{
  display:grid!important;
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  gap:.85rem!important;
  max-width:1120px!important;
  margin-inline:auto!important;
}
.public-body-production .public-feature-flow__item{
  background:#fff!important;
  border:1px solid var(--eank-site-border)!important;
  border-radius:22px!important;
  padding:1rem .75rem!important;
  text-align:center!important;
  box-shadow:0 14px 36px rgba(16,35,29,.055)!important;
}
.public-body-production .public-feature-flow__item i{
  width:2.65rem!important;height:2.65rem!important;border-radius:1rem!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  background:rgba(20,92,76,.08)!important;color:var(--eank-site-primary)!important;font-size:1.15rem!important;margin-bottom:.65rem!important;
}
.public-body-production .public-feature-flow__item span{display:block!important;color:var(--eank-site-heading)!important;font-weight:900!important;font-size:.9rem!important;}
.public-body-production .public-feature-group{margin-bottom:2rem!important;}
.public-body-production .public-feature-group__head{
  display:flex!important;align-items:center!important;gap:.65rem!important;margin-bottom:1rem!important;
}
.public-body-production .public-feature-group__head span{
  display:inline-flex!important;align-items:center!important;border-radius:999px!important;
  background:rgba(20,92,76,.08)!important;border:1px solid rgba(20,92,76,.12)!important;
  color:var(--eank-site-primary)!important;padding:.5rem .9rem!important;font-weight:900!important;
}
.public-body-production .public-feature-wide-card{
  width:100%!important;display:flex!important;align-items:flex-start!important;gap:1rem!important;
  padding:1.35rem!important;border-radius:26px!important;min-height:100%!important;
}
.public-body-production .public-feature-icon{
  flex:0 0 auto!important;width:3.25rem!important;height:3.25rem!important;border-radius:1.15rem!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  background:linear-gradient(135deg,var(--eank-site-primary),var(--eank-site-primary-hover))!important;color:#fff!important;
  box-shadow:0 16px 30px rgba(20,92,76,.14)!important;
}
.public-body-production .public-feature-icon i{font-size:1.25rem!important;line-height:1!important;}
.public-body-production .public-feature-wide-card h2{font-size:1.08rem!important;color:var(--eank-site-heading)!important;margin-bottom:.45rem!important;}
.public-body-production .public-feature-wide-card p{color:var(--eank-site-muted)!important;line-height:1.85!important;margin-bottom:0!important;}
.public-body-production .public-final-cta--compact{padding-top:1rem!important;}
.public-body-production .public-pricing-page .public-price-card-refined{
  width:100%!important;display:flex!important;flex-direction:column!important;padding:1.35rem!important;border-radius:28px!important;
}
.public-body-production .public-price-card-refined.is-featured{
  border-color:rgba(215,151,68,.35)!important;box-shadow:0 24px 58px rgba(20,92,76,.12)!important;
}
.public-body-production .public-plan-badge{
  width:max-content!important;background:var(--eank-site-primary)!important;color:#fff!important;border:0!important;font-weight:900!important;
}
.public-body-production .public-plan-badge--soft{background:rgba(215,151,68,.15)!important;color:#9b6618!important;border:1px solid rgba(215,151,68,.22)!important;}
.public-body-production .public-price-card-refined h2{font-size:1.35rem!important;color:var(--eank-site-heading)!important;}
.public-body-production .public-price-card-refined>p{color:var(--eank-site-muted)!important;line-height:1.75!important;min-height:3.1rem!important;}
.public-body-production .public-price-vat{
  color:var(--eank-site-muted)!important;font-size:.86rem!important;font-weight:800!important;margin-top:-.45rem!important;margin-bottom:1rem!important;
}
.public-body-production .public-price-custom b{font-size:2.05rem!important;}
.public-body-production .public-price-card-refined ul{padding:0!important;margin:1rem 0 1.25rem!important;list-style:none!important;display:grid!important;gap:.65rem!important;}
.public-body-production .public-price-card-refined li{position:relative!important;padding-right:1.55rem!important;color:var(--eank-site-text)!important;line-height:1.65!important;font-weight:700!important;}
.public-body-production .public-price-card-refined li::before{content:"\F26A"!important;font-family:"bootstrap-icons"!important;position:absolute!important;right:0!important;top:.08rem!important;color:var(--eank-site-primary)!important;}
.public-body-production .public-pricing-note{
  margin-top:1.6rem!important;padding:1rem 1.2rem!important;border-radius:24px!important;background:#fff!important;border:1px solid var(--eank-site-border)!important;box-shadow:0 14px 34px rgba(16,35,29,.055)!important;
}
.public-body-production .public-pricing-note div{display:flex!important;align-items:center!important;gap:.55rem!important;color:var(--eank-site-heading)!important;}
.public-body-production .public-pricing-note i{color:var(--eank-site-primary)!important;}
.public-body-production .public-pricing-note p{margin:.4rem 0 0!important;color:var(--eank-site-muted)!important;line-height:1.8!important;}
.public-body-production .public-contact-form-card,
.public-body-production .public-contact-side-card{border-radius:30px!important;background:#fff!important;border:1px solid var(--eank-site-border)!important;box-shadow:var(--eank-site-shadow-soft)!important;}
.public-body-production .public-contact-form-card{padding:1.4rem!important;}
.public-body-production .public-selected-plan-note{display:flex!important;align-items:flex-start!important;gap:.55rem!important;background:rgba(215,151,68,.1)!important;border:1px solid rgba(215,151,68,.22)!important;color:#875411!important;border-radius:18px!important;padding:.85rem 1rem!important;margin-bottom:1rem!important;font-weight:800!important;line-height:1.7!important;}
.public-body-production .public-contact-form .form-control,
.public-body-production .public-contact-form .form-select{min-height:3rem!important;border-color:var(--eank-site-border)!important;background:#fff!important;color:var(--eank-site-text)!important;}
.public-body-production .public-contact-form .form-control:focus,
.public-body-production .public-contact-form .form-select:focus{border-color:var(--eank-site-primary)!important;box-shadow:0 0 0 .22rem rgba(20,92,76,.12)!important;}
.public-body-production .public-hp-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important;}
.public-body-production .public-side-kicker{display:inline-flex!important;align-items:center!important;gap:.45rem!important;border-radius:999px!important;background:rgba(20,92,76,.08)!important;border:1px solid rgba(20,92,76,.12)!important;color:var(--eank-site-primary)!important;padding:.5rem .85rem!important;font-weight:900!important;margin-bottom:1rem!important;}
.public-body-production .public-contact-side-card{padding:1.6rem!important;}
.public-body-production .public-contact-side-card h2{color:var(--eank-site-heading)!important;font-size:1.45rem!important;}
.public-body-production .public-contact-side-card p{color:var(--eank-site-muted)!important;line-height:1.85!important;}
.public-body-production .public-contact-side-card ul{padding:0!important;margin:1rem 0!important;list-style:none!important;display:grid!important;gap:.75rem!important;}
.public-body-production .public-contact-side-card li{display:flex!important;align-items:flex-start!important;gap:.55rem!important;color:var(--eank-site-text)!important;font-weight:800!important;line-height:1.7!important;}
.public-body-production .public-contact-side-card li i{color:var(--eank-site-primary)!important;line-height:1.7!important;}
.public-body-production .public-contact-trust{display:grid!important;grid-template-columns:1fr 1fr!important;gap:.75rem!important;margin:1.1rem 0!important;}
.public-body-production .public-contact-trust div{border-radius:18px!important;background:#f7faf8!important;border:1px solid var(--eank-site-border)!important;padding:.85rem!important;}
.public-body-production .public-contact-trust strong{display:block!important;color:var(--eank-site-primary)!important;font-size:1.35rem!important;}
.public-body-production .public-contact-trust span{color:var(--eank-site-muted)!important;font-weight:800!important;font-size:.84rem!important;}
.public-body-production .public-contact-links{display:grid!important;gap:.65rem!important;margin-top:1rem!important;}
.public-body-production .public-contact-links a{display:flex!important;align-items:center!important;gap:.55rem!important;text-decoration:none!important;border-radius:16px!important;border:1px solid var(--eank-site-border)!important;padding:.75rem .9rem!important;color:var(--eank-site-primary)!important;font-weight:900!important;background:#fff!important;}
.public-body-production .public-contact-links a:hover{background:#f4faf7!important;border-color:rgba(20,92,76,.18)!important;}
@media (max-width: 991.98px){.public-body-production .public-feature-flow{grid-template-columns:repeat(3,minmax(0,1fr))!important;}.public-body-production .public-price-card-refined>p{min-height:auto!important;}}
@media (max-width: 767.98px){.public-body-production .public-feature-flow{grid-template-columns:repeat(2,minmax(0,1fr))!important;}.public-body-production .public-feature-wide-card{padding:1.15rem!important;border-radius:22px!important;}.public-body-production .public-contact-trust{grid-template-columns:1fr!important;}}

/* v2639 inbox/contact/channel visual precision */
.eank-inbox-v2631{
  height:calc(100dvh - 96px)!important;
  min-height:640px!important;
  padding:0!important;
}
.eank-inbox-v2631 .eank-inbox-shell{
  height:100%!important;
  min-height:0!important;
  border-radius:28px!important;
  background:#ffffff!important;
  border:1px solid var(--eank-border)!important;
  box-shadow:0 22px 55px rgba(15,23,42,.08)!important;
  overflow:hidden!important;
}
.eank-inbox-v2631 .eank-inbox-shell>.row{height:100%!important;min-height:0!important;}
.eank-inbox-v2631 .eank-inbox-panel-list{
  display:flex!important;
  flex-direction:column!important;
  height:100%!important;
  min-height:0!important;
  background:#fbfdfc!important;
  border-inline-start:0!important;
  border-inline-end:1px solid var(--eank-border)!important;
  overflow:hidden!important;
}
.eank-inbox-v2631 .eank-inbox-panel-list>.p-3{
  background:#ffffff!important;
  border-bottom:1px solid var(--eank-border)!important;
}
.eank-inbox-v2631 .eank-inbox-list{
  flex:1 1 auto!important;
  min-height:0!important;
  overflow:auto!important;
  background:#fbfdfc!important;
  scrollbar-width:thin!important;
}
.eank-inbox-v2631 .eank-conversation-item{
  background:#fbfdfc!important;
  color:var(--eank-text)!important;
  border-color:#eef3f0!important;
  transition:background .16s ease,border-color .16s ease,box-shadow .16s ease!important;
}
.eank-inbox-v2631 .eank-conversation-item:hover{
  background:#f3faf6!important;
  color:var(--eank-text)!important;
}
.eank-inbox-v2631 .eank-conversation-item.active{
  background:#eaf6f0!important;
  color:var(--eank-text)!important;
  border-inline-start:4px solid var(--eank-primary)!important;
  box-shadow:inset 0 0 0 1px rgba(20,92,76,.08)!important;
}
.eank-inbox-v2631 .eank-inbox-panel-chat{
  display:flex!important;
  flex-direction:column!important;
  height:100%!important;
  min-height:0!important;
  background:#ffffff!important;
  overflow:hidden!important;
}
.eank-inbox-v2631 .eank-chat-header{
  flex:0 0 auto!important;
  background:#ffffff!important;
  color:var(--eank-text)!important;
  border-bottom:1px solid var(--eank-border)!important;
  z-index:4!important;
}
.eank-inbox-v2631 .eank-inbox-messages{
  flex:1 1 auto!important;
  min-height:0!important;
  overflow:auto!important;
  background-color:#f3f7f5!important;
  background-image:radial-gradient(circle at 16% 18%,rgba(20,92,76,.045) 0 2px,transparent 2px),radial-gradient(circle at 86% 28%,rgba(215,151,68,.055) 0 2px,transparent 2px)!important;
  background-size:36px 36px,48px 48px!important;
  scrollbar-width:thin!important;
}
.eank-inbox-v2631 .eank-chat-bubble{
  max-width:min(680px,78%)!important;
  border:1px solid rgba(20,92,76,.08)!important;
  color:var(--eank-text)!important;
  box-shadow:0 10px 22px rgba(15,23,42,.06)!important;
  overflow:hidden!important;
}
.eank-inbox-v2631 .eank-chat-bubble-in{
  background:#ffffff!important;
  border-radius:18px 18px 18px 6px!important;
  margin-inline-end:auto!important;
}
.eank-inbox-v2631 .eank-chat-bubble-out{
  background:#e5f4ec!important;
  border-color:rgba(20,92,76,.16)!important;
  border-radius:18px 18px 6px 18px!important;
  margin-inline-start:auto!important;
}
.eank-inbox-v2631 .eank-composer-shell{
  flex:0 0 auto!important;
  background:#ffffff!important;
  border-top:1px solid var(--eank-border)!important;
  z-index:5!important;
}
.eank-inbox-v2631 .eank-composer-main{
  display:flex!important;
  align-items:center!important;
  gap:.6rem!important;
  background:#f5f8f7!important;
  border:1px solid var(--eank-border)!important;
  border-radius:24px!important;
  padding:.55rem!important;
}
.eank-inbox-v2631 .eank-composer-textarea{
  min-height:44px!important;
  max-height:130px!important;
  resize:none!important;
  border:0!important;
  background:#ffffff!important;
  color:var(--eank-text)!important;
  border-radius:20px!important;
  padding:.8rem 1rem!important;
  box-shadow:none!important;
}
.eank-inbox-v2631 .eank-composer-textarea::placeholder{color:var(--eank-muted)!important;}
.eank-inbox-v2631 .eank-composer-icon{
  width:42px!important;
  height:42px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:999px!important;
}
.eank-inbox-v2631 .eank-conversation-avatar,
.eank-identity-avatar{
  width:48px!important;
  height:48px!important;
  min-width:48px!important;
  min-height:48px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:50%!important;
  border:1px solid rgba(20,35,31,.10)!important;
  font-weight:900!important;
  font-size:1rem!important;
  letter-spacing:0!important;
  box-shadow:0 9px 22px rgba(15,23,42,.06)!important;
  user-select:none!important;
}
.eank-inbox-v2631 .eank-conversation-item.active .eank-conversation-avatar{
  box-shadow:0 10px 26px rgba(20,92,76,.13)!important;
}
.eank-chat-header .eank-conversation-avatar{width:46px!important;height:46px!important;min-width:46px!important;min-height:46px!important;}
.eank-avatar-xl{width:76px!important;height:76px!important;min-width:76px!important;min-height:76px!important;font-size:1.4rem!important;}
.eank-dt-identity-cell{min-width:180px;}
.eank-dt-identity-cell .eank-identity-avatar{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;font-size:.92rem!important;box-shadow:none!important;}
.eank-dt-identity-cell .eank-channel-avatar{border-radius:15px!important;}
.eank-inbox-v2631 .eank-avatar-img{display:none!important;}
.eank-inbox-v2631 .eank-media-card{
  max-width:100%!important;
  background:#ffffff!important;
  border:1px solid rgba(20,92,76,.10)!important;
  color:var(--eank-text)!important;
}
.eank-inbox-v2631 .eank-doc-card,
.eank-inbox-v2631 .eank-wa-audio-card,
.eank-inbox-v2631 .eank-wa-attachment-card{
  background:rgba(255,255,255,.86)!important;
  color:var(--eank-text)!important;
  border-color:rgba(20,92,76,.10)!important;
}
.eank-inbox-v2631 .eank-mobile-back{display:none;}
[data-bs-theme="dark"] .eank-inbox-v2631 .eank-inbox-shell,
[data-bs-theme="dark"] .eank-inbox-v2631 .eank-inbox-panel-chat,
[data-bs-theme="dark"] .eank-inbox-v2631 .eank-chat-header,
[data-bs-theme="dark"] .eank-inbox-v2631 .eank-composer-shell{background:#14231f!important;color:#edf6f2!important;border-color:#294039!important;}
[data-bs-theme="dark"] .eank-inbox-v2631 .eank-inbox-panel-list,
[data-bs-theme="dark"] .eank-inbox-v2631 .eank-inbox-list{background:#111d19!important;}
[data-bs-theme="dark"] .eank-inbox-v2631 .eank-conversation-item{background:#111d19!important;color:#edf6f2!important;border-color:#263b35!important;}
[data-bs-theme="dark"] .eank-inbox-v2631 .eank-conversation-item:hover,[data-bs-theme="dark"] .eank-inbox-v2631 .eank-conversation-item.active{background:#1a3029!important;color:#fff!important;}
[data-bs-theme="dark"] .eank-inbox-v2631 .eank-inbox-messages{background-color:#0f1b17!important;}
[data-bs-theme="dark"] .eank-inbox-v2631 .eank-chat-bubble-in{background:#182a24!important;color:#edf6f2!important;}
[data-bs-theme="dark"] .eank-inbox-v2631 .eank-chat-bubble-out{background:#173d34!important;color:#edf6f2!important;}
[data-bs-theme="dark"] .eank-inbox-v2631 .eank-composer-main{background:#10201b!important;border-color:#294039!important;}
[data-bs-theme="dark"] .eank-inbox-v2631 .eank-composer-textarea{background:#182a24!important;color:#edf6f2!important;}
@media (max-width: 991.98px){
  body:has(.eank-inbox-v2631), .dashboard-body:has(.eank-inbox-v2631){overflow:auto!important;}
  .eank-inbox-v2631{height:calc(100dvh - 72px)!important;min-height:0!important;}
  .eank-inbox-v2631 .eank-inbox-shell{border-radius:0!important;}
  .eank-inbox-v2631 .eank-inbox-panel-list{height:100%!important;max-height:none!important;}
  .eank-inbox-v2631 .eank-inbox-panel-chat{position:absolute!important;inset:0!important;z-index:6!important;transform:translateX(-110%)!important;transition:transform .22s ease!important;}
  .eank-inbox-v2631.eank-mobile-chat-open .eank-inbox-panel-chat{transform:translateX(0)!important;}
  .eank-inbox-v2631 .eank-mobile-back{display:inline-flex!important;}
  .eank-inbox-v2631 .eank-chat-header-actions .btn span{display:none!important;}
  .eank-inbox-v2631 .eank-chat-bubble{max-width:92%!important;}
}
@media (max-width: 575.98px){
  .eank-inbox-v2631 .eank-chat-bubble{max-width:96%!important;}
  .eank-inbox-v2631 .eank-conversation-avatar{width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;font-size:.92rem!important;}
  .eank-inbox-v2631 .eank-composer-shell{padding:.55rem!important;}
  .eank-inbox-v2631 .eank-composer-main{gap:.35rem!important;}
}


/* v2640 identity avatar palette precision */
.eank-avatar-static,
.eank-inbox-v2631 .eank-conversation-avatar,
.eank-identity-avatar,
.eank-contact-avatar,
.eank-contact-avatar-static,
.eank-channel-avatar{
  background:var(--eank-avatar-bg, var(--eank-primary-soft))!important;
  color:var(--eank-avatar-color, var(--eank-primary))!important;
  border-color:var(--eank-avatar-border, rgba(20,35,31,.10))!important;
  background-image:none!important;
}
.eank-inbox-v2631 .eank-conversation-item.active .eank-conversation-avatar{
  background:var(--eank-avatar-bg, #E8F6F0)!important;
  color:var(--eank-avatar-color, var(--eank-primary))!important;
  border-color:var(--eank-avatar-border, rgba(20,35,31,.10))!important;
  outline:2px solid rgba(20,92,76,.16)!important;
  outline-offset:2px!important;
}
.eank-inbox-v2631 .eank-conversation-avatar,
.eank-dt-identity-cell .eank-identity-avatar{
  transition:transform .16s ease, box-shadow .16s ease, outline-color .16s ease!important;
}
.eank-inbox-v2631 .eank-conversation-item:hover .eank-conversation-avatar,
.eank-dt-identity-cell:hover .eank-identity-avatar{
  transform:translateY(-1px)!important;
  box-shadow:0 10px 24px rgba(15,23,42,.08)!important;
}
