:root{
  --bg:#f5f7fb;
  --bg-top:#fbfcff;
  --surface:rgba(255,255,255,.84);
  --surface-solid:#fff;
  --surface-soft:#edf3ff;
  --text:#171b25;
  --muted:#70788a;
  --line:rgba(24,31,45,.08);
  --line-strong:rgba(24,31,45,.13);
  --accent:#568cff;
  --accent-2:#9a68f2;
  --accent-soft:rgba(86,140,255,.12);
  --shadow:0 18px 45px rgba(42,52,78,.09);
  --shadow-soft:0 10px 28px rgba(42,52,78,.07);
  --radius-xl:34px;
  --radius-lg:28px;
  --radius-md:22px;
  --shell:min(1180px,calc(100% - 32px));
}
html[data-theme="dark"]{
  --bg:#0c1017;
  --bg-top:#111620;
  --surface:rgba(20,26,36,.84);
  --surface-solid:#151b26;
  --surface-soft:#172134;
  --text:#f3f6fb;
  --muted:#a7b0c2;
  --line:rgba(255,255,255,.085);
  --line-strong:rgba(255,255,255,.13);
  --shadow:0 18px 45px rgba(0,0,0,.29);
  --shadow-soft:0 10px 28px rgba(0,0,0,.22);
  color-scheme:dark;
}
html[data-accent="red"]{--accent:#ef5d68;--accent-2:#ff8a65;--accent-soft:rgba(239,93,104,.13)}
html[data-accent="green"]{--accent:#35ae72;--accent-2:#56c7a4;--accent-soft:rgba(53,174,114,.13)}
html[data-accent="yellow"]{--accent:#d5a42c;--accent-2:#efc650;--accent-soft:rgba(213,164,44,.14)}
html[data-accent="brown"]{--accent:#9b795f;--accent-2:#c39a79;--accent-soft:rgba(155,121,95,.14)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;min-height:100vh;overflow-x:hidden;
  font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"SF Pro Display","Segoe UI",sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at 0% 8%, color-mix(in srgb,var(--accent) 12%, transparent), transparent 27%),
    radial-gradient(circle at 100% 82%, color-mix(in srgb,var(--accent-2) 13%, transparent), transparent 30%),
    linear-gradient(180deg,var(--bg-top),var(--bg));
  -webkit-font-smoothing:antialiased;
  transition:background .28s ease,color .28s ease;
}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
button{color:inherit}
.shell{width:var(--shell);margin-inline:auto}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.ambient{position:fixed;z-index:-1;pointer-events:none;border-radius:50%;filter:blur(100px);opacity:.15}
.ambient-a{width:420px;height:420px;left:-190px;top:-100px;background:var(--accent)}
.ambient-b{width:460px;height:460px;right:-210px;top:340px;background:var(--accent-2)}
html[data-theme="dark"] .ambient{opacity:.08}

.site-header{min-height:84px;display:flex;align-items:center;gap:12px;padding:12px 0 6px}
.brand,.footer-brand{display:inline-flex;align-items:center;gap:13px;min-width:0}
.brand{margin-right:auto}
.brand-mark{
  width:52px;height:52px;flex:none;border-radius:19px;display:grid;place-items:center;
  background:linear-gradient(145deg,var(--accent),var(--accent-2));color:#fff;
  font-weight:820;font-size:1.32rem;letter-spacing:-.05em;
  box-shadow:0 14px 30px color-mix(in srgb,var(--accent) 23%, transparent)
}
.brand-copy{min-width:0}
.brand-copy strong,.footer-brand strong{display:block;font-size:1.06rem;letter-spacing:-.03em}
.brand-copy small,.footer-brand small{display:block;margin-top:2px;color:var(--muted);font-size:.76rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.desktop-nav{display:flex;gap:22px;color:var(--muted);font-size:.91rem;font-weight:650}
.desktop-nav a:hover{color:var(--accent)}
.header-actions{display:flex;gap:9px}
.round-button{
  width:42px;height:42px;flex:none;padding:0;border-radius:50%;border:1px solid var(--line);
  display:grid;place-items:center;background:var(--surface);box-shadow:var(--shadow-soft);
  backdrop-filter:blur(18px);cursor:pointer;
  transition:transform .18s ease,border-color .18s ease,background .25s ease
}
.round-button:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--accent) 28%, var(--line))}
.round-button i{font-size:20px;line-height:1}
.menu-button{display:none}
.theme-light-icon,.theme-dark-icon,.theme-auto-icon{display:none}
html[data-theme-mode="light"] .theme-light-icon{display:inline}
html[data-theme-mode="dark"] .theme-dark-icon{display:inline}
html[data-theme-mode="auto"] .theme-auto-icon{display:inline}

