:root{
  --bg:#030604;--shell:#07100a;--surface:#0b160e;--surface2:#101d13;--text:#f5fff7;--muted:#9fb3a4;
  --green:#35e66f;--green2:#16b94f;--green3:#8affaa;--line:rgba(53,230,111,.22);
  --shadow:0 0 0 1px rgba(53,230,111,.12),0 22px 70px rgba(18,170,70,.12);
  --font-ar:'Cairo',sans-serif;--font-en:'Inter',sans-serif
}
html[data-theme="light"]{
  --bg:#f4fff7;--shell:#ffffff;--surface:#ffffff;--surface2:#effaf2;--text:#102016;--muted:#557061;
  --green:#119c45;--green2:#087735;--green3:#36c96a;--line:rgba(17,156,69,.20);
  --shadow:0 0 0 1px rgba(17,156,69,.10),0 22px 60px rgba(24,120,62,.10)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background:var(--bg);color:var(--text);font-family:var(--font-ar);font-weight:700}
.page-shell{position:relative;min-height:100vh;margin:18px;overflow:hidden;border-radius:24px;background:radial-gradient(circle at 50% -12%,rgba(53,230,111,.10),transparent 35%),var(--shell);box-shadow:0 0 0 1px rgba(53,230,111,.08),0 0 55px rgba(20,180,75,.14);isolation:isolate}
.page-shell:before{content:"";position:absolute;inset:0;border-radius:24px;padding:2px;background:linear-gradient(115deg,#0b7d37,#35e66f,#8affaa,#16b94f,#0b7d37,#35e66f);background-size:350% 350%;animation:borderFlow 6s linear infinite;-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;z-index:25}
@keyframes borderFlow{0%{background-position:0 50%}50%{background-position:100% 50%}100%{background-position:0 50%}}
.scan-line{position:fixed;top:0;left:0;width:100%;height:2px;z-index:60;background:linear-gradient(90deg,transparent,#0b7d37,#35e66f,#8affaa,#35e66f,#0b7d37,transparent);background-size:220% 100%;animation:scan 4s linear infinite;opacity:.9}@keyframes scan{from{background-position:220% 0}to{background-position:-220% 0}}
.site-header{position:relative;z-index:5;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px;padding:20px clamp(16px,4vw,44px);border-bottom:1px solid var(--line);background:rgba(0,8,3,.24);backdrop-filter:blur(16px)}
html[data-theme="light"] .site-header{background:rgba(255,255,255,.72)}
.header-side{display:flex;align-items:center;gap:10px}.header-side-right{justify-content:flex-end}.header-side-left{justify-content:flex-start}.centered-brand{justify-self:center}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--text)}
.brand-mark{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(145deg,rgba(53,230,111,.20),rgba(17,156,69,.06));border:1px solid rgba(53,230,111,.45);box-shadow:0 0 24px rgba(53,230,111,.16),inset 0 0 18px rgba(53,230,111,.06)}.brand-mark span{width:15px;height:15px;border-radius:50%;background:var(--green3);box-shadow:0 0 8px var(--green3),0 0 22px var(--green)}.brand-text h1{margin:0;font:900 21px var(--font-en),var(--font-ar);letter-spacing:-.02em}
.language-switcher{display:flex;align-items:center;gap:8px;min-height:42px;padding:0 9px 0 11px;border:1px solid var(--line);border-radius:12px;background:var(--surface2);box-shadow:0 5px 25px rgba(0,0,0,.08)}
.language-label{color:var(--muted);font:900 11px var(--font-en),var(--font-ar);white-space:nowrap}
.lang-select{appearance:none;-webkit-appearance:none;border:0;outline:0;background:transparent;color:var(--text);font:900 12px var(--font-en),var(--font-ar);cursor:pointer;padding:7px 22px 7px 4px;min-width:105px;background-image:linear-gradient(45deg,transparent 50%,var(--green) 50%),linear-gradient(135deg,var(--green) 50%,transparent 50%);background-position:calc(100% - 12px) 50%,calc(100% - 7px) 50%;background-size:5px 5px,5px 5px;background-repeat:no-repeat}
.lang-select option{background:var(--surface);color:var(--text);font-weight:800}
.language-switcher:focus-within{border-color:var(--green);box-shadow:0 0 18px rgba(53,230,111,.15)}

.header-control,.notify-btn{border:1px solid var(--line);background:var(--surface2);color:var(--text);min-height:42px;border-radius:12px;padding:9px 13px;font:800 13px var(--font-ar);cursor:pointer;transition:.2s;box-shadow:0 5px 25px rgba(0,0,0,.08)}.header-control:hover,.notify-btn:hover{transform:translateY(-1px);border-color:var(--green);box-shadow:0 0 18px rgba(53,230,111,.15)}.header-control{display:flex;align-items:center;gap:8px}.lang-control{font-family:var(--font-en);font-weight:900;min-width:50px;justify-content:center}.notify-btn{display:flex;align-items:center;gap:8px}.notify-btn.active{background:rgba(53,230,111,.12);border-color:var(--green);color:var(--green)}.notify-btn:disabled{opacity:.65;cursor:wait}.bell{font-size:15px}
.main-nav{position:relative;z-index:4;display:flex;justify-content:center;gap:8px;padding:10px 18px;border-bottom:1px solid var(--line);background:rgba(0,8,3,.12)}html[data-theme="light"] .main-nav{background:rgba(255,255,255,.55)}.main-nav a{color:var(--muted);text-decoration:none;padding:8px 16px;border-radius:10px;font-size:13px;font-weight:900;transition:.2s}.main-nav a:hover,.main-nav a.active{color:var(--text);background:rgba(53,230,111,.09);box-shadow:inset 0 0 0 1px rgba(53,230,111,.18)}
main{position:relative;z-index:2}.view{display:none}.view.active-view{display:block}.content-section{padding:42px clamp(18px,6vw,70px) 55px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:18px}.section-kicker{display:block;color:var(--green);font:900 10px var(--font-en);letter-spacing:.16em}.section-heading h3,.page-title h2{margin:5px 0 0;font-weight:900}.section-heading h3{font-size:25px}.status-pill,.count-badge{border:1px solid var(--line);background:var(--surface2);border-radius:999px;padding:7px 11px;color:var(--muted);font-size:11px;font-weight:800}.status-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 10px var(--green);margin-inline-end:5px}
.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:18px}.card{position:relative;background:var(--surface);border-radius:18px;overflow:hidden;border:1px solid var(--tier-color);box-shadow:0 0 0 1px color-mix(in srgb,var(--tier-color) 20%,transparent),0 0 22px color-mix(in srgb,var(--tier-color) 14%,transparent);display:flex;flex-direction:column;transition:.22s;isolation:isolate}.card:before{content:"";position:absolute;inset:-1px;border-radius:19px;padding:1px;background:linear-gradient(130deg,var(--tier-color),transparent 35%,var(--tier-color),transparent 72%,var(--tier-color));-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:.9;pointer-events:none;z-index:3}.card:hover{transform:translateY(-5px);box-shadow:0 0 30px color-mix(in srgb,var(--tier-color) 27%,transparent),0 20px 45px rgba(0,0,0,.14)}.card-media{position:relative;aspect-ratio:3/4;background:var(--surface2);overflow:hidden}.card-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(0,0,0,.30));pointer-events:none}.card-media img{width:100%;height:100%;object-fit:cover;display:block}.tier-badge{position:absolute;top:10px;inset-inline-start:10px;z-index:2;background:var(--tier-color);color:#031006;font:900 11px var(--font-en);padding:5px 9px;border-radius:8px}.source-tag{position:absolute;bottom:10px;inset-inline-end:10px;z-index:2;background:rgba(0,0,0,.55);backdrop-filter:blur(6px);color:#fff;font-size:10px;padding:4px 8px;border-radius:7px}.card-body{padding:15px;display:flex;flex-direction:column;gap:9px;flex:1}.card-title{font-size:14px;font-weight:800;line-height:1.55;min-height:3.1em;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.card-price{font:900 21px var(--font-en);color:var(--tier-color)}.card-price span{font:800 11px var(--font-ar);color:var(--muted)}.card-link{margin-top:auto;display:block;text-align:center;text-decoration:none;background:var(--surface2);color:var(--text);padding:11px;border-radius:10px;font-size:12px;font-weight:900;transition:.2s}.card-link:hover{background:var(--tier-color);color:#031006}
.inner-view{display:none;padding:55px clamp(20px,7vw,90px) 75px;min-height:600px}.inner-view.active-view{display:block}.page-title{text-align:center;max-width:800px;margin:0 auto 32px}.page-title h2{font-size:42px}.page-title p{color:var(--muted);line-height:2;font-weight:700}.telegram-contact{display:inline-flex;margin-top:10px;padding:12px 18px;border:1px solid var(--green);border-radius:12px;color:var(--green);text-decoration:none;font-family:var(--font-en);font-weight:900;background:var(--surface2);box-shadow:0 0 22px rgba(53,230,111,.10)}.telegram-contact:hover{background:rgba(53,230,111,.10)}.contact-page p{max-width:560px;margin:12px auto}.legal-card{max-width:820px;margin:auto;padding:26px;border:1px solid var(--line);border-radius:18px;background:var(--surface);box-shadow:var(--shadow)}.legal-card h3{margin-top:0;color:var(--green);font-weight:900}.legal-card p{color:var(--muted);line-height:2;font-weight:700;margin-bottom:24px}.legal-card h3:not(:first-child){margin-top:25px}.empty-state{text-align:center;padding:70px 20px;color:var(--muted)}.empty-icon{font-size:40px;color:var(--green)}.empty-state p{font-size:18px;color:var(--text);font-weight:900}
.site-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:20px;padding:25px clamp(18px,5vw,55px) 34px;border-top:1px solid var(--line);background:rgba(0,8,3,.12)}html[data-theme="light"] .site-footer{background:rgba(255,255,255,.55)}.site-footer>div{display:flex;flex-direction:column;gap:4px;font-size:12px}.site-footer strong{font-weight:900}.site-footer span{color:var(--muted)}.footer-links{flex-direction:row!important;gap:16px!important}.footer-links a,.footer-credit a{color:var(--green);text-decoration:none;font-weight:900}.footer-links a:hover,.footer-credit a:hover{text-decoration:underline}
.chat-fab{position:fixed;right:28px;bottom:28px;width:62px;height:62px;border:1px solid rgba(53,230,111,.65);border-radius:19px;background:linear-gradient(145deg,#42ed7b,#0d8e3d);color:#031006;box-shadow:0 0 30px rgba(53,230,111,.28),0 12px 35px rgba(0,0,0,.22);z-index:50;cursor:pointer;transition:.2s;display:grid;place-items:center}.chat-fab:hover{transform:translateY(-3px) scale(1.03)}.chat-fab-svg{width:30px;height:30px;display:block}
.chat-panel{position:fixed;right:28px;bottom:104px;width:min(410px,calc(100vw - 36px));background:var(--surface);border:1px solid var(--green);border-radius:22px;box-shadow:0 25px 80px rgba(0,0,0,.40),0 0 35px rgba(53,230,111,.13);backdrop-filter:blur(20px);z-index:49;overflow:hidden;opacity:0;visibility:hidden;transform:translateY(15px) scale(.98);transition:.22s}.chat-panel.open{opacity:1;visibility:visible;transform:none}.chat-header{display:flex;align-items:center;justify-content:space-between;padding:17px;border-bottom:1px solid var(--line);background:linear-gradient(135deg,rgba(53,230,111,.11),transparent)}.chat-brand{display:flex;align-items:center;gap:10px}.chat-logo{width:36px;height:36px;border-radius:11px;display:grid;place-items:center;background:rgba(53,230,111,.12);border:1px solid var(--line);color:var(--green);font-weight:900}.chat-header strong{display:block;font-weight:900}.chat-header small{display:block;color:var(--muted);font-size:10px;margin-top:2px}.chat-header button{border:0;background:transparent;color:var(--text);font-size:27px;cursor:pointer}.chat-messages{max-height:250px;overflow:auto;padding:16px;display:flex;flex-direction:column;gap:10px}.chat-bubble{max-width:90%;padding:11px 13px;border-radius:14px;font-size:12px;line-height:1.8}.chat-bubble.bot{background:var(--surface2);border:1px solid var(--line);align-self:flex-start}.chat-bubble.user{background:linear-gradient(135deg,#42ed7b,#0f9d45);color:#031006;align-self:flex-end}.chat-form{display:grid;gap:9px;padding:14px;border-top:1px solid var(--line)}.chat-form input,.chat-form textarea{width:100%;border:1px solid var(--line);border-radius:11px;background:var(--surface2);color:var(--text);padding:11px 12px;font:700 12px var(--font-ar);outline:none;resize:vertical}.chat-form input:focus,.chat-form textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(53,230,111,.10)}.chat-send{display:flex;align-items:center;justify-content:center;gap:8px;min-height:43px;border:0;border-radius:11px;background:linear-gradient(135deg,#42ed7b,#0f9d45);color:#031006;font:900 13px var(--font-ar);cursor:pointer}.chat-send:disabled{opacity:.6;cursor:wait}
body[dir="ltr"],html[dir="ltr"] body{font-family:var(--font-en),var(--font-ar)}html[dir="ltr"] .brand-text h1,html[dir="ltr"] .card-price{font-family:var(--font-en)}
@media(max-width:850px){.site-header{grid-template-columns:1fr;justify-items:center}.header-side{justify-content:center}.centered-brand{grid-row:1}.header-side-left{grid-row:2}.header-side-right{grid-row:3}.section-heading{align-items:flex-start;flex-direction:column}.status-pill{max-width:100%}}
@media(max-width:520px){.page-shell{margin:8px;border-radius:17px}.main-nav{overflow:auto;justify-content:flex-start}.main-nav a{white-space:nowrap}.header-side-right{flex-wrap:wrap}.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.card-title{font-size:12px}.card-price{font-size:17px}.content-section{padding-inline:12px}.inner-view{padding-inline:14px}.site-footer{align-items:flex-start}.footer-links{flex-wrap:wrap}.chat-fab{right:18px;bottom:18px}.chat-panel{right:18px;bottom:90px}}
.home-deals-section{padding-top:42px}


/* ===== V6 visual polish ===== */
.site-header{padding:17px clamp(16px,4vw,44px);min-height:72px}
.header-side-left{justify-content:flex-start}.header-side-right{justify-content:flex-end}
.centered-brand{position:relative;z-index:2}
.brand{gap:9px}.brand-mark{width:39px;height:39px;border-radius:12px}.brand-mark span{width:12px;height:12px}
.brand-text h1{font-size:20px;letter-spacing:.03em}
.language-switcher{min-height:38px;padding:0 9px;border-radius:11px}
.language-label{font-size:10px}.lang-select{min-width:92px;font-size:11px}
.header-control,.notify-btn{min-height:38px;padding:8px 11px;border-radius:11px;font-size:11px}
.notify-btn{background:transparent}.notify-btn.active{background:rgba(53,230,111,.10)}
.bell{font-size:14px}
.main-nav{padding:8px 18px}.main-nav a{padding:8px 15px;font-size:12px}
.content-section{padding:38px clamp(18px,5vw,60px) 28px}
.home-deals-section{padding-top:38px}
.section-heading{margin-bottom:16px}.section-heading h3{font-size:24px}
.grid{gap:15px}.card{border-radius:17px}.card-body{padding:13px}.card-title{font-size:13px}.card-price{font-size:20px}.card-link{padding:10px}
/* Compact footer: no giant empty lower area */
.site-footer{margin-top:6px;padding:18px clamp(18px,5vw,55px) 20px;min-height:0}
/* Inner pages are compact too, while still giving legal content room */
.inner-view{min-height:420px;padding:48px clamp(20px,7vw,90px) 40px}
.legal-view{min-height:430px}
.page-title{margin-bottom:24px}.page-title h2{font-size:38px}

/* Professional chat */
.chat-fab{right:24px;bottom:22px;width:58px;height:58px;border-radius:17px}
.chat-fab:after{content:"";position:absolute;right:8px;top:7px;width:9px;height:9px;border-radius:50%;background:#a6ffbd;border:2px solid #0d8e3d}
.chat-icon{width:27px;height:21px;border:0;border-radius:9px;background:#06270f;box-shadow:inset 0 0 0 2px rgba(255,255,255,.8);color:#fff}
.chat-icon:before{content:"•••";position:absolute;left:5px;top:-5px;font-size:12px;letter-spacing:1px;color:#fff}
.chat-icon:after{bottom:-5px;right:3px;width:8px;height:8px;background:#06270f}
.chat-panel{right:24px;bottom:91px;width:min(390px,calc(100vw - 32px));border-radius:21px}
.chat-header{padding:16px 17px 15px}.chat-brand{gap:11px}
.chat-logo{width:40px;height:40px;border-radius:50%;background:linear-gradient(145deg,#43ef7c,#16b94f);border:0;box-shadow:0 0 22px rgba(53,230,111,.22);display:flex;align-items:center;justify-content:center;gap:2px}
.chat-logo span{width:4px;height:4px;border-radius:50%;background:#06310f;display:block}
.chat-header strong{font-size:14px}.chat-header small{font-size:9px;margin-top:3px}.chat-header small i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#35e66f;box-shadow:0 0 7px #35e66f;margin-inline-end:4px}
.chat-close{width:31px;height:31px;border-radius:50%!important;background:var(--surface2)!important;border:1px solid var(--line)!important;font-size:19px!important;line-height:1;transform:rotate(0deg);display:grid;place-items:center}
.chat-messages{max-height:205px;padding:15px 16px 10px;gap:9px}
.chat-bubble{font-size:11px;line-height:1.75;border-radius:12px;padding:10px 12px}
.chat-form{padding:12px 14px 10px;gap:8px}
.chat-form input,.chat-form textarea{border-radius:10px;padding:10px 11px;font-size:11px}
.chat-form textarea{min-height:86px}
.chat-send{min-height:42px;border-radius:10px;font-size:12px}
.chat-secure{text-align:center;color:var(--muted);font-size:9px;padding:2px 4px 1px}

@media(max-width:850px){
  .site-header{grid-template-columns:1fr auto 1fr;min-height:68px}
  .header-side-left{grid-column:1;grid-row:1}.centered-brand{grid-column:2;grid-row:1}.header-side-right{grid-column:3;grid-row:1}
  .header-side-right .notify-btn span:last-child{display:none}.header-control span:last-child{display:none}
}
@media(max-width:620px){
  .site-header{grid-template-columns:1fr auto 1fr;gap:8px;padding:12px 10px}
  .language-switcher{padding:0 7px}.language-label{display:none}.lang-select{min-width:78px}
  .notify-btn,.header-control{padding:7px 9px;min-width:38px;justify-content:center}
  .brand-text h1{font-size:17px}.brand-mark{width:34px;height:34px}
  .main-nav a{padding:7px 11px;font-size:11px}
  .content-section{padding-inline:12px;padding-top:30px}
  .grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .card-title{font-size:11px}.card-price{font-size:17px}
  .site-footer{padding:15px 12px 17px;gap:12px;font-size:10px}
  .footer-links{gap:11px!important}
  .chat-fab{right:16px;bottom:16px;width:54px;height:54px}.chat-panel{right:12px;bottom:78px;width:calc(100vw - 24px)}
}


/* V7 icon polish + back-to-top */
.bell-icon{width:18px;height:18px;display:grid;place-items:center;color:currentColor;flex:0 0 18px}.bell-icon svg{width:18px;height:18px;display:block}.notify-btn.active .bell-icon{filter:drop-shadow(0 0 5px rgba(53,230,111,.35))}
.chat-fab{display:grid;place-items:center}.chat-icon{width:27px;height:27px;border:0!important;border-radius:0!important;display:grid!important;place-items:center!important;position:static!important}.chat-icon:after{display:none!important}.chat-icon svg{width:27px;height:27px;display:block}.chat-logo{color:#05240d!important}.chat-logo svg{width:22px;height:22px;display:block}.chat-close svg{width:16px;height:16px;display:block}.chat-close{padding:0!important}
.back-to-top{position:fixed;right:24px;bottom:94px;width:44px;height:44px;border:1px solid rgba(53,230,111,.5);border-radius:13px;background:rgba(7,18,11,.88);backdrop-filter:blur(14px);color:var(--green);display:grid;place-items:center;z-index:48;cursor:pointer;opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity .2s,visibility .2s,transform .2s,background .2s,box-shadow .2s}.back-to-top svg{width:19px;height:19px}.back-to-top.visible{opacity:1;visibility:visible;transform:none}.back-to-top:hover{background:var(--green);color:#031006;box-shadow:0 0 24px rgba(53,230,111,.28);transform:translateY(-2px)}
html[data-theme="light"] .back-to-top{background:rgba(255,255,255,.94);box-shadow:0 8px 25px rgba(0,0,0,.08)}
@media(max-width:520px){.back-to-top{right:16px;bottom:80px;width:42px;height:42px;border-radius:12px}}

.chat-identity{display:grid;gap:10px}.chat-form.identity-complete .chat-identity{display:none!important}.chat-fab-svg{filter:drop-shadow(0 2px 5px rgba(0,0,0,.2))}

/* ===== V9 — clean single chat icon ===== */
.chat-fab{
  position:fixed;
  right:24px;
  bottom:22px;
  width:58px;
  height:58px;
  padding:0;
  border:1px solid rgba(53,230,111,.75);
  border-radius:50%;
  background:linear-gradient(145deg,#35e66f 0%,#13a948 100%);
  color:#06130a;
  box-shadow:0 10px 30px rgba(0,0,0,.30),0 0 28px rgba(53,230,111,.25);
  z-index:50;
  cursor:pointer;
  display:grid;
  place-items:center;
  transition:transform .2s ease,box-shadow .2s ease;
}
.chat-fab:hover{
  transform:translateY(-3px);
  box-shadow:0 14px 36px rgba(0,0,0,.34),0 0 34px rgba(53,230,111,.38);
}
.chat-fab:before,.chat-fab:after{display:none!important;content:none!important}
.chat-fab-svg{
  width:30px;
  height:30px;
  display:block;
  color:#06130a;
}
.chat-logo{
  width:40px!important;
  height:40px!important;
  border-radius:12px!important;
  display:grid!important;
  place-items:center!important;
  background:rgba(53,230,111,.12)!important;
  border:1px solid rgba(53,230,111,.28)!important;
  color:var(--green)!important;
  box-shadow:none!important;
}
.chat-logo svg{width:23px;height:23px;display:block}

@media(max-width:520px){
  .chat-fab{right:18px;bottom:18px;width:56px;height:56px}
  .chat-fab-svg{width:29px;height:29px}
}


/* V10 — completely redesigned support icon: headset, no chat bubble/three dots */
.chat-fab{
  width:58px!important;height:58px!important;border-radius:50%!important;
  background:linear-gradient(145deg,#42ed7b 0%,#16b94f 55%,#0b7f38 100%)!important;
  color:#06220d!important;border:1px solid rgba(255,255,255,.22)!important;
  box-shadow:0 10px 30px rgba(0,0,0,.28),0 0 26px rgba(53,230,111,.25)!important;
  overflow:visible!important;
}
.chat-fab:hover{transform:translateY(-4px) scale(1.04)!important;box-shadow:0 14px 34px rgba(0,0,0,.3),0 0 34px rgba(53,230,111,.34)!important}
.chat-fab:before,.chat-fab:after,.chat-fab .chat-icon{display:none!important;content:none!important}
.chat-fab-svg{width:30px!important;height:30px!important;filter:none!important;stroke:currentColor!important}
.chat-logo{width:40px!important;height:40px!important;border-radius:12px!important;background:rgba(53,230,111,.12)!important;color:var(--green)!important;border:1px solid var(--line)!important;box-shadow:none!important}
.chat-logo svg{width:24px!important;height:24px!important;display:block!important}
.chat-logo span,.chat-logo:before,.chat-logo:after{display:none!important;content:none!important}
@media(max-width:520px){.chat-fab{width:54px!important;height:54px!important}.chat-fab-svg{width:28px!important;height:28px!important}}


/* V11 — clear customer-support agent icon */
.chat-fab{
  width:60px!important;
  height:60px!important;
  border-radius:18px!important;
  background:linear-gradient(145deg,#45ef7d,#13a84b)!important;
  color:#06220d!important;
  border:1px solid rgba(100,255,145,.7)!important;
  display:grid!important;
  place-items:center!important;
  box-shadow:0 10px 32px rgba(0,0,0,.28),0 0 28px rgba(53,230,111,.25)!important;
}
.chat-fab:before,.chat-fab:after{display:none!important;content:none!important}
.chat-fab-svg{
  width:31px!important;
  height:31px!important;
  display:block!important;
  stroke:currentColor!important;
  filter:none!important;
}
.chat-logo{
  width:42px!important;
  height:42px!important;
  border-radius:13px!important;
  background:rgba(53,230,111,.12)!important;
  border:1px solid var(--line)!important;
  color:var(--green)!important;
  display:grid!important;
  place-items:center!important;
}
.chat-logo svg{
  width:25px!important;
  height:25px!important;
  display:block!important;
}
.chat-logo span,.chat-logo:before,.chat-logo:after{display:none!important;content:none!important}
@media(max-width:520px){
  .chat-fab{width:56px!important;height:56px!important;border-radius:16px!important}
  .chat-fab-svg{width:29px!important;height:29px!important}
}

/* V12 classic chat icon */
.chat-fab{width:60px!important;height:60px!important;border-radius:50%!important;display:grid!important;place-items:center!important;background:linear-gradient(145deg,#45ef7d,#12a84a)!important;color:#061b0b!important;border:1px solid rgba(120,255,160,.65)!important;box-shadow:0 10px 30px rgba(0,0,0,.28),0 0 24px rgba(53,230,111,.24)!important}
.chat-fab:before,.chat-fab:after{display:none!important;content:none!important}
.chat-fab-svg{width:30px!important;height:30px!important;display:block!important;stroke:currentColor!important;fill:none!important;filter:none!important}
.chat-logo{width:42px!important;height:42px!important;border-radius:12px!important;display:grid!important;place-items:center!important;background:rgba(53,230,111,.10)!important;color:var(--green)!important;border:1px solid var(--line)!important}
.chat-logo:before,.chat-logo:after{display:none!important;content:none!important}
.chat-logo .chat-fab-svg{width:24px!important;height:24px!important}

/* V13: unified dark-green product accents */
:root{
  --product-green:#0b7a3d;
  --product-green-dark:#075c2e;
  --product-green-glow:rgba(11,122,61,.28);
}
.card,
.card:hover{
  --tier-color:var(--product-green)!important;
  --tier-glow:var(--product-green-glow)!important;
}
.tier-badge,.source-tag,.card-link{
  color:#dfffea!important;
  border-color:rgba(11,122,61,.72)!important;
  background:rgba(7,92,46,.82)!important;
}
.card-link:hover{
  background:var(--product-green)!important;
  color:#fff!important;
}
.card-media{
  border-color:rgba(11,122,61,.58)!important;
  box-shadow:0 0 18px rgba(11,122,61,.10)!important;
}
.chat-fab{
  width:60px!important;height:60px!important;border-radius:14px!important;
  display:grid!important;place-items:center!important;
  background:linear-gradient(145deg,#0d8b47,#075c2e)!important;
  color:#dfffea!important;
  border:1px solid rgba(24,150,78,.7)!important;
  box-shadow:0 10px 28px rgba(0,0,0,.3),0 0 20px rgba(11,122,61,.2)!important;
}
.chat-fab:before,.chat-fab:after{display:none!important;content:none!important}
.chat-fab-svg{width:31px!important;height:31px!important;display:block!important}

/* V14 — square support button with headset only */
.chat-fab{
  width:60px!important;
  height:60px!important;
  border-radius:14px!important;
  display:grid!important;
  place-items:center!important;
  background:linear-gradient(145deg,#0d8b47,#075c2e)!important;
  color:#dfffea!important;
}
.chat-fab-svg{
  width:30px!important;
  height:30px!important;
  display:block!important;
}
.chat-fab:before,.chat-fab:after{display:none!important;content:none!important}

/* V16 — clean footer layout */
.site-footer{
  display:grid!important;
  grid-template-columns:1fr auto 1fr!important;
  align-items:center!important;
  gap:24px!important;
}
.site-footer > div:first-child{display:none!important;}
.site-footer .footer-credit{
  grid-column:1!important;
  justify-self:start!important;
  text-align:left!important;
}
.site-footer .footer-links{
  grid-column:2!important;
  justify-self:center!important;
}
@media (max-width:700px){
  .site-footer{
    grid-template-columns:1fr!important;
    justify-items:center!important;
    gap:12px!important;
  }
  .site-footer .footer-credit,
  .site-footer .footer-links{
    grid-column:1!important;
    justify-self:center!important;
    text-align:center!important;
  }
}


/* Publication time shown on every deal card */
.card-published {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 10px;
  padding-top: 9px;
  border-top: 1px solid rgba(53, 230, 111, 0.14);
  font-size: 12px;
  line-height: 1.4;
  opacity: 0.78;
}

.card-published span {
  opacity: 0.75;
}

.card-published strong {
  font-weight: 800;
  white-space: nowrap;
}

/* =========================================================
   TOAST (confirmation message)
   ========================================================= */
.app-toast {
  position: fixed;
  left: 50%;
  bottom: 28px;
  transform: translate(-50%, 20px);
  background: var(--green2, #16b94f);
  color: #06100a;
  font-weight: 800;
  font-size: 14px;
  padding: 12px 22px;
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 9999;
  white-space: nowrap;
  max-width: 90vw;
  overflow: hidden;
  text-overflow: ellipsis;
}

.app-toast.app-toast-show {
  opacity: 1;
  transform: translate(-50%, 0);
}

/* =========================================================
   "ENABLE NOTIFICATIONS" BANNER
   ========================================================= */
.notify-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  max-width: 420px;
  margin: 0 auto;
  background: rgba(6, 16, 10, 0.96);
  border: 1px solid var(--line, rgba(53, 230, 111, 0.22));
  border-radius: 16px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
  z-index: 9998;
  animation: notifyBannerIn 0.3s ease;
}

@keyframes notifyBannerIn {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

.notify-banner-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.notify-banner-text strong {
  font-size: 15px;
  color: var(--green3, #8affaa);
}

.notify-banner-text span {
  font-size: 13px;
  opacity: 0.85;
  line-height: 1.5;
}

.notify-banner-actions {
  display: flex;
  gap: 10px;
}

.notify-banner-enable,
.notify-banner-dismiss {
  flex: 1;
  border: none;
  border-radius: 10px;
  padding: 10px 14px;
  font-weight: 800;
  font-size: 13px;
  cursor: pointer;
}

.notify-banner-enable {
  background: var(--green, #35e66f);
  color: #06100a;
}

.notify-banner-dismiss {
  background: transparent;
  border: 1px solid var(--line, rgba(53, 230, 111, 0.22));
  color: inherit;
}
