:root{
  --bg:#020815;
  --bg2:#041424;
  --panel:rgba(255,255,255,.075);
  --panel2:rgba(255,255,255,.115);
  --line:rgba(117,221,255,.22);
  --line2:rgba(117,221,255,.42);
  --text:#f5fbff;
  --muted:#a9c3d2;
  --soft:#dff7ff;
  --cyan:#25d8ff;
  --blue:#1957dd;
  --green:#38efb1;
  --purple:#7c3cff;
  --silver:#d8e7ef;
  --danger:#ff5478;
  --gold:#f7d46b;
  --shadow:0 30px 100px rgba(0,0,0,.42);
  --radius:28px;
  --max:1220px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  min-height:100vh;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--text);
  background:var(--bg);
  overflow-x:hidden;
}
body:before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-5;
  background:
    radial-gradient(circle at 12% 8%,rgba(37,216,255,.24),transparent 30%),
    radial-gradient(circle at 80% 14%,rgba(25,87,221,.28),transparent 34%),
    radial-gradient(circle at 54% 88%,rgba(56,239,177,.12),transparent 30%),
    linear-gradient(140deg,#010511 0%,#051629 46%,#01040b 100%);
}
body:after{
  content:"";
  position:fixed;
  inset:0;
  z-index:-4;
  pointer-events:none;
  opacity:.26;
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);
  background-size:36px 36px;
  mask-image:linear-gradient(#000 0%,rgba(0,0,0,.72) 62%,transparent 100%);
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,textarea,select{font:inherit}
#particles-canvas{position:fixed;inset:0;width:100%;height:100%;z-index:-3;pointer-events:none;opacity:.75}
.cursor-glow{position:fixed;width:360px;height:360px;border-radius:50%;left:var(--mx,50%);top:var(--my,20%);transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(37,216,255,.20),transparent 62%);filter:blur(18px);z-index:-2;pointer-events:none;transition:.08s linear}
.container{width:min(var(--max),calc(100% - 42px));margin-inline:auto}
.nav-shell{position:sticky;top:16px;z-index:50;width:min(1080px,calc(100% - 28px));margin:16px auto 0}
.navbar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px 16px;border:1px solid var(--line);border-radius:999px;background:rgba(2,8,21,.72);backdrop-filter:blur(22px);box-shadow:0 20px 80px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.08)}
.brand{display:flex;align-items:center;gap:12px;min-width:max-content}
.brand img{width:48px;height:48px;object-fit:contain;filter:drop-shadow(0 0 22px rgba(37,216,255,.28))}
.brand strong{display:block;font-size:18px;letter-spacing:.08em}.brand span{display:block;font-size:11px;color:var(--muted);font-weight:800;letter-spacing:.22em;text-transform:uppercase;margin-top:1px}
.nav-links{display:flex;align-items:center;gap:clamp(13px,2.6vw,30px)}
.nav-links a{font-size:14px;font-weight:850;color:rgba(245,251,255,.78);white-space:nowrap;transition:.25s}.nav-links a:hover{color:#8cf3ff;transform:translateY(-1px)}
.nav-actions{display:flex;align-items:center;gap:10px}.mobile-menu{display:none;border:1px solid var(--line);background:rgba(255,255,255,.06);color:#fff;border-radius:14px;padding:11px 13px;cursor:pointer}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid var(--line2);border-radius:999px;padding:14px 18px;color:#edfbff;background:linear-gradient(135deg,rgba(37,216,255,.24),rgba(25,87,221,.18));font-weight:950;box-shadow:inset 0 1px 0 rgba(255,255,255,.10);cursor:pointer;transition:.25s}.btn:hover{transform:translateY(-2px);box-shadow:0 18px 55px rgba(37,216,255,.18)}.btn.secondary{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.14);color:#dff7ff}.btn.solid{background:linear-gradient(135deg,var(--cyan),var(--blue));color:#06101a}.btn.small{padding:10px 13px;font-size:13px}.btn.full{width:100%}
.hero{min-height:calc(100vh - 86px);display:grid;grid-template-columns:.95fr 1.05fr;align-items:center;gap:54px;padding:72px 0 95px}.eyebrow{display:inline-flex;align-items:center;gap:12px;margin-bottom:20px;color:#8df2ff;font-size:12px;font-weight:950;letter-spacing:.25em;text-transform:uppercase}.eyebrow:before{content:"";width:40px;height:1px;background:linear-gradient(90deg,var(--cyan),transparent)}
h1,h2,h3,p{margin-top:0}h1{font-size:clamp(3.1rem,7.3vw,7.6rem);line-height:.86;letter-spacing:-.086em;margin-bottom:28px;max-width:760px}h2{font-size:clamp(2.2rem,5vw,5rem);line-height:.92;letter-spacing:-.07em;margin-bottom:22px}h3{font-size:1.35rem;letter-spacing:-.035em}p{font-size:clamp(1rem,1.35vw,1.18rem);line-height:1.75;color:var(--muted)}.hero p{font-size:clamp(1.05rem,1.55vw,1.33rem);max-width:680px}.highlight{background:linear-gradient(90deg,#fff 0%,#9ff5ff 42%,#52f6c3 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}.hero-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:34px;max-width:720px}.mini-stat{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:22px;background:rgba(255,255,255,.055);padding:18px}.mini-stat:after{content:"";position:absolute;right:-30px;bottom:-35px;width:110px;height:110px;border-radius:50%;background:rgba(37,216,255,.12);filter:blur(4px)}.mini-stat strong{display:block;font-size:clamp(1.7rem,3vw,2.7rem);line-height:1;margin-bottom:7px}.mini-stat span{font-size:.88rem;color:var(--muted);font-weight:750}.hero-visual{position:relative;min-height:620px;display:grid;place-items:center}.hero-logo-card{position:relative;width:min(590px,100%);border:1px solid var(--line2);border-radius:42px;padding:48px;background:linear-gradient(145deg,rgba(255,255,255,.14),rgba(255,255,255,.04));box-shadow:var(--shadow);isolation:isolate;overflow:hidden;transform:perspective(1100px) rotateY(-5deg) rotateX(2deg)}.hero-logo-card:before{content:"";position:absolute;inset:14px;border:1px solid rgba(255,255,255,.12);border-radius:31px;pointer-events:none}.hero-logo-card:after{content:"";position:absolute;inset:20% -15% -10% 20%;background:radial-gradient(circle,rgba(37,216,255,.42),transparent 58%);filter:blur(38px);z-index:-1}.hero-logo-card img{width:100%;filter:drop-shadow(0 0 28px rgba(37,216,255,.18)) drop-shadow(0 22px 45px rgba(0,0,0,.26))}.floating-card{position:absolute;border:1px solid rgba(255,255,255,.14);background:rgba(4,14,30,.76);backdrop-filter:blur(18px);box-shadow:0 24px 80px rgba(0,0,0,.35);border-radius:22px;padding:16px;animation:float 7s ease-in-out infinite}.floating-card b{display:block}.floating-card span{display:block;color:var(--muted);font-size:13px;margin-top:5px}.fc-1{left:0;top:88px}.fc-2{right:4px;bottom:100px;animation-delay:1.2s}.fc-3{left:64px;bottom:18px;animation-delay:2s}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(18px)}}
.section{padding:92px 0}.section-head{max-width:840px;margin-bottom:42px}.section-head.center{text-align:center;margin-inline:auto}.section-head p{font-size:20px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.service-card,.portfolio-card,.contact-card,.info-card{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:28px;background:linear-gradient(145deg,rgba(255,255,255,.095),rgba(255,255,255,.04));box-shadow:0 24px 70px rgba(0,0,0,.18);padding:30px}.service-card:after,.portfolio-card:after{content:"";position:absolute;width:190px;height:190px;right:-80px;bottom:-90px;border-radius:50%;background:rgba(37,216,255,.11);filter:blur(6px)}.icon{width:54px;height:54px;border-radius:18px;display:grid;place-items:center;margin-bottom:20px;background:linear-gradient(135deg,rgba(37,216,255,.28),rgba(124,60,255,.18));border:1px solid rgba(255,255,255,.12);font-size:24px}.service-card p,.portfolio-card p{font-size:16px;margin-bottom:0}.about-panel{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:stretch;border:1px solid var(--line2);border-radius:38px;background:linear-gradient(135deg,rgba(37,216,255,.14),rgba(25,87,221,.07),rgba(255,255,255,.04));padding:clamp(26px,5vw,58px);box-shadow:var(--shadow)}.about-list{display:grid;gap:14px}.about-item{display:grid;grid-template-columns:46px 1fr;gap:14px;align-items:start;padding:16px;border-radius:20px;border:1px solid rgba(255,255,255,.11);background:rgba(255,255,255,.055)}.about-item span{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:rgba(37,216,255,.14);color:#8df2ff;font-weight:950}.about-item p{font-size:15px;margin:5px 0 0}.portfolio-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.portfolio-card{min-height:330px;display:flex;flex-direction:column}.portfolio-card .tag{display:inline-flex;align-self:flex-start;margin-bottom:16px;padding:8px 10px;border:1px solid rgba(255,255,255,.12);border-radius:999px;color:#8df2ff;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.portfolio-card h3{margin-bottom:12px}.portfolio-card p{flex:1}.portfolio-card .btn{align-self:flex-start;margin-top:24px}.cta-panel{display:grid;grid-template-columns:1.1fr .9fr;gap:26px;align-items:center;border-radius:42px;border:1px solid var(--line2);padding:clamp(30px,5vw,62px);background:radial-gradient(circle at 20% 0,rgba(37,216,255,.24),transparent 34%),linear-gradient(135deg,rgba(255,255,255,.12),rgba(255,255,255,.04));box-shadow:var(--shadow)}.contact-card{padding:24px}.contact-row{display:flex;gap:12px;align-items:flex-start;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.10)}.contact-row:last-child{border-bottom:0}.contact-row b{display:block}.contact-row span,.contact-row a{color:var(--muted);word-break:break-word}.footer{padding:44px 0;border-top:1px solid rgba(255,255,255,.08);background:rgba(1,5,12,.48)}.footer .container{display:flex;justify-content:space-between;gap:24px;align-items:center}.footer-logo{display:flex;align-items:center;gap:12px}.footer-logo img{width:44px;height:44px;object-fit:contain}.footer p{font-size:14px;margin:0}.reveal{opacity:0;transform:translateY(28px);transition:opacity .75s ease,transform .75s ease}.reveal.show{opacity:1;transform:none}.delay{transition-delay:.12s}.delay2{transition-delay:.24s}.delay3{transition-delay:.36s}
.chat-button{position:fixed;right:22px;bottom:22px;z-index:80;border:1px solid var(--line2);border-radius:999px;background:linear-gradient(135deg,var(--cyan),var(--blue));color:#06101a;box-shadow:0 22px 70px rgba(37,216,255,.28);padding:15px 18px;font-weight:950;display:flex;gap:10px;align-items:center;cursor:pointer}.chat-button .dot{width:10px;height:10px;border-radius:50%;background:var(--green);box-shadow:0 0 0 0 rgba(56,239,177,.8);animation:pulse 1.7s infinite}@keyframes pulse{70%{box-shadow:0 0 0 12px transparent}100%{box-shadow:0 0 0 0 transparent}}
.chat-panel{position:fixed;right:22px;bottom:88px;z-index:90;width:min(430px,calc(100vw - 30px));max-height:min(720px,calc(100vh - 112px));display:none;overflow:hidden;border:1px solid var(--line2);border-radius:28px;background:rgba(3,10,22,.92);backdrop-filter:blur(24px);box-shadow:0 30px 120px rgba(0,0,0,.52)}.chat-panel.open{display:block}.chat-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px;border-bottom:1px solid rgba(255,255,255,.10);background:linear-gradient(135deg,rgba(37,216,255,.12),rgba(25,87,221,.09))}.chat-brand{display:flex;align-items:center;gap:12px}.chat-brand img{width:42px;height:42px;object-fit:contain}.chat-brand b{display:block}.chat-brand span{display:block;color:var(--muted);font-size:13px}.chat-close{border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);color:#fff;border-radius:12px;width:40px;height:40px;cursor:pointer}.chat-body{padding:18px;overflow:auto;max-height:calc(100vh - 230px)}.bubble{border-radius:20px;padding:14px 15px;margin-bottom:14px;line-height:1.55}.bubble.bot{background:rgba(255,255,255,.075);color:#dff7ff;border:1px solid rgba(255,255,255,.09)}.field{display:grid;gap:7px;margin-bottom:12px}.field label{font-size:13px;color:#c8e9f6;font-weight:850}.field input,.field textarea,.field select{width:100%;border:1px solid rgba(255,255,255,.13);border-radius:15px;background:rgba(255,255,255,.06);color:#fff;padding:13px 14px;outline:none}.field textarea{min-height:118px;resize:vertical}.field input:focus,.field textarea:focus,.field select:focus{border-color:rgba(37,216,255,.55);box-shadow:0 0 0 4px rgba(37,216,255,.10)}.form-message{display:none;margin-top:12px;padding:12px;border-radius:14px;font-weight:800}.form-message.ok{display:block;background:rgba(56,239,177,.12);border:1px solid rgba(56,239,177,.26);color:#baffdf}.form-message.err{display:block;background:rgba(255,84,120,.12);border:1px solid rgba(255,84,120,.26);color:#ffd1db}
.admin-body{background:#07101d}.admin-shell{min-height:100vh;display:grid;grid-template-columns:280px 1fr}.admin-sidebar{position:sticky;top:0;height:100vh;padding:22px;border-right:1px solid rgba(255,255,255,.08);background:rgba(2,8,18,.84)}.admin-brand{display:flex;align-items:center;gap:12px;margin-bottom:26px}.admin-brand img{width:48px;height:48px;object-fit:contain}.admin-brand b{display:block}.admin-brand span{display:block;color:var(--muted);font-size:12px}.admin-nav{display:grid;gap:8px}.admin-nav a{padding:13px 14px;border-radius:16px;color:#c6dce7;font-weight:850}.admin-nav a:hover,.admin-nav a.active{background:rgba(37,216,255,.12);color:#fff}.admin-main{padding:28px;min-width:0}.admin-top{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-bottom:24px}.admin-card{border:1px solid rgba(255,255,255,.10);border-radius:26px;background:rgba(255,255,255,.055);box-shadow:0 24px 75px rgba(0,0,0,.18);padding:24px}.admin-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:18px}.stat-card strong{display:block;font-size:2.2rem;line-height:1}.stat-card span{display:block;color:var(--muted);font-weight:800;margin-top:4px}.table-wrap{overflow:auto}.admin-table{width:100%;border-collapse:collapse;min-width:840px}.admin-table th,.admin-table td{text-align:left;padding:14px;border-bottom:1px solid rgba(255,255,255,.08);vertical-align:top}.admin-table th{color:#9eddea;font-size:13px;text-transform:uppercase;letter-spacing:.08em}.badge{display:inline-flex;padding:7px 10px;border-radius:999px;font-size:12px;font-weight:950;border:1px solid rgba(255,255,255,.12)}.badge.new{background:rgba(37,216,255,.12);color:#8df2ff}.badge.warning{background:rgba(247,212,107,.13);color:#ffe693}.badge.info{background:rgba(124,60,255,.16);color:#d7c7ff}.badge.danger{background:rgba(255,84,120,.14);color:#ffd1db}.badge.success{background:rgba(56,239,177,.13);color:#baffdf}.admin-form{display:grid;gap:14px;max-width:880px}.admin-form .field input,.admin-form .field textarea,.admin-form .field select{background:rgba(255,255,255,.06)}.actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.login-page{min-height:100vh;display:grid;place-items:center;padding:24px}.login-card{width:min(440px,100%);border:1px solid var(--line2);border-radius:30px;background:rgba(3,10,22,.86);backdrop-filter:blur(24px);box-shadow:var(--shadow);padding:32px}.login-card img{width:160px;margin:0 auto 20px}.alert{padding:13px 14px;border-radius:16px;margin-bottom:14px;font-weight:800}.alert.err{background:rgba(255,84,120,.13);border:1px solid rgba(255,84,120,.27);color:#ffd3dd}.alert.ok{background:rgba(56,239,177,.12);border:1px solid rgba(56,239,177,.27);color:#baffdf}
@media (max-width:1120px){.hero,.about-panel,.cta-panel{grid-template-columns:1fr}.hero{min-height:auto;text-align:center}.hero p,.hero-meta{margin-inline:auto}.hero-actions{justify-content:center}.hero-visual{min-height:auto}.hero-logo-card{transform:none}.floating-card{position:relative;left:auto;right:auto;top:auto;bottom:auto;display:inline-block;margin:8px}.grid-3,.portfolio-grid{grid-template-columns:repeat(2,1fr)}.admin-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:780px){.container{width:min(var(--max),calc(100% - 28px))}.navbar{border-radius:26px;align-items:flex-start}.nav-links{display:none;position:absolute;left:14px;right:14px;top:82px;flex-direction:column;align-items:stretch;padding:14px;border:1px solid var(--line);border-radius:22px;background:rgba(2,8,21,.96);box-shadow:0 20px 80px rgba(0,0,0,.45)}.nav-links.open{display:flex}.nav-links a{padding:12px;border-radius:14px}.mobile-menu{display:block}.nav-actions .btn{display:none}.hero{padding-top:54px}.hero-meta,.grid-3,.portfolio-grid{grid-template-columns:1fr}.hero-logo-card{padding:24px;border-radius:30px}.section{padding:68px 0}.footer .container{flex-direction:column;text-align:center}.chat-button{right:14px;bottom:14px}.chat-panel{right:15px;bottom:76px}.admin-shell{grid-template-columns:1fr}.admin-sidebar{position:relative;height:auto}.admin-main{padding:18px}.admin-top{flex-direction:column;align-items:flex-start}.admin-grid{grid-template-columns:1fr}}
@media (prefers-reduced-motion: reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}

/* ===============================
   WIKISMART - tema claro solicitado
   Fundo branco + partículas interativas
   Remove a área visual do print
   =============================== */
body.site-page{
  --bg:#ffffff;
  --bg2:#f5fbff;
  --panel:rgba(255,255,255,.78);
  --panel2:rgba(255,255,255,.92);
  --line:rgba(25,155,220,.20);
  --line2:rgba(25,155,220,.38);
  --text:#071629;
  --muted:#496477;
  --soft:#15324a;
  --cyan:#22c9f5;
  --blue:#145fd7;
  --green:#16c98b;
  --purple:#635bff;
  --silver:#d7e7f2;
  --shadow:0 24px 80px rgba(20,95,170,.13);
  color:var(--text);
  background:#ffffff;
}
body.site-page::before{
  background:
    radial-gradient(circle at 12% 8%,rgba(34,201,245,.16),transparent 30%),
    radial-gradient(circle at 82% 12%,rgba(20,95,215,.10),transparent 34%),
    radial-gradient(circle at 50% 88%,rgba(22,201,139,.08),transparent 32%),
    linear-gradient(180deg,#ffffff 0%,#f7fcff 48%,#ffffff 100%);
}
body.site-page::after{
  opacity:.22;
  background-image:
    linear-gradient(rgba(20,95,215,.08) 1px,transparent 1px),
    linear-gradient(90deg,rgba(20,95,215,.08) 1px,transparent 1px);
}
body.site-page #particles-canvas{opacity:.95;z-index:-3;}
body.site-page .cursor-glow{
  background:radial-gradient(circle,rgba(34,201,245,.16),transparent 63%);
  z-index:-2;
}
body.site-page .navbar{
  background:rgba(255,255,255,.82);
  border-color:rgba(25,155,220,.20);
  box-shadow:0 18px 60px rgba(20,95,170,.12),inset 0 1px 0 rgba(255,255,255,.88);
}
body.site-page .nav-links a{color:rgba(7,22,41,.74);}
body.site-page .nav-links a:hover{color:#145fd7;}
body.site-page .mobile-menu{
  color:#071629;
  background:rgba(20,95,215,.06);
}
body.site-page .brand strong{color:#071629;}
body.site-page .brand span{color:#496477;}
body.site-page .eyebrow{color:#158bc0;}
body.site-page .highlight{
  background:linear-gradient(90deg,#145fd7 0%,#22c9f5 48%,#16c98b 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
body.site-page .btn.secondary{
  background:rgba(255,255,255,.72);
  border-color:rgba(25,155,220,.22);
  color:#145fd7;
}
body.site-page .btn.solid,
body.site-page .chat-button{
  background:linear-gradient(135deg,#22c9f5,#145fd7);
  color:#ffffff;
}
body.site-page .hero{
  grid-template-columns:1fr;
  max-width:1040px;
  text-align:center;
  min-height:calc(100vh - 86px);
}
body.site-page .hero p,
body.site-page .hero-meta{
  margin-left:auto;
  margin-right:auto;
}
body.site-page .hero-actions{justify-content:center;}
body.site-page .hero-visual{display:none!important;}
body.site-page .floating-card{display:none!important;}
body.site-page .mini-stat,
body.site-page .service-card,
body.site-page .portfolio-card,
body.site-page .contact-card,
body.site-page .info-card,
body.site-page .about-panel,
body.site-page .cta-panel{
  background:linear-gradient(145deg,rgba(255,255,255,.88),rgba(239,249,255,.66));
  border-color:rgba(25,155,220,.18);
  box-shadow:0 24px 75px rgba(20,95,170,.10);
}
body.site-page .about-item{
  background:rgba(255,255,255,.72);
  border-color:rgba(25,155,220,.14);
}
body.site-page .portfolio-card .tag{color:#158bc0;border-color:rgba(25,155,220,.20);}
body.site-page .footer{
  background:rgba(245,251,255,.72);
  border-top-color:rgba(25,155,220,.14);
}
body.site-page .chat-panel{
  background:rgba(255,255,255,.96);
  border-color:rgba(25,155,220,.28);
  box-shadow:0 30px 100px rgba(20,95,170,.18);
}
body.site-page .chat-head{background:linear-gradient(135deg,rgba(34,201,245,.14),rgba(20,95,215,.08));}
body.site-page .chat-brand b,
body.site-page .chat-close{color:#071629;}
body.site-page .chat-close{background:rgba(20,95,215,.06);border-color:rgba(25,155,220,.18);}
body.site-page .bubble.bot{background:#eef8ff;color:#294559;border-color:rgba(25,155,220,.16);}
body.site-page .field label{color:#294559;}
body.site-page .field input,
body.site-page .field textarea,
body.site-page .field select{
  background:#ffffff;
  color:#071629;
  border-color:rgba(25,155,220,.22);
}
@media (max-width:780px){
  body.site-page .nav-links{
    background:rgba(255,255,255,.97);
    border-color:rgba(25,155,220,.20);
  }
}

/* =========================================================
   AJUSTES FINAIS SOLICITADOS - WIKISMART 1.2
   Tema escuro/claro, logo maior, botões sólidos, SVG icons,
   rodapé com contato e partículas interativas.
   ========================================================= */
body.site-page{
  transition:background-color .25s ease,color .25s ease;
}
body.site-page.theme-dark{
  --bg:#06111f;
  --bg2:#0a192b;
  --panel:rgba(8,18,32,.88);
  --panel2:rgba(11,26,45,.94);
  --line:rgba(52,191,255,.26);
  --line2:rgba(52,191,255,.52);
  --text:#f4fbff;
  --muted:#b9d2e2;
  --soft:#e7f9ff;
  --cyan:#22c9f5;
  --blue:#2563eb;
  --green:#16c98b;
  --purple:#7c3cff;
  --silver:#d7e7f2;
  --shadow:0 28px 95px rgba(0,0,0,.38);
  color:var(--text);
  background:#06111f;
}
body.site-page.theme-light{
  --bg:#ffffff;
  --bg2:#f5fbff;
  --panel:rgba(255,255,255,.94);
  --panel2:rgba(255,255,255,.98);
  --line:rgba(37,99,235,.18);
  --line2:rgba(37,99,235,.36);
  --text:#071629;
  --muted:#496477;
  --soft:#15324a;
  --cyan:#22c9f5;
  --blue:#2563eb;
  --green:#16c98b;
  --purple:#635bff;
  --silver:#d7e7f2;
  --shadow:0 24px 80px rgba(20,95,170,.13);
  color:var(--text);
  background:#ffffff;
}
body.site-page.theme-dark::before{
  background:
    radial-gradient(circle at 12% 8%,rgba(34,201,245,.22),transparent 30%),
    radial-gradient(circle at 82% 12%,rgba(37,99,235,.24),transparent 34%),
    radial-gradient(circle at 50% 88%,rgba(22,201,139,.10),transparent 32%),
    linear-gradient(140deg,#06111f 0%,#081b30 48%,#030914 100%);
}
body.site-page.theme-light::before{
  background:
    radial-gradient(circle at 12% 8%,rgba(34,201,245,.14),transparent 30%),
    radial-gradient(circle at 82% 12%,rgba(37,99,235,.08),transparent 34%),
    radial-gradient(circle at 50% 88%,rgba(22,201,139,.06),transparent 32%),
    linear-gradient(180deg,#ffffff 0%,#f7fcff 48%,#ffffff 100%);
}
body.site-page.theme-dark::after{
  opacity:.16;
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);
}
body.site-page.theme-light::after{
  opacity:.16;
  background-image:
    linear-gradient(rgba(37,99,235,.09) 1px,transparent 1px),
    linear-gradient(90deg,rgba(37,99,235,.09) 1px,transparent 1px);
}
body.site-page.theme-dark #particles-canvas{opacity:.82}
body.site-page.theme-light #particles-canvas{opacity:1}
body.site-page.theme-dark .cursor-glow{background:radial-gradient(circle,rgba(34,201,245,.20),transparent 63%)}
body.site-page.theme-light .cursor-glow{background:radial-gradient(circle,rgba(37,99,235,.10),transparent 63%)}

body.site-page .nav-shell{width:min(1160px,calc(100% - 28px));}
body.site-page .navbar{
  padding:14px 18px;
  border-radius:28px;
  backdrop-filter:blur(22px);
}
body.site-page.theme-dark .navbar{
  background:rgba(7,17,31,.90);
  border-color:rgba(52,191,255,.24);
  box-shadow:0 20px 80px rgba(0,0,0,.35),inset 0 1px 0 rgba(255,255,255,.08);
}
body.site-page.theme-light .navbar{
  background:rgba(255,255,255,.94);
  border-color:rgba(37,99,235,.18);
  box-shadow:0 18px 60px rgba(20,95,170,.12),inset 0 1px 0 rgba(255,255,255,.92);
}
body.site-page .brand{gap:13px;}
body.site-page .brand img{
  width:92px;
  height:auto;
  max-height:62px;
  object-fit:contain;
  filter:drop-shadow(0 8px 22px rgba(34,201,245,.22));
}
body.site-page .brand strong{font-size:18px;letter-spacing:.02em;}
body.site-page .brand > span > span{font-size:12px;}
body.site-page.theme-dark .brand strong{color:#ffffff;}
body.site-page.theme-dark .brand span span{color:#b9d2e2;}
body.site-page.theme-light .brand strong{color:#071629;}
body.site-page.theme-light .brand span span{color:#496477;}
body.site-page.theme-dark .nav-links a{color:rgba(244,251,255,.88);}
body.site-page.theme-light .nav-links a{color:rgba(7,22,41,.78);}
body.site-page .nav-links a{font-weight:900;}
body.site-page .nav-links a:hover{color:var(--cyan);}
body.site-page .nav-actions{gap:10px;}

body.site-page .mobile-menu{
  width:46px;
  height:46px;
  padding:0;
  place-items:center;
  border-radius:15px;
}
body.site-page .mobile-menu span{
  display:block;
  width:19px;
  height:2px;
  border-radius:99px;
  background:currentColor;
  margin:3px auto;
}
body.site-page.theme-dark .mobile-menu{color:#e8f9ff;background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.13);}
body.site-page.theme-light .mobile-menu{color:#071629;background:rgba(37,99,235,.08);border-color:rgba(37,99,235,.16);}

.theme-toggle{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:46px;
  padding:0 14px;
  border-radius:999px;
  border:1px solid var(--line2);
  cursor:pointer;
  font-weight:950;
  font-size:13px;
  color:var(--soft);
  background:rgba(255,255,255,.08);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
  transition:.25s ease;
}
.theme-toggle:hover{transform:translateY(-1px);box-shadow:0 14px 38px rgba(34,201,245,.15),inset 0 1px 0 rgba(255,255,255,.12);}
.theme-toggle svg{width:18px;height:18px;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
body.site-page.theme-dark .theme-toggle{background:rgba(34,201,245,.11);color:#dff7ff;border-color:rgba(52,191,255,.26);}
body.site-page.theme-light .theme-toggle{background:rgba(37,99,235,.08);color:#145fd7;border-color:rgba(37,99,235,.22);}

body.site-page .hero{
  grid-template-columns:1fr!important;
  max-width:1080px;
  text-align:center;
  min-height:calc(100vh - 92px);
}
body.site-page .hero-logo-main{
  width:min(290px,70vw);
  margin:0 auto 20px;
  filter:drop-shadow(0 18px 46px rgba(34,201,245,.24));
}
body.site-page .hero h1{max-width:930px;margin-left:auto;margin-right:auto;}
body.site-page .hero p{margin-left:auto;margin-right:auto;max-width:780px;}
body.site-page .hero-actions{justify-content:center;}
body.site-page .hero-meta{margin-left:auto;margin-right:auto;}
body.site-page .hero-visual,body.site-page .floating-card{display:none!important;}
body.site-page .highlight{
  background:linear-gradient(90deg,#22c9f5 0%,#2563eb 48%,#16c98b 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
body.site-page.theme-light .highlight{background:linear-gradient(90deg,#145fd7 0%,#22c9f5 48%,#16c98b 100%);-webkit-background-clip:text;background-clip:text;color:transparent;}

body.site-page .btn{
  border-color:rgba(34,201,245,.42);
  background:linear-gradient(135deg,#22c9f5,#2563eb);
  color:#ffffff;
  font-weight:950;
  box-shadow:0 14px 40px rgba(37,99,235,.24),inset 0 1px 0 rgba(255,255,255,.22);
  opacity:1;
}
body.site-page .btn:hover{transform:translateY(-2px);box-shadow:0 20px 56px rgba(37,99,235,.28),inset 0 1px 0 rgba(255,255,255,.25);}
body.site-page .btn.secondary{
  color:var(--soft);
  background:linear-gradient(135deg,rgba(255,255,255,.16),rgba(255,255,255,.08));
  border-color:var(--line2);
  box-shadow:0 12px 34px rgba(0,0,0,.16),inset 0 1px 0 rgba(255,255,255,.14);
}
body.site-page.theme-light .btn.secondary{
  color:#145fd7;
  background:rgba(255,255,255,.98);
  border-color:rgba(37,99,235,.24);
  box-shadow:0 12px 32px rgba(20,95,170,.12),inset 0 1px 0 rgba(255,255,255,.92);
}
body.site-page.theme-dark .btn.secondary{color:#eafaff;background:rgba(7,17,31,.88);border-color:rgba(52,191,255,.30);}
body.site-page .btn.solid,body.site-page .chat-button{background:linear-gradient(135deg,#22c9f5,#2563eb);color:#fff;}

body.site-page .mini-stat,
body.site-page .service-card,
body.site-page .portfolio-card,
body.site-page .contact-card,
body.site-page .about-panel,
body.site-page .cta-panel{
  backdrop-filter:blur(18px);
}
body.site-page.theme-dark .mini-stat,
body.site-page.theme-dark .service-card,
body.site-page.theme-dark .portfolio-card,
body.site-page.theme-dark .contact-card,
body.site-page.theme-dark .about-panel,
body.site-page.theme-dark .cta-panel,
body.site-page.theme-dark .about-item{
  background:linear-gradient(145deg,rgba(10,25,43,.88),rgba(7,18,31,.78));
  border-color:rgba(52,191,255,.20);
  box-shadow:0 24px 75px rgba(0,0,0,.24);
}
body.site-page.theme-light .mini-stat,
body.site-page.theme-light .service-card,
body.site-page.theme-light .portfolio-card,
body.site-page.theme-light .contact-card,
body.site-page.theme-light .about-panel,
body.site-page.theme-light .cta-panel,
body.site-page.theme-light .about-item{
  background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(239,249,255,.82));
  border-color:rgba(37,99,235,.16);
  box-shadow:0 24px 75px rgba(20,95,170,.10);
}
body.site-page .icon{
  display:grid;
  place-items:center;
  width:58px;
  height:58px;
  border-radius:20px;
  margin-bottom:18px;
  color:var(--cyan);
  background:linear-gradient(135deg,rgba(34,201,245,.16),rgba(37,99,235,.10));
  border:1px solid var(--line);
}
body.site-page .icon svg{
  width:31px;
  height:31px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
  filter:drop-shadow(0 0 10px rgba(34,201,245,.25));
}
body.site-page .service-card:hover .icon{transform:translateY(-2px);box-shadow:0 14px 34px rgba(34,201,245,.16);}
body.site-page .portfolio-card .tag{color:var(--cyan);border-color:var(--line2);background:rgba(34,201,245,.08);}

body.site-page .chat-panel{
  border-color:var(--line2);
  backdrop-filter:blur(22px);
}
body.site-page.theme-dark .chat-panel{background:rgba(7,17,31,.96);box-shadow:0 30px 100px rgba(0,0,0,.38);}
body.site-page.theme-light .chat-panel{background:rgba(255,255,255,.98);box-shadow:0 30px 100px rgba(20,95,170,.18);}
body.site-page.theme-dark .chat-brand b,body.site-page.theme-dark .chat-close{color:#fff;}
body.site-page.theme-light .chat-brand b,body.site-page.theme-light .chat-close{color:#071629;}
body.site-page.theme-dark .bubble.bot{background:rgba(255,255,255,.08);color:#dff7ff;border-color:rgba(255,255,255,.10);}
body.site-page.theme-light .bubble.bot{background:#eef8ff;color:#294559;border-color:rgba(37,99,235,.14);}
body.site-page.theme-dark .field label{color:#c8e9f6;}
body.site-page.theme-light .field label{color:#294559;}
body.site-page.theme-dark .field input,body.site-page.theme-dark .field textarea,body.site-page.theme-dark .field select{background:rgba(255,255,255,.07);color:#fff;border-color:rgba(255,255,255,.14);}
body.site-page.theme-light .field input,body.site-page.theme-light .field textarea,body.site-page.theme-light .field select{background:#fff;color:#071629;border-color:rgba(37,99,235,.20);}

.footer-modern{
  position:relative;
  padding:74px 0 32px;
  border-top:1px solid var(--line);
  overflow:hidden;
}
body.site-page.theme-dark .footer-modern{background:rgba(7,17,31,.82);}
body.site-page.theme-light .footer-modern{background:rgba(245,251,255,.82);}
.footer-grid{
  display:grid;
  grid-template-columns:1.35fr .8fr 1fr 1fr;
  gap:clamp(28px,5vw,84px);
  align-items:start;
}
.footer-brand-block img{
  width:min(220px,76vw);
  margin-bottom:18px;
  filter:drop-shadow(0 14px 38px rgba(34,201,245,.18));
}
.footer-brand-block p{max-width:340px;color:var(--muted);font-size:16px;line-height:1.7;margin:0 0 22px;}
.footer-social{display:flex;flex-wrap:wrap;gap:12px;align-items:center;color:var(--muted);font-size:14px;}
.footer-social span{width:100%;font-weight:900;color:var(--soft);}
.footer-social a{color:var(--muted);font-weight:800;transition:.2s;}
.footer-social a:hover,.footer-col a:hover{color:var(--cyan);}
.footer-col h3{font-size:15px;margin:0 0 18px;color:var(--soft);}
.footer-col{display:grid;gap:14px;align-content:start;}
.footer-col a{color:var(--muted);font-weight:750;line-height:1.4;transition:.2s;}
.footer-contact-strip{
  margin-top:46px;
  border:1px solid rgba(126,205,255,.32);
  border-radius:22px;
  padding:22px 28px;
  display:grid;
  grid-template-columns:1fr 1fr 1.35fr;
  gap:22px;
}
body.site-page.theme-dark .footer-contact-strip{background:rgba(6,17,31,.58);border-color:rgba(190,226,255,.30);}
body.site-page.theme-light .footer-contact-strip{background:rgba(255,255,255,.82);border-color:rgba(37,99,235,.20);box-shadow:0 18px 60px rgba(20,95,170,.10);}
.footer-contact-item{display:flex;align-items:center;gap:16px;min-width:0;}
.footer-contact-item svg{
  width:24px;height:24px;flex:0 0 auto;
  fill:none;stroke:var(--cyan);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;
  filter:drop-shadow(0 0 8px rgba(34,201,245,.28));
}
.footer-contact-item b{display:block;color:var(--muted);font-size:12px;letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px;}
.footer-contact-item strong{display:block;color:var(--soft);font-size:16px;line-height:1.45;word-break:break-word;}
.footer-copy{margin-top:26px;color:var(--muted);font-size:14px;text-align:center;}

@media (max-width:1040px){
  .footer-grid{grid-template-columns:1fr 1fr;}
  .footer-contact-strip{grid-template-columns:1fr;}
}
@media (max-width:780px){
  body.site-page .brand img{width:72px;}
  body.site-page .brand > span{display:none;}
  body.site-page .theme-toggle-text{display:none;}
  body.site-page .theme-toggle{width:46px;padding:0;}
  body.site-page .hero-logo-main{width:min(230px,76vw);}
  body.site-page .nav-links{
    top:86px;
  }
  body.site-page.theme-dark .nav-links{background:rgba(7,17,31,.98);border-color:rgba(52,191,255,.22);}
  body.site-page.theme-light .nav-links{background:rgba(255,255,255,.98);border-color:rgba(37,99,235,.18);}
  .footer-grid{grid-template-columns:1fr;text-align:left;}
  .footer-modern{padding-top:58px;}
}
@media (max-width:520px){
  body.site-page .nav-actions .btn{display:none;}
  .footer-contact-strip{padding:18px;}
  .footer-contact-item{align-items:flex-start;}
}

/* Correção de especificidade do rodapé novo contra regras antigas */
.footer-modern .footer-grid{
  display:grid;
  justify-content:initial;
  align-items:start;
}
.footer-modern .footer-contact-strip{
  display:grid;
  justify-content:initial;
  align-items:center;
}
.footer-modern .footer-copy{
  display:block;
  justify-content:initial;
  align-items:initial;
}
@media (max-width:1040px){.footer-modern .footer-grid{grid-template-columns:1fr 1fr}.footer-modern .footer-contact-strip{grid-template-columns:1fr}}
@media (max-width:780px){.footer-modern .footer-grid{grid-template-columns:1fr;text-align:left}.footer-modern .footer-contact-strip{text-align:left}}

/* =========================================================
   WIKISMART 1.3 - ajustes solicitados
   - seção de contato do corpo removida do HTML
   - protótipos em modal
   - políticas em modal
   - partículas sempre em movimento
   - logo fixa central no background com degradê branco
   ========================================================= */
body.site-page{
  position:relative;
  isolation:isolate;
}
body.site-page #particles-canvas{
  position:fixed;
  inset:0;
  width:100%;
  height:100%;
  z-index:0!important;
  opacity:.92;
  pointer-events:none;
}
body.site-page .fixed-brand-bg{
  position:fixed;
  inset:0;
  z-index:0;
  pointer-events:none;
  display:grid;
  place-items:center;
  overflow:hidden;
}
body.site-page .fixed-brand-bg::before{
  content:"";
  position:absolute;
  width:min(760px,88vw);
  height:min(760px,88vw);
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,255,255,.86) 0%,rgba(255,255,255,.42) 34%,rgba(255,255,255,.10) 58%,transparent 74%);
  filter:blur(7px);
}
body.site-page .fixed-brand-bg img{
  position:relative;
  width:min(430px,72vw);
  opacity:.20;
  filter:drop-shadow(0 0 30px rgba(34,201,245,.32));
  transform:translateY(-8px);
}
body.site-page.theme-light .fixed-brand-bg::before{
  background:radial-gradient(circle,rgba(255,255,255,.95) 0%,rgba(255,255,255,.70) 36%,rgba(224,246,255,.36) 56%,transparent 76%);
}
body.site-page.theme-light .fixed-brand-bg img{opacity:.10;filter:drop-shadow(0 0 24px rgba(37,99,235,.22));}
body.site-page.theme-dark .fixed-brand-bg img{opacity:.24;}
body.site-page .cursor-glow{z-index:0!important;opacity:.8;}
body.site-page .nav-shell,
body.site-page main,
body.site-page .footer,
body.site-page .chat-button,
body.site-page .chat-panel{
  position:relative;
  z-index:2;
}
body.site-page .chat-button,
body.site-page .chat-panel{position:fixed;}
body.site-page main{overflow:hidden;}
body.site-page .hero-logo-main{
  width:min(350px,78vw);
  margin-bottom:18px;
}
body.site-page .hero{
  padding-top:70px;
  padding-bottom:88px;
}
body.site-page.theme-dark .navbar{
  background:rgba(7,17,31,.88);
  border-color:rgba(52,191,255,.34);
}
body.site-page.theme-light .navbar{
  background:rgba(255,255,255,.92);
  border-color:rgba(37,99,235,.20);
}
body.site-page .btn,
body.site-page .theme-toggle,
body.site-page .mobile-menu{
  opacity:1!important;
}
body.site-page .btn.secondary{
  backdrop-filter:blur(12px);
}
body.site-page .portfolio-card .btn{
  margin-top:24px;
  align-self:flex-start;
}
body.site-page .footer-col button{
  appearance:none;
  border:0;
  padding:0;
  margin:0;
  background:transparent;
  color:var(--muted);
  font:inherit;
  font-weight:750;
  line-height:1.4;
  cursor:pointer;
  text-align:left;
  transition:.2s ease;
}
body.site-page .footer-col button:hover{color:var(--cyan);transform:translateX(2px);}
body.site-page .footer-modern{z-index:2;}
body.site-page .footer-contact-strip{
  backdrop-filter:blur(18px);
}
body.site-page .site-modal{
  position:fixed;
  inset:0;
  z-index:200;
  display:none;
  align-items:center;
  justify-content:center;
  padding:22px;
}
body.site-page .site-modal.open{display:flex;}
body.site-page .site-modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,8,18,.74);
  backdrop-filter:blur(12px);
}
body.site-page .site-modal-window{
  position:relative;
  z-index:1;
  width:min(1120px,100%);
  max-height:min(92vh,920px);
  border:1px solid var(--line2);
  border-radius:26px;
  background:linear-gradient(145deg,rgba(8,18,32,.96),rgba(6,17,31,.94));
  box-shadow:0 30px 120px rgba(0,0,0,.54);
  overflow:hidden;
  display:flex;
  flex-direction:column;
}
body.site-page.theme-light .site-modal-window{
  background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(239,249,255,.96));
  box-shadow:0 30px 120px rgba(20,95,170,.25);
}
body.site-page .portfolio-modal-window{width:min(1380px,100%);height:min(92vh,920px);}
body.site-page .policy-modal-window{width:min(860px,100%);}
body.site-page .site-modal-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:18px 20px;
  border-bottom:1px solid rgba(126,205,255,.18);
}
body.site-page .site-modal-head span{
  display:block;
  color:var(--cyan);
  font-size:12px;
  font-weight:950;
  letter-spacing:.18em;
  text-transform:uppercase;
  margin-bottom:5px;
}
body.site-page .site-modal-head h3{
  margin:0;
  font-size:clamp(20px,2.4vw,30px);
  color:var(--soft);
}
body.site-page .site-modal-close{
  width:44px;
  height:44px;
  border-radius:14px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.08);
  color:var(--soft);
  font-size:30px;
  line-height:1;
  cursor:pointer;
  transition:.2s ease;
}
body.site-page .site-modal-close:hover{transform:rotate(6deg) scale(1.03);color:#fff;background:rgba(34,201,245,.16);}
body.site-page.theme-light .site-modal-close:hover{color:#145fd7;}
body.site-page #portfolioFrame{
  width:100%;
  height:100%;
  min-height:0;
  flex:1;
  border:0;
  background:#fff;
}
body.site-page .policy-modal-content{
  padding:24px 26px 30px;
  overflow:auto;
  color:var(--muted);
  line-height:1.75;
}
body.site-page .policy-modal-content h4{
  margin:24px 0 8px;
  color:var(--soft);
  font-size:18px;
}
body.site-page .policy-modal-content h4:first-child{margin-top:0;}
body.site-page .policy-modal-content p{font-size:16px;margin:0 0 12px;}
body.site-page .policy-modal-content ul{margin:8px 0 16px;padding-left:22px;}
body.site-page .policy-modal-content li{margin:7px 0;}
body.site-page .policy-modal-content strong{color:var(--soft);}
@media (max-width:780px){
  body.site-page .site-modal{padding:10px;}
  body.site-page .portfolio-modal-window{height:94vh;border-radius:20px;}
  body.site-page .site-modal-head{padding:14px;}
  body.site-page .fixed-brand-bg img{width:min(310px,80vw);}
  body.site-page .fixed-brand-bg::before{width:min(560px,100vw);height:min(560px,100vw);}
}
body.site-page.modal-open{overflow:hidden;}


/* =========================================================
   WIKISMART 1.4 - ajuste solicitado
   - remove logo/degradê fixos do background
   - aplica degradê branco apenas nos locais onde a logo aparece
   ========================================================= */
body.site-page .fixed-brand-bg{
  display:none!important;
}
body.site-page.theme-dark::before{
  background:#06111f!important;
}
body.site-page.theme-light::before{
  background:#ffffff!important;
}
body.site-page::after{
  opacity:.08!important;
}

/* Degradê branco somente atrás das logos do site */
body.site-page .brand img,
body.site-page .hero-logo-main,
body.site-page .footer-brand-block img,
body.site-page .chat-brand img,
.login-card img,
.admin-brand img,
.footer-logo img{
  background:
    radial-gradient(ellipse at center,
      rgba(255,255,255,.98) 0%,
      rgba(255,255,255,.82) 42%,
      rgba(232,249,255,.38) 62%,
      rgba(255,255,255,0) 78%);
  border-radius:30px;
  padding:10px;
  box-sizing:border-box;
}

body.site-page .hero-logo-main{
  padding:18px;
  border-radius:42px;
  background:
    radial-gradient(ellipse at center,
      rgba(255,255,255,1) 0%,
      rgba(255,255,255,.88) 40%,
      rgba(232,249,255,.42) 64%,
      rgba(255,255,255,0) 80%);
}

body.site-page .footer-brand-block img{
  padding:16px;
  border-radius:38px;
}

body.site-page .chat-brand img{
  padding:7px;
  border-radius:18px;
}

body.site-page.theme-light .brand img,
body.site-page.theme-light .hero-logo-main,
body.site-page.theme-light .footer-brand-block img,
body.site-page.theme-light .chat-brand img{
  background:
    radial-gradient(ellipse at center,
      rgba(255,255,255,1) 0%,
      rgba(255,255,255,.88) 44%,
      rgba(220,246,255,.34) 64%,
      rgba(255,255,255,0) 80%);
}

/* Mantém as partículas visíveis e o fundo limpo, sem logo fixa no background */
body.site-page #particles-canvas{
  z-index:0!important;
}
body.site-page .cursor-glow{
  z-index:0!important;
}
body.site-page .nav-shell,
body.site-page main,
body.site-page .footer,
body.site-page .chat-button,
body.site-page .chat-panel{
  position:relative;
  z-index:2;
}

/* =========================================================
   WIKISMART 1.5 - correção do degradê da logo e chat fixo
   - remove o recorte forte/oval do degradê do print
   - cria halo suave atrás da logo central, sem mancha dura
   - mantém o botão "Faça seu Orçamento" fixo no canto direito
   ========================================================= */
body.site-page .hero-copy{
  position:relative;
  isolation:isolate;
}

/* Halo suave atrás da logo central, sem borda/recorte aparente */
body.site-page .hero-copy::before{
  content:"";
  position:absolute;
  left:50%;
  top:-28px;
  width:min(620px,94vw);
  height:320px;
  transform:translateX(-50%);
  border-radius:999px;
  pointer-events:none;
  z-index:-1;
  background:
    radial-gradient(ellipse at center,
      rgba(255,255,255,.58) 0%,
      rgba(255,255,255,.40) 32%,
      rgba(214,246,255,.18) 54%,
      rgba(255,255,255,.06) 66%,
      rgba(255,255,255,0) 82%);
  filter:blur(30px);
  opacity:.96;
}
body.site-page.theme-light .hero-copy::before{
  background:
    radial-gradient(ellipse at center,
      rgba(255,255,255,.74) 0%,
      rgba(231,249,255,.46) 36%,
      rgba(186,235,255,.18) 58%,
      rgba(255,255,255,0) 82%);
  opacity:.78;
}

/* Remove o degradê aplicado diretamente na imagem grande, que causava o oval cortado */
body.site-page .hero-logo-main{
  background:transparent!important;
  padding:0!important;
  border-radius:0!important;
  width:min(350px,78vw)!important;
  position:relative;
  z-index:1;
  filter:
    drop-shadow(0 0 20px rgba(34,201,245,.24))
    drop-shadow(0 18px 35px rgba(0,0,0,.18));
}

/* Logos pequenas continuam com fundo claro, mas bem mais limpo e sem recorte pesado */
body.site-page .brand img,
body.site-page .footer-brand-block img,
body.site-page .chat-brand img,
.login-card img,
.admin-brand img,
.footer-logo img{
  background:
    radial-gradient(ellipse at center,
      rgba(255,255,255,.90) 0%,
      rgba(255,255,255,.66) 45%,
      rgba(228,248,255,.22) 68%,
      rgba(255,255,255,0) 86%)!important;
  padding:8px!important;
  border-radius:18px!important;
  box-shadow:0 0 18px rgba(255,255,255,.10);
}
body.site-page .footer-brand-block img{
  padding:14px!important;
  border-radius:30px!important;
}
body.site-page .chat-brand img{
  padding:6px!important;
  border-radius:16px!important;
}

/* Corrige o botão do chat para ficar fixo no lado direito da tela */
body.site-page .chat-button,
body.site-page .chat-button#chatOpen{
  position:fixed!important;
  right:22px!important;
  bottom:22px!important;
  left:auto!important;
  top:auto!important;
  z-index:120!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:auto!important;
  max-width:calc(100vw - 44px)!important;
  min-width:0!important;
  margin:0!important;
  transform:none!important;
  white-space:nowrap;
}
body.site-page .chat-button:hover,
body.site-page .chat-button#chatOpen:hover{
  transform:translateY(-2px)!important;
}
body.site-page .chat-panel,
body.site-page .chat-panel#chatPanel{
  position:fixed!important;
  right:22px!important;
  bottom:88px!important;
  left:auto!important;
  top:auto!important;
  z-index:130!important;
  margin:0!important;
}

@media (max-width:780px){
  body.site-page .hero-copy::before{
    top:-18px;
    width:min(460px,96vw);
    height:250px;
    filter:blur(24px);
  }
  body.site-page .hero-logo-main{
    width:min(260px,76vw)!important;
  }
  body.site-page .chat-button,
  body.site-page .chat-button#chatOpen{
    right:14px!important;
    bottom:14px!important;
    max-width:calc(100vw - 28px)!important;
  }
  body.site-page .chat-panel,
  body.site-page .chat-panel#chatPanel{
    right:14px!important;
    bottom:76px!important;
    width:calc(100vw - 28px)!important;
  }
}