.category-strip{
  display:flex;gap:9px;overflow-x:auto;scrollbar-width:none;padding:12px 0 10px;
  scroll-snap-type:x proximity
}
.category-strip::-webkit-scrollbar{display:none}
.category-strip a{
  flex:none;scroll-snap-align:start;padding:9px 13px;border-radius:999px;
  background:var(--surface);border:1px solid var(--line);color:var(--muted);
  font-size:.82rem;font-weight:700;backdrop-filter:blur(18px);
  transition:transform .18s ease,color .18s ease,border-color .18s ease
}
.category-strip a:hover{transform:translateY(-1px);color:var(--accent);border-color:color-mix(in srgb,var(--accent) 24%, var(--line))}

.intro{
  margin-top:10px;padding:26px;border-radius:var(--radius-xl);
  display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);gap:18px;
  background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);backdrop-filter:blur(22px)
}
.intro-copy{padding:6px 6px 4px}
.eyebrow{
  display:inline-flex;align-items:center;min-height:29px;padding:0 11px;border-radius:999px;
  background:var(--accent-soft);color:var(--accent);font-size:.72rem;font-weight:820;letter-spacing:.08em;text-transform:uppercase
}
.intro h1{
  margin:15px 0 13px;font-size:clamp(2.65rem,5.3vw,4.8rem);line-height:.97;letter-spacing:-.068em
}
.intro h1 span{
  background:linear-gradient(120deg,var(--accent),var(--accent-2));
  -webkit-background-clip:text;background-clip:text;color:transparent
}
.intro p{margin:0;max-width:700px;color:var(--muted);line-height:1.65;font-size:1rem}
.intro-actions{display:grid;gap:10px}
.quick-action{
  min-height:94px;padding:15px;border-radius:24px;background:var(--surface-solid);border:1px solid var(--line);
  display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:center;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease
}
.quick-action:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--accent) 24%,var(--line));box-shadow:var(--shadow-soft)}
.quick-icon{width:48px;height:48px;border-radius:17px;display:grid;place-items:center;background:var(--accent-soft);color:var(--accent)}
.quick-icon i{font-size:23px}
.quick-action strong{display:block;font-size:.96rem}
.quick-action small{display:block;margin-top:4px;color:var(--muted);font-size:.79rem}
.quick-action>i{color:var(--muted)}

.ad-card{
  margin-top:14px;padding:18px 20px;border-radius:var(--radius-lg);
  background:linear-gradient(135deg,color-mix(in srgb,var(--accent) 7%,var(--surface)),color-mix(in srgb,var(--accent-2) 6%,var(--surface)));
  border:1px solid var(--line);box-shadow:var(--shadow-soft);display:flex;align-items:center;justify-content:space-between;gap:18px
}
.ad-card>div{display:grid;grid-template-columns:auto auto;align-items:center;gap:8px 10px}
.ad-card strong{font-size:1rem}
.ad-card p{grid-column:1/-1;margin:0;color:var(--muted);font-size:.87rem}
.ad-card>a{display:inline-flex;align-items:center;gap:7px;color:var(--accent);font-size:.88rem;font-weight:750;white-space:nowrap}

