@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Readex+Pro:wght@160..700&display=swap');
body, html, p {
    font-family: "Outfit","Outfit Fallback" !important;
}

/*=====================================header-css-start=====================================================*/
header {padding: 15px 0;}
.header-main-parent {display: flex;align-items: center;justify-content: space-between;width: 100%;}
.header-right-menu-wrapper ul {display: flex;align-items: center;justify-content: end;}
.header-right-menu-wrapper ul li + li {margin-left: 30px;}
.header-right-menu-wrapper {display: flex;align-items: center;justify-content: end;}
.header-right-menu-wrapper .header-btn-parent {margin-left: 30px;}
.header-right-menu-wrapper ul li button {color: rgba(255, 255, 255, 1);font-size: 16px;font-weight: 400;display: flex;align-items: center;justify-content: center;border-radius: 8px; padding: 10px 10px; background: transparent;}
.header-right-menu-wrapper ul li button:hover{background: rgba(255,255,255,.08);}
.header-right-menu-wrapper ul li button img {margin-right: 5px;}
.header-right-menu-wrapper ul li button img.headernew-arrow {margin: 5px 0 0 7px;}
.headerbtn {text-align: center; color: #fff; background: linear-gradient(74deg, #248df6 0%, #ff4b90 100%) no-repeat padding-box padding-box; border: 1px solid #0000; border-radius: 8px; padding: 8px 10px; font-size: 18px; transition: all .4s; display: flex; align-items: center; justify-content: center; }
.headerbtn img {margin: 1px 10px 0 0;max-height: 23px;}
.headerbtn:hover {background: transparent;color: #fff;border-color: #fff;}
.header-dropodown-menu-wrapper{background: rgba(38, 38, 38, 1); padding: 8px 0;}
.strip {display: none; align-items: center; justify-content: flex-start; position: fixed; left: 0; right: 0; width: 100%; top: var(--site-hdr-h, 76px); z-index: 199; opacity: 0; transition: opacity 0.25s ease-in-out;}
.strip.show {display: flex; opacity: 1;}
.strip .strip-i img {max-height: 17px;margin-right: 6px;}
.strip .strip-i:first-child {padding-left: 0;}
.strip .strip-i {color: rgba(255, 255, 255, 1);font-size: 14px;font-weight: 400;line-height: 1.4;margin: 0;padding: 0 20px;position: relative;border-right: 1px solid rgba(48, 48, 48, 1);}
.strip .strip-i:last-child{border-right: none;}


/*=====================================header-css-end=====================================================*/ 

:root {
  --font: "Outfit","Outfit Fallback";
  --bg:        #0B0F1C;
  --bg2:       #080C17;
  --bg3:       #05060A;
  --bg-info:   #111827;
  --border:    #1F2937;
  --tx:        #E5E7EB;
  --tx2:       #94A3B8;
  --tx3:       #64748B;
  --tx-info:   #A78BFA;
  --blue:      #3B82F6;
  --purple:    #C084FC;
  --teal:      #5EEAD4;
  --navy:      #0B0F1C;
  --brand:     #4F46E5;
  --r-sm: 4px; --r-md: 6px; --r-lg: 8px;
  --hdr-h: 56px;
  --strip-h: 34px;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
a { text-decoration: none; color: inherit; }
button { font-family: var(--font); cursor: pointer; }

.demo-bar {
  background: #0F172A;
  color: #64748B;
  font-size: 11px;
  padding: 5px 24px;
  display: flex; align-items: center; gap: 6px;
  border-bottom: 1px solid rgba(255,255,255,.05);
}
.demo-bar span { color: #94A3B8; font-weight: 500; }
@media (max-width: 640px) { .demo-bar { display: none; } }

.hdr {
    background: #000;
    padding: 15px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    z-index: 200;
    width: 100%;
}

.logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.logo-box {
  width: 28px; height: 28px; background: linear-gradient(135deg, #4F46E5 0%, #EC4899 100%);
  border-radius: 8px; display: flex; align-items: center; justify-content: center;
}
.logo-box i { font-size: 15px; color: #fff; }
.logo-text { font-size: 16px; font-weight: 700; color: #fff; letter-spacing: -.02em; }
.logo-text span { color: #A78BFA; }

.desk-nav { display: flex; align-items: center; gap: 8px; }
.nb {
  background: none; border: none;
  font-size: 16px; color: #E5E7EB;
  padding: 11px 14px; border-radius: 10px;
  display: flex; align-items: center; gap: 8px;
  transition: background .18s, color .18s;
  white-space: nowrap; font-weight: 600;
  text-transform: capitalize;
}
.nb:hover, .nb.on {
    color: rgba(248, 77, 147, 1);
}
.header-top-menu-wrapper {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}
.nb.on img{filter:none;}
.nb:hover img {
    filter: none;
}
.nb img {
    filter: brightness(0) invert(1);
}
.nb.hi  { color: #A5F3FC; }
.nb.hi:hover,.nb.hi.on  { color: #EFF6FF; background: rgba(96,165,250,.14); }
.nb.ai  { color: #C084FC; }
.nb.ai img{filter:none;}
.nb i.ti-chevron-down { font-size: 11px; transition: transform .2s; }
.nb.on i.ti-chevron-down { transform: rotate(180deg); }

.hdr-right { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.btn-ghost {
  background: none; border: 1px solid rgba(255,255,255,.16);
  color: #CBD5E1; font-size: 12px;
  padding: 8px 14px; border-radius: 8px; white-space: nowrap;
}
.btn-ghost:hover { border-color: rgba(255,255,255,.35); color: #F8FAFC; }

/* .btn-cta {
    animation: vibrate 1.75s infinite cubic-bezier(.66, 0, 0, 1);
    box-shadow: 0 0 0 0 rgb(227 75 158);
}
@keyframes vibrate {
    to {box-shadow: 0 0 0 13px rgba(0, 153, 255, 0)}
}
@-webkit-keyframes vibrate {
    to {box-shadow: 0 0 0 18px rgba(0, 153, 255, 0)}
} */
.btn-cta {
    background: linear-gradient(90deg, #3B82F6 0%, #EC4899 100%);
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 8px 8px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    height: 40px;
}

.btn-cta img {
    max-height: 19px;
}
.btn-cta:hover { filter: brightness(1.08); }
.btn-cta i { font-size: 16px; }

.burger {
  display: none;
  background: none; border: none;
  color: #94A3B8; font-size: 22px;
  padding: 4px; border-radius: 6px;
  transition: color .15s;
}
.burger:hover { color: #fff; }

.strip {
  background: rgba(38, 38, 38, 1);
  padding: 10px 24px;
  display: none; align-items: center;
  overflow-x: auto; -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  white-space: nowrap;
  opacity: 0; transition: opacity .25s ease-in-out;
}
.strip.show { display: flex; opacity: 1; }
.strip::-webkit-scrollbar { display: none; }
.strip-i { font-size: 14px; color: rgba(255, 255, 255, 1); display: flex; align-items: center; gap: 6px; flex-shrink: 0; }
.strip-i i { font-size: 12px; color: #C084FC; }

.panel-wrap {
  position: fixed;
  top: calc(var(--site-hdr-h, 76px) + var(--site-strip-h, 38px));
  left: 0;
  right: 0;
  z-index: 190;
}

.panel {
    display: none;
    background: #1a1a1a;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    position: relative;
    left: 0;
    right: 0;
    z-index: 190;
    padding: 26px 24px 20px;
    box-shadow: 0 22px 80px rgba(0, 0, 0, .3);
    animation: fadeSlide .18s ease;
}
.panel.open { display: block; }

@keyframes fadeSlide {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}

.cols2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.cols3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 18px; }
.cols4 { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 18px; }
.cols5 { display: grid; grid-template-columns: 2fr 1.2fr 1.2fr 1.2fr 1fr; gap: 18px; }

.col-hd {
  font-size: 14px; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
  margin-bottom: 12px; padding-bottom: 8px;
  border-bottom: 1px solid rgba(86, 86, 86, 1);
  display: flex; align-items: center; gap: 6px; color: #fff;
}
.col-hd.blue   { color: #fff; }
.col-hd.purple { color: #C084FC; }
.col-hd.teal   { color: #5EEAD4; }
.col-hd.gray   { color: #CBD5E1; }
.col-hd i { font-size: 12px; }

.lk {
  display: flex; align-items: center; gap: 8px;
  font-size: 16px; color: #E5E7EB;
  padding: 8px 12px; border-radius: 10px;
  transition: background .16s, color .16s; line-height: 1.4;
  font-weight:400;
}

.nb.ai {
    color: #fff;
    background: linear-gradient(270deg, #ff4b90 0%, #248df6 100%) no-repeat padding-box padding-box;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    line-height: initial;
    -webkit-background-clip: text;
    margin: 0;
    display: flex; align-items: center; justify-content: center;
}
a.lk.menulinkbtn {
    color: #ff4b90;
}

a.lk.menulinkbtn.removebgbtn {
    padding: 0;
    color: #ff4b90;
    background: transparent;
}
a.lk.menulinkbtn img{filter: none; position: relative; top: 2px;}
.lk:hover { background:rgba(248, 77, 147, 0.12); color: rgba(248, 77, 147, 1); }
.lk i { font-size: 13px; color: #fff; flex-shrink: 0; }
.lk:hover i { color: #C084FC; }
.lk.dim { color: #94A3B8; }
.lk.dim i { color: #64748B; }
.lk.dim:hover { color: #E2E8F0; }

.tag-new {
  font-size: 9px; background: rgba(236,72,153,.16); color: #FBCFE8;
  padding: 1px 6px; border-radius: 6px;
  margin-left: 4px; font-weight: 700; flex-shrink: 0;
}
.tag-ai {
  font-size: 9px; background: rgba(192,132,252,.18); color: #EDE9FE;
  padding: 1px 6px; border-radius: 6px;
  margin-left: 4px; font-weight: 700; flex-shrink: 0;
}
.tag-low {
  font-size: 9px; background: rgba(148,163,184,.14); color: #CBD5E1;
  padding: 1px 6px; border-radius: 6px; margin-left: 4px;
  font-weight: 500; text-transform: none; letter-spacing: 0; flex-shrink: 0;
}

.pnl-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    margin: 14px -24px -24px -24px;
    padding: 14px 24px;
    background: rgba(38, 38, 38, 1);
}
.pnl-footer-lk {
    font-size: 16px;
    color: rgba(248, 77, 147, 1);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
}
.geo-row { display: flex; gap: 6px; flex-wrap: wrap; }
.geo-pill {
    font-size: 14px;
    color: rgba(224, 224, 224, 1);
    border: 1px solid rgba(72, 72, 72, 1);
    border-radius: 5px;
    padding: 9px 9px;
    transition: background .12s;
    background: rgba(38, 38, 38, 1);
}
.col-promo {
    background: rgba(11, 11, 11, 1);
    border-radius: 8px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 1px solid rgba(86, 86, 86, 1);
}
.col-promo-inner-box {
    background: rgba(23, 23, 23, 1);
    padding: 15px;
    border-radius: 10px;
}

.col-promo-inner-box strong {
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 10px;
    display: block;
}
.col-promo-inner-box ul li {
    color: rgba(174, 174, 179, 1);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    padding: 3px 0;
}
.promo-icon {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid rgba(87, 87, 87, 1);
    background: rgba(26, 26, 26, 1) !important;
}
.promo-title {
    font-size: 18px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 1.4;
    margin: 0;
}
.promo-sub   { font-size: 16px; color: rgba(174, 174, 179, 1); line-height: 1.6; }
.promo-cta   { font-size: 18px; color: rgba(174, 174, 179, 1); font-weight: 600; display: flex; align-items: center; gap: 10px; }
.promo-cta a:hover{color: rgba(248, 77, 147, 1);}
.col-divider { height: 1px; background: rgba(86, 86, 86, 1); margin: 10px 0;}
.promo-cta{color:rgba(248, 77, 147, 1) !important;}


.lk img {
    filter: brightness(0) invert(1);
    max-height: 18px;
}
.lk:hover img {
    filter: none;
}
.geo-pill:hover {
    background: #f84d93;
    color: #fff;
    border-color: transparent;
}
.pnl-footer-lk:hover {
    color: #f84d93;
}
.header-recognition-wrapper ul li figure {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-recognition-wrapper ul li {
    width: 48%;
    border: 1px solid rgba(64, 64, 64, 1);
    padding: 15px 15px;
    border-radius: 8px;
    background: rgba(43, 43, 43, 0);
    position: relative;
    padding-left: 70px;
    color: rgba(229, 229, 229, 1);
    font-size: 16px;
    line-height: 1.4;
    margin: 5px 0 0;
    font-weight: 400;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.header-recognition-wrapper ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 10px;
}
.header-recognition-wrapper {
    margin: 20px 0 0;
}

.mob-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 300;
    background: rgb(0 0 0 / 88%);
}
.mob-overlay.open { display: block; }

.mob-drawer {
  position: fixed; top: 0; left: 0; bottom: 0;
  width: min(380px, 90vw);
  background: var(--navy);
  z-index: 310;
  display: flex; flex-direction: column;
  transform: translateX(-100%);
  transition: transform .28s cubic-bezier(.4,0,.2,1);
  overflow: hidden;
}
.mob-drawer.open { transform: translateX(0); }

.mob-drawer-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(255,255,255,.07);
  flex-shrink: 0;
}
.mob-drawer-logo { display: flex; align-items: center; gap: 8px; }
.mob-drawer-logo .logo-box { width: 24px; height: 24px; }
.mob-drawer-logo .logo-text { font-size: 14px; }
.mob-close {
  background: none; border: none; color: #64748B; font-size: 20px;
  padding: 2px; border-radius: 4px; transition: color .15s;
}
.mob-close:hover { color: #fff; }

.mob-nav { overflow-y: auto; flex: 1; padding: 8px 0 20px; background: #080808;}
.mob-nav::-webkit-scrollbar { width: 4px; }
.mob-nav::-webkit-scrollbar-track { background: transparent; }
.mob-nav::-webkit-scrollbar-thumb { background: rgba(255,255,255,.1); border-radius: 2px; }

/* accordion item */
.mob-trigger {
  width: 100%; background: none; border: none;
  display: flex; align-items: center; justify-content: space-between;
  padding: 11px 18px;
  color: #94A3B8; font-size: 13px; font-weight: 400;
  transition: background .12s, color .12s;
}
.mob-trigger:hover { background: rgba(255,255,255,.05); color: #fff; }
.mob-trigger.open { color: #fff; background: rgba(255,255,255,.06); }
.mob-trigger-left { display: flex; align-items: center; gap: 9px; }
.mob-trigger-left i { font-size: 15px; }
.mob-trigger.hi  .mob-trigger-left i { color: #60A5FA; }
.mob-trigger.ai  .mob-trigger-left i { color: #A78BFA; }
.mob-trigger i.ti-chevron-down { font-size: 11px; color: #475569; transition: transform .2s; flex-shrink: 0; }
.mob-trigger.open i.ti-chevron-down { transform: rotate(180deg); color: #fff; }

.mob-body {
  display: none; padding: 4px 18px 10px 18px;
  border-bottom: 1px solid rgba(255,255,255,.04);
}
.mob-body.open { display: block; }

.mob-section-title {
  font-size: 9.5px; font-weight: 600; letter-spacing: .07em;
  text-transform: uppercase; color: #475569;
  padding: 10px 6px 5px; display: flex; align-items: center; gap: 5px;
}
.mob-section-title i { font-size: 16px; }

.mob-lk {
  display: flex; align-items: center; gap: 8px;
  font-size: 12.5px; color: #64748B;
  padding: 6px 6px; border-radius: 5px;
  transition: background .12s, color .12s;
}
.mob-lk:hover { background: rgba(255,255,255,.05); color: #cbd5e1; }
.mob-lk i { font-size: 13px; color: #334155; flex-shrink: 0; }
.mob-lk:hover i { color: #60A5FA; }

.mob-footer {
  padding: 14px 18px;
  border-top: 1px solid rgba(255,255,255,.07);
  display: flex; flex-direction: column; gap: 8px;
  flex-shrink: 0;
}
.mob-cta-full {
  background: var(--brand); border: none;
  color: #fff; font-size: 13px; font-weight: 500;
  padding: 10px; border-radius: 7px;
  display: flex; align-items: center; justify-content: center; gap: 6px;
}
.mob-cta-ghost {
  background: none; border: 1px solid rgba(255,255,255,.14);
  color: #64748B; font-size: 12.5px;
  padding: 9px; border-radius: 7px;
  display: flex; align-items: center; justify-content: center; gap: 6px;
}
.ftr { background: #020617; padding: 36px 24px 20px; }
.ftr-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr;
  gap: 28px;
  margin-bottom: 28px; padding-bottom: 28px;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.ftr-about-name { font-size: 15px; font-weight: 600; color: #fff; margin-bottom: 5px; }
.ftr-about-name span { color: #60A5FA; }
.ftr-about-desc { font-size: 11.5px; color: #475569; line-height: 1.65; margin-bottom: 14px; }
.ftr-socials { display: flex; gap: 7px; }
.fsoc {
  width: 30px; height: 30px;
  border: 1px solid rgba(255,255,255,.08); border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  transition: border-color .15s;
}
.fsoc:hover { border-color: rgba(255,255,255,.2); }
.fsoc i { font-size: 14px; color: #475569; }

.fct { font-size: 10px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; margin-bottom: 10px; }
.fct.blue   { color: #378ADD; }
.fct.purple { color: #7F77DD; }
.fct.teal   { color: #1D9E75; }
.fct.gray   { color: #5F5E5A; }
.fct.amber  { color: #BA7517; }

.fl {
  display: block; font-size: 11.5px; color: #334155;
  padding: 2.5px 0; line-height: 1.6; transition: color .15s;
}
.fl:hover { color: #94A3B8; }
.fl.nw::after {
  content: 'New'; font-size: 9px;
  background: rgba(26,86,219,.22); color: #93C5FD;
  padding: 1px 5px; border-radius: 3px;
  margin-left: 5px; vertical-align: middle; font-weight: 600;
}
.fl.dim { color: #1E293B; }
.fl.dim:hover { color: #334155; }

.ftr-bottom {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 10px;
}
.ftr-copy { font-size: 10.5px; color: #1E293B; }
.ftr-blinks { display: flex; gap: 14px; }
.ftr-bl { font-size: 10.5px; color: #1E293B; }
.ftr-bl:hover { color: #334155; }
.ftr-certs { display: flex; gap: 6px; flex-wrap: wrap; }
.fcert {
  font-size: 10.5px; color: #334155;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 4px; padding: 3px 8px;
  display: flex; align-items: center; gap: 4px;
}
.fcert i { font-size: 11px; color: #3B6D11; }

.logo img {
    max-width: 110px;
}

@media (max-width: 1699px) {
  .header-recognition-wrapper ul li figure {left: 10px;width: 40px;height: 40px;}
  .header-recognition-wrapper ul li figure img {max-height: 40px;}
  .header-recognition-wrapper ul li {padding: 10px 10px; padding-left: 54px; font-size: 13px; height: 68px;}
}

@media (max-width: 1499px) {
  .promo-sub {font-size: 14px;}
  .lk {font-size: 14px;}
  .col-hd img {max-height: 18px;}
  
  .logo img {max-width: 90px;}
  .nb {font-size: 14px;padding: 5px 9px;gap: 6px;}
  .nb img {max-height: 15px;}
  .btn-cta {font-size: 14px;padding: 7px 7px;gap: 6px;}
}

@media (max-width: 1024px) {
  .cols5 { grid-template-columns: 1fr 1fr 1fr; }
  .cols5 > *:nth-child(4) { display: none; } /* hide engagement col */
  .cols5 > *:nth-child(5) { grid-column: 1 / -1; flex-direction: row; gap: 20px; }
  .cols5 > *:nth-child(5) .col-divider {width: 1px; height: auto; margin: 0 4px; }
  .cols4 { grid-template-columns: 1fr 1fr; }
  .cols4 > *:nth-child(3) { display: none; }
  .cols4 > *:nth-child(4) { grid-column: 1 / -1; flex-direction: row; gap: 20px; }
  .ftr-top { grid-template-columns: 1fr 1fr 1fr; }
  .ftr-top > *:nth-child(1) { grid-column: 1 / -1; }
}

@media (max-width: 1199px) {
  .mob-drawer-head {background: #080808;}
  .mob-body {padding: 4px 10px 10px 10px;}
  .mob-lk {font-size: 14px;color: rgba(229, 229, 229, 1);padding: 7px 6px 7px 15px;font-weight: 400;}
  .mob-lk img {filter: brightness(0) invert(1);}
  .mob-section-title {font-size: 14px;letter-spacing: 0.5px;color: #fff;font-weight: 500;line-height: initial;text-transform: uppercase;margin: 0;display: inline-block;padding: 11px 0 10px; display: flex; align-items: center; justify-content: flex-start;}
  .mob-section-title img {filter: none;max-height: 16px;}
  .mob-trigger i.ti-chevron-down {font-size: 14px;color: #fff;}
  .mob-nav .mob-item + .mob-item {border-top: 1px solid rgba(255, 255, 255, .07);}
  .mob-trigger-left img {filter: brightness(0) invert(1);max-height: 17px;}
  .mob-trigger {padding: 13px 10px;color: #fff;font-size: 14px;}
  .mob-drawer {background: #1a1a1a4f;box-shadow: 0px 0px 2px 0 rgb(255 255 255 / 13%);}
  .mob-close {color: #fff;padding: 0;}
  .logo img {max-width: 85px;}
  .desk-nav { display: none; }
  .btn-ghost { display: none; }
  .burger {display: flex;align-items: center;justify-content: center;width: 35px;height: 35px;border-radius: 50%;background: transparent;padding: 0;margin: 0;color: #fff;border: 1px solid #fff;}
  .hdr {padding: 10px 15px;}
  .panel { display: none !important; }
  .strip { display: none !important; }
}

@media (max-width: 640px) {
  :root { --hdr-h: 52px; }
  .strip { padding: 5px 16px; gap: 14px; }
  .strip-i { font-size: 11px; }
  .ftr { padding: 28px 16px 18px; }
  .ftr-top {grid-template-columns: 1fr 1fr;gap: 20px;}
  .ftr-top > *:nth-child(1) { grid-column: 1 / -1; }
  .ftr-top > *:nth-child(5) { grid-column: 1 / -1; }
  .ftr-bottom { flex-direction: column; align-items: flex-start; gap: 8px; }
  .ftr-blinks { gap: 10px; }
}

@media (max-width: 480px) {
  .mob-drawer {width: 100%;}
}

@media (max-width: 420px) {
  .ftr-top { grid-template-columns: 1fr; }
  .ftr-top > *:nth-child(1) { grid-column: auto; }
  .ftr-top > *:nth-child(5) { grid-column: auto; }
}