.content-shell{padding:36px 0 44px}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:20px}
.section-heading h2{margin:10px 0 0;font-size:clamp(2rem,4.2vw,3.25rem);line-height:1.02;letter-spacing:-.055em}
.section-heading>p{max-width:490px;margin:0;color:var(--muted);line-height:1.6}
.page-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(285px,.74fr);gap:16px;align-items:start}
.latest-feed{display:grid;gap:12px}
.post-card{
  border-radius:var(--radius-lg);overflow:hidden;background:var(--surface);border:1px solid var(--line);
  box-shadow:var(--shadow-soft);backdrop-filter:blur(20px);
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease
}
.post-card:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--accent) 24%,var(--line));box-shadow:var(--shadow)}
.post-card>a{min-height:148px;display:grid;grid-template-columns:126px minmax(0,1fr) auto;align-items:stretch}
.post-visual{display:grid;place-items:center;font-size:2rem;border-right:1px solid var(--line)}
.post-visual i{font-size:31px}
.visual-lte{background:linear-gradient(135deg,rgba(64,177,230,.16),rgba(86,140,255,.09));color:#3ba6d8}
.visual-browser{background:linear-gradient(135deg,rgba(86,140,255,.16),rgba(154,104,242,.09));color:#568cff}
.visual-security{background:linear-gradient(135deg,rgba(50,174,111,.16),rgba(86,140,255,.08));color:#32aa6d}
.visual-usb{background:linear-gradient(135deg,rgba(236,147,63,.16),rgba(154,104,242,.08));color:#e08a37}
.visual-audio{background:linear-gradient(135deg,rgba(154,104,242,.16),rgba(86,140,255,.08));color:#8e61e4}
.visual-vpn{background:linear-gradient(135deg,rgba(62,180,154,.16),rgba(86,140,255,.08));color:#32a98f}
.visual-shop{background:linear-gradient(135deg,rgba(238,127,93,.15),rgba(236,147,63,.08));color:#e16f56}
.visual-antivirus{background:linear-gradient(135deg,rgba(97,175,89,.15),rgba(50,174,111,.08));color:#58a752}
.visual-world{background:linear-gradient(135deg,rgba(89,189,242,.16),rgba(86,140,255,.09));color:#3ba9d9}
.post-copy{padding:18px 18px 17px}
.post-meta{display:block;margin-bottom:7px;color:var(--accent);font-size:.71rem;font-weight:820;letter-spacing:.06em;text-transform:uppercase}
.post-copy h3{margin:0;font-size:1.13rem;line-height:1.29;letter-spacing:-.03em}
.post-copy p{margin:9px 0 0;color:var(--muted);font-size:.91rem;line-height:1.53}
.post-arrow{align-self:center;margin:0 17px;color:var(--muted);font-size:19px}

.sidebar{display:grid;gap:12px}
.side-card{
  padding:19px;border-radius:var(--radius-lg);background:var(--surface);border:1px solid var(--line);
  box-shadow:var(--shadow-soft);backdrop-filter:blur(20px)
}
.side-title{margin-bottom:14px}
.side-title h3{margin:9px 0 0;font-size:1.38rem;letter-spacing:-.04em}
.popular-list{display:grid}
.popular-list>a{
  min-height:66px;padding:12px 0;border-top:1px solid var(--line);
  display:grid;grid-template-columns:34px minmax(0,1fr);gap:10px;align-items:start
}
.popular-list>a:first-child{border-top:0;padding-top:0}
.popular-list span{color:var(--muted);font-size:.77rem;font-weight:820}
.popular-list strong{font-size:.9rem;line-height:1.4}
.popular-list>a:hover strong{color:var(--accent)}
.tag-cloud{display:flex;gap:7px;flex-wrap:wrap}
.tag-cloud a{
  padding:8px 10px;border-radius:999px;background:var(--surface-solid);border:1px solid var(--line);
  color:var(--muted);font-size:.75rem;font-weight:680
}
.tag-cloud a:hover{color:var(--accent);border-color:color-mix(in srgb,var(--accent) 24%,var(--line))}

.community-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding-bottom:46px}
.subscribe-card,.contact-card{
  padding:26px;border-radius:var(--radius-xl);background:var(--surface);border:1px solid var(--line);
  box-shadow:var(--shadow);backdrop-filter:blur(22px)
}
.subscribe-card h2,.contact-card h2{margin:12px 0 10px;font-size:clamp(1.8rem,3.4vw,2.7rem);letter-spacing:-.05em}
.subscribe-card>p{margin:0 0 18px;color:var(--muted);line-height:1.58}
.subscribe-card form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:9px}
.subscribe-card input,.contact-card input,.contact-card textarea{
  width:100%;border:1px solid var(--line);background:var(--surface-solid);color:var(--text);
  border-radius:17px;outline:none;transition:border-color .18s ease,box-shadow .18s ease
}
.subscribe-card input{min-height:50px;padding:0 15px}
.contact-card input{min-height:48px;padding:0 14px}
.contact-card textarea{padding:13px 14px;resize:vertical}
.subscribe-card input:focus,.contact-card input:focus,.contact-card textarea:focus{
  border-color:color-mix(in srgb,var(--accent) 50%,var(--line));
  box-shadow:0 0 0 4px var(--accent-soft)
}
.subscribe-card button,.contact-card button,.search-dialog form button{
  border:0;border-radius:17px;padding:0 17px;min-height:50px;cursor:pointer;
  color:#fff;background:linear-gradient(135deg,var(--accent),var(--accent-2));font-weight:760
}
.subscribe-card button{display:inline-flex;align-items:center;justify-content:center;gap:7px}
.subscribe-card small{display:block;margin-top:10px;color:var(--muted);line-height:1.45}
.contact-card form{display:grid;gap:12px;margin-top:18px}
.contact-card label{display:grid;gap:7px;color:var(--muted);font-size:.84rem;font-weight:650}
.contact-card button{justify-self:start;display:inline-flex;align-items:center;gap:8px;padding-inline:18px}

.site-footer{padding:26px 0 42px;border-top:1px solid var(--line)}
.footer-main{display:flex;justify-content:space-between;align-items:center;gap:18px;flex-wrap:wrap}
.brand-mark-small{width:44px;height:44px;border-radius:16px;font-size:1.05rem}
.footer-actions,.footer-bottom>div{display:flex;gap:16px;flex-wrap:wrap;color:var(--muted);font-size:.86rem}
.footer-actions a:hover,.footer-bottom a:hover{color:var(--accent)}
.footer-bottom{margin-top:18px;padding-top:17px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap;color:var(--muted);font-size:.78rem}

.drawer-shell,.search-shell{position:fixed;inset:0;z-index:80}
.drawer-backdrop,.search-backdrop{position:absolute;inset:0;background:rgba(10,13,20,.42);backdrop-filter:blur(8px)}
.drawer{
  position:absolute;left:12px;top:12px;bottom:12px;width:min(390px,calc(100% - 24px));overflow:auto;
  padding:20px;border-radius:32px;background:var(--surface-solid);border:1px solid var(--line);box-shadow:0 30px 90px rgba(0,0,0,.25)
}
.drawer-header,.search-dialog-head{display:flex;align-items:center;justify-content:space-between;gap:16px}
.drawer-header small,.search-dialog-head small{display:block;color:var(--muted);font-size:.74rem;text-transform:uppercase;letter-spacing:.08em}
.drawer-header strong,.search-dialog-head strong{display:block;margin-top:3px;font-size:1.25rem}
.drawer-section{margin-top:22px}
.drawer-label{display:block;margin-bottom:10px;color:var(--muted);font-size:.72rem;font-weight:820;text-transform:uppercase;letter-spacing:.08em}
.drawer-links{display:grid;gap:6px}
.drawer-links a,.drawer-links button{
  min-height:48px;padding:0 13px;border-radius:16px;border:0;background:transparent;text-align:left;
  display:flex;align-items:center;gap:12px;cursor:pointer
}
.drawer-links a:hover,.drawer-links button:hover{background:var(--surface-soft);color:var(--accent)}
.drawer-links i{width:22px;text-align:center;font-size:19px}
.appearance-control{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;padding:6px;border-radius:18px;background:var(--bg);border:1px solid var(--line)}
.appearance-control button{min-height:40px;border:0;border-radius:13px;background:transparent;cursor:pointer;color:var(--muted);font-size:.82rem;font-weight:700}
.appearance-control button.active{background:var(--surface-solid);color:var(--accent);box-shadow:var(--shadow-soft)}
.accent-row{margin-top:12px;display:flex;align-items:center;gap:9px;flex-wrap:wrap}
.accent-row button{cursor:pointer}
.accent-reset{height:32px;padding:0 11px;border-radius:999px;border:1px solid var(--line);background:var(--surface-solid);color:var(--muted);font-size:.76rem;font-weight:700}
.accent-dot{width:30px;height:30px;border-radius:50%;border:3px solid var(--surface-solid);box-shadow:0 0 0 1px var(--line)}
.dot-red{background:#ef5d68}.dot-green{background:#35ae72}.dot-blue{background:#568cff}.dot-yellow{background:#d5a42c}.dot-brown{background:#9b795f}
.accent-dot.active{box-shadow:0 0 0 2px var(--text)}

.search-dialog{
  position:absolute;left:50%;top:18%;transform:translateX(-50%);width:min(620px,calc(100% - 28px));
  padding:22px;border-radius:30px;background:var(--surface-solid);border:1px solid var(--line);box-shadow:0 30px 90px rgba(0,0,0,.25)
}
.search-dialog form{
  margin-top:18px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:9px;align-items:center;
  padding:7px;border-radius:19px;background:var(--bg);border:1px solid var(--line)
}
.search-dialog form>i{margin-left:8px;color:var(--muted)}
.search-dialog input{min-width:0;min-height:44px;border:0;background:transparent;color:var(--text);outline:none}
.search-dialog form button{min-height:44px;border-radius:14px}

.toast{
  position:fixed;z-index:100;left:50%;bottom:22px;transform:translate(-50%,24px);
  max-width:min(420px,calc(100% - 28px));padding:11px 15px;border-radius:15px;
  background:var(--text);color:var(--bg);box-shadow:var(--shadow);font-size:.84rem;
  opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease
}
.toast.visible{opacity:1;transform:translate(-50%,0)}
body.modal-open{overflow:hidden}
.reveal{opacity:0;transform:translateY(12px);transition:opacity .48s ease,transform .48s ease}
.reveal.visible{opacity:1;transform:none}

@media(max-width:980px){
  .desktop-nav{display:none}
  .menu-button{display:grid}
  .page-grid{grid-template-columns:1fr}
  .intro{grid-template-columns:1fr}
  .community-grid{grid-template-columns:1fr}
}
@media(max-width:680px){
  :root{--shell:min(100% - 22px,560px)}
  .site-header{min-height:72px;padding-top:9px}
  .brand-mark{width:46px;height:46px;border-radius:17px}
  .brand-copy strong{font-size:1rem}
  .brand-copy small{font-size:.72rem;max-width:176px}
  .round-button{width:40px;height:40px}
  .category-strip{padding-top:8px}
  .intro{padding:20px;border-radius:28px;margin-top:6px}
  .intro-copy{padding:0}
  .intro h1{font-size:clamp(2.45rem,12.6vw,3.8rem)}
  .intro p{font-size:.95rem;line-height:1.58}
  .quick-action{min-height:82px;padding:13px}
  .ad-card{align-items:flex-start;flex-direction:column;padding:17px}
  .ad-card>div{grid-template-columns:auto 1fr}
  .content-shell{padding-top:30px}
  .section-heading{display:block}
  .section-heading>p{margin-top:10px}
  .post-card>a{grid-template-columns:82px minmax(0,1fr)}
  .post-visual{grid-row:1;min-height:100%;border-right:1px solid var(--line)}
  .post-copy{padding:16px 15px}
  .post-copy h3{font-size:1.03rem}
  .post-copy p{display:none}
  .post-arrow{display:none}
  .side-card{padding:18px}
  .subscribe-card,.contact-card{padding:21px;border-radius:28px}
  .subscribe-card form{grid-template-columns:1fr}
  .contact-card button{width:100%;justify-content:center}
  .footer-main,.footer-bottom{align-items:flex-start;flex-direction:column}
  .footer-actions,.footer-bottom>div{flex-direction:column;gap:9px}
}
@media(max-width:390px){
  .brand-copy small{display:none}
  .post-card>a{grid-template-columns:72px minmax(0,1fr)}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{transition:none!important}
  .reveal{opacity:1;transform:none}
}

/* v4: imágenes reales, publicidad y footer editorial */
.post-visual.has-image{
  overflow:hidden;
  background:var(--surface-soft);
}
.post-visual.has-image img{
  width:100%;
  height:100%;
  min-height:148px;
  display:block;
  object-fit:cover;
  object-position:center;
}
.ad-card{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
}
.ad-icon{
  width:52px;
  height:52px;
  border-radius:18px;
  display:grid;
  place-items:center;
  color:var(--accent);
  background:var(--accent-soft);
  flex:none;
}
.ad-icon i{font-size:24px;line-height:1}
.ad-card>div{display:grid;grid-template-columns:auto auto;align-items:center;gap:8px 10px}
.site-footer{
  padding:26px 0 42px;
  border-top:0;
}
.footer-showcase{
  width:min(620px,100%);
  margin-inline:auto;
  padding:34px 24px 30px;
  border-radius:34px;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  background:var(--surface);
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  backdrop-filter:blur(22px);
}
.footer-logo-mark{
  width:76px;
  height:76px;
  border-radius:24px;
  font-size:1.8rem;
}
.footer-showcase h2{
  margin:18px 0 7px;
  font-size:2rem;
  letter-spacing:-.045em;
}
.footer-showcase p{
  margin:0;
  color:var(--muted);
  font-size:1rem;
}
.footer-socials{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  margin-top:24px;
}
.footer-socials a{
  width:42px;
  height:42px;
  border-radius:14px;
  display:grid;
  place-items:center;
  color:var(--text);
  background:var(--surface-solid);
  border:1px solid var(--line);
  box-shadow:var(--shadow-soft);
  transition:transform .18s ease,border-color .18s ease,color .18s ease;
}
.footer-socials a:hover{
  transform:translateY(-2px);
  color:var(--accent);
  border-color:color-mix(in srgb,var(--accent) 24%,var(--line));
}
.footer-socials i{font-size:18px;line-height:1}
.footer-contact{
  margin-top:22px;
  min-height:48px;
  padding:0 18px;
  border-radius:16px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  background:var(--surface-solid);
  border:1px solid var(--line);
  font-weight:760;
  box-shadow:var(--shadow-soft);
}
.footer-contact i{font-size:20px}
.site-footer .footer-bottom{
  width:min(860px,100%);
  margin:18px auto 0;
}
@media(max-width:680px){
  .post-card>a{grid-template-columns:112px minmax(0,1fr)}
  .post-visual.has-image img{min-height:132px}
  .ad-card{grid-template-columns:auto minmax(0,1fr);align-items:start}
  .ad-card>a{grid-column:2;white-space:normal}
  .ad-card>div{grid-template-columns:auto 1fr}
  .ad-icon{width:48px;height:48px;border-radius:16px}
  .footer-showcase{padding:30px 20px 26px;border-radius:30px}
  .footer-logo-mark{width:70px;height:70px;border-radius:22px}
  .footer-showcase h2{font-size:1.8rem}
  .footer-bottom{align-items:center!important;text-align:center}
  .footer-bottom>div{align-items:center!important}
}

/* v5: Hugeicons Stroke Rounded everywhere */
.footer-socials{
  gap:10px;
}
.footer-socials a{
  width:42px;
  height:42px;
  border-radius:14px;
}
.footer-socials i{
  font-size:18px;
  line-height:1;
}
.ad-icon i{
  font-size:24px;
  line-height:1;
}
@media(max-width:680px){
  .footer-socials a{
    width:40px;
    height:40px;
    border-radius:13px;
  }
  .footer-socials i{
    font-size:18px;
  }
}
